Quote:
Originally Posted by nightslit
Well if it's Javascript then why not use Jquery to select the different links and add it once it's on the website? Or make an eventListener which checks for external loading and them for all Iframe elements check if the links contained are with the nofollow tag? Or you can try some delayed (asynchronous) loading of the script, this way google bot won't see when fetching it? (This said, I don't know if googlebot takes in consideration asynchronous loaded ads or not, try to fetch like google in google webmaster tools and compare the two versions..). Hope this helps.
|
I have tested myself, you can even checkout this source, and read update note at last.
Code:
www britishdeveloper.co.uk/2013/01/add-relnofollow-to-all-external-links.html
Google does not recognize rel attribute that is implement by Jquery, Jquery is useful for opening links in new tab.
Google only look out on rel attribute, which we can't implement it though jquery.