[HTML Gurus] Is the only nofollow = rel="nofollow"?
-
From my knowledge only way an HTML link is nofollow is using rel="nofollow".
I was wondering if you have a link , is there anything you can put OTHER than rel="nofollow" within the <a></a>tags that make a link nofollow?
-
page wide with the meta tag
not a perfect solution i know but its that or individually - i believe -
correction the meta tag required index instructions too
NOINDEX would prevent search from seeing that page and nofollow the links - -
Thanks Andy.
I was more curious in regards to the <a></a>tag.
-
as i say only the two options / well three including robots.txt to not index the page