Duplicate Page Title and Duplicate page content ??
-
This post is deleted! -
Hi
Why not either strip away or add trailing slashes on all your URLs? This way you are sure to get around the problem.
If you add something similar to this, it will for example remove trailing slashes on all URLs:
RewriteCond %{HTTP_HOST} !^.yourdomain.com$ [NC]
RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]
Hope this helps
-
Hi DotlineSeo,
One possible solution to this issue could be the one Fredrik has pointed out.
An other solution is to tell search engines which URL are you targeting by adding a rel="canonical" to the header of the index page.
This way the one without the / will be targeted.
I hope that helped,
Istvan