Two contributions need to be added to this thread, both require PHP 5.2+:
Ultimate Seo Urls 5 - Modern Seo Urls for PHP 5
KissMT Dynamic SEO Meta & Canonical Header Tags
Latest News: (loading..)
SEO, Meta Tags, SEF Urls and osCommerce
Started by toyicebear, Mar 14 2007, 04:54
29 replies to this topic
#21
Posted 29 January 2010, 10:04
Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
If you found my post useful please click the green + sign to the right
Please only PM me for paid work.
KissMT Dynamic SEO Meta & Canonical Header Tags
KissER Error Handling and Debugging
If you found my post useful please click the green + sign to the right
Please only PM me for paid work.
#22
Posted 29 January 2010, 13:01
Update:
The original Header Tags has no further development or support.
New improved version can found here: Header Tags SEO V 3.0
cDynamic Meta Tags v1.0 development has been dormant for awhile.
But a new and more advanced meta tags add-on with just as easy install exists here: KissMT Dynamic SEO Meta & Canonical Header Tags (Requires PHP Version: 5.2.0+)
Ultimate SEO Urls is still being developed and supported, but now there is also a new more streamlined alternativ available in ULTIMATE Seo Urls 5 (Requires PHP Version: 5.2.0+)
The original Header Tags has no further development or support.
New improved version can found here: Header Tags SEO V 3.0
cDynamic Meta Tags v1.0 development has been dormant for awhile.
But a new and more advanced meta tags add-on with just as easy install exists here: KissMT Dynamic SEO Meta & Canonical Header Tags (Requires PHP Version: 5.2.0+)
Ultimate SEO Urls is still being developed and supported, but now there is also a new more streamlined alternativ available in ULTIMATE Seo Urls 5 (Requires PHP Version: 5.2.0+)
Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#23
Posted 13 February 2010, 18:41
Hi may be a stupid question, but how do i change the title on my index page?
Thanks in advance.
Thanks in advance.
#24
Posted 14 February 2010, 05:36
yourm9, on 13 February 2010, 18:41, said:
Hi may be a stupid question, but how do i change the title on my index page?
Thanks in advance.
Thanks in advance.
You install one of the mentioned meta tags add-ons and follow the included readme instructions.
Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#25
Posted 17 February 2010, 07:19
Thanks for creating such a post. this site was not only knowledgeable but also very stimulating too. We find very few people who can think to create not so easy articles that creatively. I search for articles on a subject like this. I have gone in detail through dozens of blogs to come across know how about this.Looking to many more from your site !!
#26
Posted 02 March 2010, 02:11
toyicebear, on 14 March 2007, 04:54, said:
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 Urls
For 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 Map
4. All Products Page
5. Google XML Sitemaps
6. Google Base/Froogle feeds
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 Urls
For 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 Map
4. All Products Page
5. Google XML Sitemaps
6. Google Base/Froogle feeds
Thanks for the info I have used many of them now.......
#27
Posted 09 June 2010, 06:58
Some more SEO tips
1. Check your generated sitemaps and feeds!
I found (may be it is fixed by now), if you use SEO URLs, sitemaps are generated with non-SEO URLs. You may want to modify sitemaps generation code to fix the issue.
2. Also, make sure that all URLs through your site have same domain name. If your site is www.mysite.com, both www.mysite.com and mysite.com (note the absense of www prefix) will bring up your site, but, it seems, that search engines do separate them!
3. Add following to the .htaccess file: (modify as suited)
# Cache control
ExpiresActive On
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
This controls cache in user browsers. In my case, it instructs browser to keep copy of pictures and CSS files for 1 month before refreshing. This speeds up page loading a lot at customer end.
Rudolf
1. Check your generated sitemaps and feeds!
I found (may be it is fixed by now), if you use SEO URLs, sitemaps are generated with non-SEO URLs. You may want to modify sitemaps generation code to fix the issue.
2. Also, make sure that all URLs through your site have same domain name. If your site is www.mysite.com, both www.mysite.com and mysite.com (note the absense of www prefix) will bring up your site, but, it seems, that search engines do separate them!
3. Add following to the .htaccess file: (modify as suited)
# Cache control
ExpiresActive On
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
This controls cache in user browsers. In my case, it instructs browser to keep copy of pictures and CSS files for 1 month before refreshing. This speeds up page loading a lot at customer end.
Rudolf
#28
Posted 09 June 2010, 13:53
rudolfl, on 09 June 2010, 06:58, said:
Some more SEO tips
1. Check your generated sitemaps and feeds!
I found (may be it is fixed by now), if you use SEO URLs, sitemaps are generated with non-SEO URLs. You may want to modify sitemaps generation code to fix the issue.
1. Check your generated sitemaps and feeds!
I found (may be it is fixed by now), if you use SEO URLs, sitemaps are generated with non-SEO URLs. You may want to modify sitemaps generation code to fix the issue.
Recommended SEO Addons:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#29
Posted 11 October 2011, 15:12
Header Tags Controller is now Header Tags SEO and does not work with (the more important seo plugin) Ultimate Seo Urls
Please update the first post in this thread as I have just spend several days working this out. There also seems no easy
way to remove the Header Tags SEO plugin. I am going to reinstall the cart from scratch to remove it because it seems
like less effort and thankfully, I did not install on a live cart.
I found that http://www.oscommerce.com/community/contributions,8015 does work with Ultimate SEO Urls. It provides basic
meta tags for products, manufacturers and categories.
Please update the first post in this thread as I have just spend several days working this out. There also seems no easy
way to remove the Header Tags SEO plugin. I am going to reinstall the cart from scratch to remove it because it seems
like less effort and thankfully, I did not install on a live cart.
I found that http://www.oscommerce.com/community/contributions,8015 does work with Ultimate SEO Urls. It provides basic
meta tags for products, manufacturers and categories.
#30
Posted 12 October 2011, 01:01
Disregard last posters info, it is not correct. Header Tags SEO does work just fine with Ultimate SEO Urls.
But for those who wish an easier install, then both Easy Meta Tags and KissMT Dynamic SEO Meta & Canonical Header Tags are easy to add and works just fine with Ultimate SEO Urls.
HeaderTags SEO works well together with the Ultimate SEO 2-2.2 series mod, BUT if you use one of FWR medias Ultimate SEO Urls (USU 5) mods , then some adjustments might have to be made to make them play nice together especially if you use "standard" and not "rewrite" mode.
But for those who wish an easier install, then both Easy Meta Tags and KissMT Dynamic SEO Meta & Canonical Header Tags are easy to add and works just fine with Ultimate SEO Urls.
HeaderTags SEO works well together with the Ultimate SEO 2-2.2 series mod, BUT if you use one of FWR medias Ultimate SEO Urls (USU 5) mods , then some adjustments might have to be made to make them play nice together especially if you use "standard" and not "rewrite" mode.
Edited by toyicebear, 12 October 2011, 01:07.
Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.














