Iniquityclothing Posted January 19, 2007 Share Posted January 19, 2007 hi folks how can you change the text that appears in the blue bar at the very top of a web page? eg this web page says "Oscommerce community support forums -> etc etc" cos at the mo my store says "E-commerce" and i want saying my actual store name. Also how can i define the meta tags of my web page? is it in Index.php? if not then what direction do i need to be looking on? Thanks! View recent 'helpfull' threads: 403 Error problems | Ultimate SEO (contribution support) Link to comment Share on other sites More sharing options...
Rachael w. Posted January 19, 2007 Share Posted January 19, 2007 this is a great thread: http://www.oscommerce.com/forums/index.php?showtopic=200484 if that is what you were looking for. Did you change the store information in the admin configuration? Link to comment Share on other sites More sharing options...
Iniquityclothing Posted January 19, 2007 Author Share Posted January 19, 2007 yeah i changed it in admin and everything but i cant change the web bar bit, cheers View recent 'helpfull' threads: 403 Error problems | Ultimate SEO (contribution support) Link to comment Share on other sites More sharing options...
crash3903 Posted January 19, 2007 Share Posted January 19, 2007 yeah i changed it in admin and everything but i cant change the web bar bit, cheers have you tried this Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
threeoaksgroup Posted January 19, 2007 Share Posted January 19, 2007 Hi, I don't know that this is the correct procedure, but it seems to work just fine for meta tags. I simply added the following code to the very top of the includes/languages/english/index.php. I ran a meta tag analyzer and it worked just fine and store functions properly. <title>this is the text that will show up on top blue bar in browser</title> <meta content="yourdomain.com" name="Title"> <meta content="your shop name" name="Author"> <meta content="the kind of shop you have" name="Subject"> <meta content="your description of content" name="Description"> <meta content="your keywords" name="Keywords"> <meta content="english" name="Language"> <meta content="© your company name" name="Copyright"> <meta content="your designer name" name="Designer"> <meta content="your publisher name" name="Publisher"> <meta content="Global" name="Distribution"> <meta content="All" name="Robots"> Change the text to what you need to in between each " " Example: From: <meta content="yourdomain.com" name="Title"> To: <meta content="davesbargains.com" name="Title"> Leave the "Global" & "Robots" like it is Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.