How do I make the "[more]" link SEO?

Hello,



I just bought CS a few days ago and have been playing around with it a bit. I an on a Apache server, so I have the SEO mod turned on. But I noticed that if you make your short description too long it will cut it off and add: “… [more]”. Which isn’t really a problem except that it does the dynamic version of the product page, instead of the SEO .html version. So with it like that, you will end up getting your page indexed twice. Does anyone know how to fix this?



And, if someone is aware of a way to make the cut-off point longer that would be appreciated too.



Here’s my site stats:



CS Cart 1.3.4 SP2

CentOS operating system

Mods installed: previous & next navigation

Hosting type: VPS

Apache web server



Thanks.

In skins/your skin/products_pages/products.tpl:



{$product.short_description|truncate:280:"



Change the value to increase or decrease.

[quote name=‘roban’]In skins/your skin/products_pages/products.tpl:



{$product.short_description|truncate:280:"



Change the value to increase or decrease.[/QUOTE]



Thanks Roban, implemented this also