Duplicate page
-
Just getting started and had a question regarding one of the reports. It is telling me that I have duplicate pages but I'm not sure how to resolve that.
-
PM/Post the URL along with exact URLs that are being reported and then me or somebody else here could look at the URL and tell you exactly what's going on and what you could possibly do.
Edit: James, based on the URLs you sent me, the issue is duplicate content between yoursite.com, www.yoursite.com and www.yoursite.com/index.html and you can handle this by adding a .htaccess file to the root of your public_html/www folder.
Options +FollowSymLinks RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.)$ http://www.%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html