Open Site Explorer not Seeing 301 Redirect to non-www
-
I cannot figure out why open site explorer doesn't see that when you go to http://preferredroofingkc.net/ it redirects to http://www.preferredroofingkc.net/
This is a wordpress installation that uses a cannonical url http://www.preferredroofingkc.net/
The HTACCESS file also has a 301 redirect as follows:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^preferredroofingkc.net [NC]
RewriteRule ^(.*)$ http://www.preferredroofingkc.net/$1 [L,R=301]But, open site explorer still shows these sites separately without alerting that there is a 301 redirect.
-
That sounds like a good question for the help desk, as they will want to know if there's a possible bug. Email them at help@seomoz.org with this information and they'll take a look at it.