I am using CS-Cart 2.0.10, the tags don’t seem to be SEO friendly. For example, the URL for the white tag looks like the following:
index.php?dispatch=tags.view&tag=white
Is there a way to optimize this to something like
index.php/tags/white/ ?
Thank you.
This is not currently available. There is a request in the Ideas forum to add SEO to tags; you can vote for it and leave any comments at:
[url]http://cscart.uservoice.com/forums/40782-general/suggestions/549243-tags-seo-url-s[/url]
Bob
Well, you can fix it and it is not that hard but, yes, annoying.
You can modify htaccess to accept the SEO links of your own parameter and rewrite to dispatch. In addition, you have to modify the template to assemble and output SEO version of the tags. About an hour…
[quote name=‘TexasGuy’]Well, you can fix it and it is not that hard but, yes, annoying.
You can modify htaccess to accept the SEO links of your own parameter and rewrite to dispatch. In addition, you have to modify the template to assemble and output SEO version of the tags. About an hour…[/QUOTE]
That’s tough… and modifying the template might give headache when come to upgrading to a newer version in the future. CS-cart should make every page/feature of the site SEO friendly.
There is no magic pill.
Is there a write up on this somewhere?