Duplicate page content on Moz PRO - http://www and http:// problem
-
Hi Moz community,
My Moz Pro writes 555 duplicate content errors, when i click on the page address to check witch page duplicate, it gives me the same page address without WWW.
Duplicated:
The first thing i checked is my .Htaccess file.. , I found out i have a www redirection that redirect everyone without the "www" to the full domain with the "www" - and it works perfectly on the browser.
The code that redirect:
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]I'm trying to figure out why Moz Pro gives me these errors,
Thanks in advanced

-
Howdy.
Have you added the htaccess redirect rule recently? What might be happening is - Moz crawls your website about once a month, so, if your htaccess rule was added less than a month ago, those redirects might be simply not crawled yet. What you can do is to check it with other free tools like semrush trial for such errors.
Hope this helps.
-
hi,
we have did duplicate problem. ı can fixed Htaccess. Our site clicksus seo ajansi ,
automaticaly redirect SSL page now.
BEGIN HTTPS Redirection Plugin
<ifmodule mod_rewrite.c="">RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]</ifmodule>END HTTPS Redirection Plugin
BEGIN WordPress
<ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</ifmodule>END WordPress
this code, our mikrofis site.
-
Hi there!
Sam from Moz's Help Team here! Our Helpsters would love to take a deeper look into this for you - could you please pop an email over to help@moz.com and include the name of the campaign you're seeing these duplicate notices for so that we can take a look at what might be going on?
Looking forward to hearing from you!