QUOTE (toyicebear @ Mar 14 2007, 04:54 AM)

Lately there seems to be many questions regarding seo, sef urls and meta tags...so as to make the search for info a bit easier for newbees i have added some elemetary info:
1. SEO/SEF Urls
In the osCommerce shop admin let - Use search engine friendly urls (In development) - be set to "false"
(Setting them to true might give you the dreaded error message: Error! Unable to determine the page link! )
If you want to change the url format , use on of the seo/sef urls contributions.
The most used one, which also has easy install and work together with most other contributions is:
Ultimate Seo UrlsFor other alternatives
look here...2. Meta Tags
Standard osCommerce 2.2 does not have any meta tags solution so you will have to install one from the contributions section.
The 2 most used ones are,
Header Tags Controller and
cDynamic Meta Tags.
There is also this one,
header tags for novices , which is said to be an easy install. (Have not tested it personally, so i can not give any pros and cons on this one)
For more info and more alternatives
look here....3.
Site Map4.
All Products Page5.
Google XML Sitemaps6.
Google Base/Froogle feedsI am having trouble installing the C dynamic meta tags. I am at step 3 and when I replace the code with the code suggested, I get a blank page in the index.php. However, I am curious if the reason for that is because I haven't done the following:
Run the .SQL file, in which I'm not to sure how to follow that and configure it. Could you pleae provide some guidance?
INSERT INTO `configuration` VALUES (190, 'Store Description', 'STORE_DESCRIPT', 'The Next Level Of osCommerce', 'Place your sites meta description here, for use with dynamic meta-tags<br>', 1, 40, NULL, '2003-12-05 05:01:41', NULL,'tep_cfg_textarea(');
INSERT INTO `configuration` VALUES (191, 'Store Index Description', 'STORE_METDEX', 'Productivity Sold Here', 'Place a seperate \r\nindex page meta description here, for use with dynamic meta-tags<br>', 1, 41, NULL, '2003-12-05 05:01:41', NULL,'tep_cfg_textarea(');
INSERT INTO `configuration` VALUES (192, 'Store Key Words', 'STORE_KEYWORD', 'ecommerce, oscommerce, shopping cart', 'Place your sites meta key words here, for use with dynamic meta-tags<br>', 1, 42, NULL, '2003-12-05 05:01:41', NULL,'tep_cfg_textarea(');
where to place all this or what portions of it have me at a loss.
Lastly, I'm not to sure about the last step
<H3 class=install>STEP 5 - Configure basic parameters</H3>
Set settings which are located in includes/languages/english/meta_tags.php
How to place the settings.
Thanks for any help provided.
Joe