johnl123d
Member
Posted 1 year ago #
Hello,
How do I prevent google bot (only google, not other search engines) from crawling and indexing a particular post.
My site is http://www.thefunstufftodo.com
I want to block google bot from accessing this post: http://www.thefunstufftodo.com/partners
Please help!
Thanks
see if any of the plugins can help:
johnl123d
Member
Posted 1 year ago #
I want to add something like this into wordpress header, but I don't know the code.
if webpage = http://www.thefunstufftodo.com/partners
then <meta name="googlebot" content="noindex, nofollow">
If anyone can help, it's greatly appreciated.
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Or,
<meta name="googlebot" content="index, nofollow">
johnl123d
Member
Posted 1 year ago #
I only want this meta tag for this particular post: http://www.thefunstufftodo.com/partners
How would I do that in wordpress?