Forum Moderators: goodroi
From what I can tell from googles removel site is that you need to put a text robot file on my server to tell it to remove. But I dont know how to write the robot.txt file so that only the WWW url's are removed and the [site.com...] (without the www) are not removed.
Can anyone help me out?
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.yoursite.com [NC]
RewriteRule ^(.*)$ [yoursite.com...] [L,R=301]
Why would this be? I still want anyone that gets to my page from a www link to go to the non www url but I dont want the www URLs to be in google anymore.
Thanks