Tagged Questions
6
votes
3answers
157 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 ...