Tags & Seo

Anyone knows how can we do this?



Instead of



yoursite.com/index.php?dispatch=tags.view&tag=sport



to have:



yoursite.com/tags/sport



Thanks in advance

Sure. Make sure the SEO addon is enabled.

For each of your products, simply enter the SEO name you want (without the .html suffix) in the Addons tab of the product detail page.

[quote name=‘tbirnseth’]Sure. Make sure the SEO addon is enabled.

For each of your products, simply enter the SEO name you want (without the .html suffix) in the Addons tab of the product detail page.[/QUOTE]



Thanks, that’s what I did in the first place and it’s working very fine, but I was talking about tags.



The pages and products are displayed perfect and were already indexed by google.



But the tags are displayed like this:

index.php?dispatch=tags.view&tag=tag1



instead of:

tags/tag1



which in my opinion is worthless for indexing in google.



I’m not sure if this can be made from .htaccess or it is not implemented in cs-cart seo addon.

There must be away of doing this through .htaccess and the mod rewrite module

for reasons I don’t know cs did not seo news or tags…

tags is an addon. SEO is an addon. I do not believe that SEO is provided for addons, only for core functionality. It may become something they do over time but I would doubt it. Seems like what you’re trying to accomplish is to use tags in place of categories.

Google is starting to crawl my site and it’s finding my tags and indexing them. Webmaster tools is showing duplicate meta descriptions for all of my tags. Is it best to add tags to the robot.txt or just leave it as is?



Thanks,



Jason

Sorry, double post…

I’m new to CS Cart and noticed that the news pages don’t get SEO urls. Too bad. Anyone know a way around this? If Wordpress blogs can do this, CS Cart should be able to.

[quote name=‘kingsleypress’]I’m new to CS Cart and noticed that the news pages don’t get SEO urls. Too bad. Anyone know a way around this? If Wordpress blogs can do this, CS Cart should be able to.[/QUOTE]

Make a feature request at the Bug Tracker link above.



Bob

[quote name=‘kingsleypress’]I’m new to CS Cart and noticed that the news pages don’t get SEO urls. Too bad. Anyone know a way around this? If Wordpress blogs can do this, CS Cart should be able to.[/QUOTE]



I just realized this missing feature… this is sad, really sad…

[quote name=‘tbirnseth’]Sure. Make sure the SEO addon is enabled.

For each of your products, simply enter the SEO name you want (without the .html suffix) in the Addons tab of the product detail page.[/QUOTE]



You may want to try to edit robots.txt and add

Disallow: /index.php

Can you please help How should I add following tags to my Home page & Category pages for SEO optimization.

















Thanks in advance.



Raj

Hello Raj,



First of all, I use CS-Cart 1.3.5.



You can do it quite easily with Smarty templating engine.



For example, for Index (in 1.3.5):


{if $current_url == "$index_script"}Your code for Index{/if}



If any knows for CS-Cart 2.x…





Lee Li Pop