If we have a htmlanchor element.
Is there an elegant way to know whether the link is no follow or do follow after taking into account that tag and context of the links.
Printable View
If we have a htmlanchor element.
Is there an elegant way to know whether the link is no follow or do follow after taking into account that tag and context of the links.
What kind of link...
any link
if you have a mshtml.htmlanchorelement object how would you know whether a link is no follow or not.
Not sure but can't you read the line which contains the <a rel="follow" href=""> </a>?
What about if the nofollow declaration is way on top of the page?