View Full Version : How to block part of a page - Siloing
Dj Morri
02-27-2009, 06:39 PM
Hi there,
I would like to know the effective way to block part of unrelated content on a section/page, that would be frames ?
Or any special code inside the frames? How can I block that content?
JohnW
02-27-2009, 06:53 PM
Yeah actually you can use a tag to block part of a page from being indexed at Yahoo. not sure if/when other SEs will support it. Doing this uses a "class=robots-nocontent" attribute.
Here's some info
http://help.yahoo.com/l/us/yahoo/search/webcrawler/slurp-14.html
Since only Yahoo (I think) supports it, I do it the old fashioned way. You could use an iframe (with that page blocked) but better I think is to just put that content into an image.
JohnW
02-27-2009, 06:55 PM
missed this,
>Or any special code inside the frames? How can I block that content?
Yeah, if you go with a frame, use robots.txt to block the url of the framed page,or, use a noindex tag on the framed page.
AussieWebmaster
02-28-2009, 09:42 AM
that is the answer
Dj Morri
03-02-2009, 06:20 PM
Thank you Aussie :)