Hey guys, I am trying to make an Amazon JavaScript affiliate link no-follow but not sure how to: Here is the code structure: <iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=XXXXXXXX-20&o=1&p=8&l=as1&m=amazon&f=ifr&md=10FE9736YVPPT7A0FBG2&asins=B0036WT3PW" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> This code gets embedded on a blog page and displays one of these enhanced Amazon.com listings. How would you make this code no-follow? Thanks in advance! openmindz
many issues with this post... 1. this is not javascript 2. this is not a link 3. spiders don't follow iframe src content by default. 4. importance of PR sculpting is dying out anyway 5. only A elements can take a rel="nofollow". 6. if you DID create A HREF's via javascript, they would not be in the server-side source anyway so the rel property would not matter 7. you cannot control any of the iframe content that resides on another domain through your parent window/DOM
Thanks so much dimitar, I was thinking that too many of these links would leak pr juice out to Amazon, but what you say makes sense. I'm good now. Cheers mate!