I want to block some specific paragraph for bots I know the IP of bots (many of us know) Please tell me any kind of PHP code or java script or anything through which i can block specific content on a page and not entire page for bot Actually i don't the bots to see a particular outbound links from my site and i can't add rel="nofollow" Is there any way to block the bots (specially google bot ) from seeing that outbound link Help me
not sure if you can do it by content.. but maybe try this one: <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
If you not using rel="nofollow" or <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> then no way for block to your content or OBL.
I never heard of a way of blocking only a apart of a page. Can you not just have one page for the stuff you dont want crawled and NOINDEX, NOFOLLOW only that page?
you can do it by changing in your css file. or make an image file of content and put that file in robot.txt