Forum Moderators: open
I am going to have duplicate content on a different domain but don't want one of the sites indexed or spidered.
Also, it is currently indexed. Will this code still stop Google from coming back?
Thanks
google says [google.com...]
DaveN
Both methods should see google pass you by.
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW">
You can shorten the above to...
<meta name="robots" content="none">
It means exactly the same thing and produces less code.