4
votes
1answer
221 views

www and non www can suffer duplicated content

Do you know if i should use canonical tag, or 301 redirection from http://mydomain.com to http://www.mydomain.com To avoid duplicated content penalty in case other pages link to the domain without ...
9
votes
2answers
2k views

SEO preference for WWW or HTTP:// protocol redirection? Do www websites rank better than NON-www?

After having read various articles on this site about WWW or Non-WWW website setup, here, here and here, and after having setup a correct redirection rule in .Htaccess to at least eliminate duplicate ...
6
votes
3answers
162 views

How to stop Google indexing both www. and no-www versions of my website

When I do a search of my site in Google it shows both: mydomain.com www.mydomain.com In my .htaccess file I added code to redirect the non-www version to the www version, but both versions are ...