Questions
-
Duplicate Page Title Crawl Error Issue
Having both www and non-www versions of your site accessible is definitely a duplicate content issue, as Google looks at those as different sites. If you have access to your .htaccess file, here is the code you want to add: Options +SymLinksIfOwnerMatch RewriteEngine on rewritecond %{http_host} ^barefootparadisevacations.com [nc] rewriterule ^(.*)$ http://www.barefootparadisevacations.com/$1 [r=301,nc] This will redirect non-www versions of your site to www.
Technical SEO Issues | | TakeshiYoung0