4 replies
I recently ran a report on one of my websites and noticed there was an alert for the following:

WWW Resolve: Be careful. Your website without www doen't redirect to www (or the opposite). It's duplicate content!

Can anyone please explain this to me, how I can fix it and is this affecting my SEO?
#issue #resolve #www
  • Profile picture of the author deohaivan
    google "how to redirect www"
    {{ DiscussionBoard.errors[6959857].message }}
  • Profile picture of the author OldLodgeSkins
    Hi,

    All you need to do is a 301 redirect in you main .htaccess. Something like that:

    Code:
    RewriteCond %{HTTP_HOST} ^website.com [NC]
    RewriteRule ^(.*)$ http://www.website.com/$1 [L,R=301]
    Seb.
    Signature
    Do you use Facebook ? Then you can make money just by inviting people to a Facebook group ! It's called the Instant Income System. How cool is that?
    {{ DiscussionBoard.errors[6961303].message }}
  • Profile picture of the author troyr88
    Sweet thanks warriors. Unfortanently this clients website is using adobe business catalyst and I'm unable to use .htaccess on their server. I've contacted them and waiting for a reply.

    Thanks for all your support as it made it easier for me to explain to host.
    {{ DiscussionBoard.errors[6961633].message }}

Trending Topics