I have a problem with duplicate content...
my links are like this:
- original: www.example.ro/men-shoes/
- duplicate: www.example.ro/men-shoes/pagina-1/
- original www.example.ro/women-shoes/
- duplicate: www.example.ro/women-shoes/pagina-1/
and other similar pages that has /pagina-1/ at the end
I am not good at mod rewrite.. but i tryed this code
RewriteCond %{QUERY_STRING} ^pagina-1/$
RewriteRule ^(.*) $1 [L,R=301]
it dosen't work... I would be glad to solve this!
thanks!
Try: