Forum Moderators: Robert Charlton & goodroi
eg. when i search for my domain name, i get results containing urls
with my domain name and IP address as well-
mydomain.com/page.html
127.0.0.1/another_page.html
How can i tell google not to index the pages with IP address prefix?I
haven't used IP address anywhere while linking.
Please help...can it lead to duplicate content penalty also?
How can I approach google to remove urls with IP address..
RewriteCond %{HTTP_HOST} ^127.0.0.1
RewriteRule (.*) [mydomain.com...] [R=301,L]
pls suggest...