Guest Posted December 31, 2003 Share Posted December 31, 2003 Hello, Does anyone know how to add Meta Tags on the homepage? HAPPY NEW YEAR!!! Link to comment Share on other sites More sharing options...
rainer1972 Posted December 31, 2003 Share Posted December 31, 2003 You can add them in the head-seaction of index.php in the catalog-folder Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2004 Share Posted January 1, 2004 Hi and thanks for your reply! Would that be under 'File Manager' or 'Define Languages'? Link to comment Share on other sites More sharing options...
241 Posted January 1, 2004 Share Posted January 1, 2004 I think rainer1972 meant that you can edit the header using an editor No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2004 Share Posted January 1, 2004 Do you mean where you put the site title at the top of the page? i.e SITENAME.com and then (Keywords) Link to comment Share on other sites More sharing options...
JaaMor Posted January 17, 2004 Share Posted January 17, 2004 Jonathon, go to catalog/index.php. Scroll down and you will find this: <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title> </title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> Between these <head> tags is where you put your meta tags, meta keywords, and title tag. The title that you want showing on the very top bar where it usually says the url is put between the <title> and </title>. Hope this helps. We will not regret what we have done. We will regret what we didn't do. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.