Forum Moderators: goodroi
Would this work for external links in the iframes?:
Disallow: / [outwardlinkiniframe1.html...]
Disallow: / [outwardlinkiniframe2.html...]
1. You have a standard HREF link that opens in the iframe. In this case, I think this is a situation for rel=nofollow.
2. The URL is the default value specified in the iframes tag itself. Given that Google will even try to spider URLs found in Javascript, they would probably try to spider this as well. But IMO it's likely there would be no PR or anchor link value associated with this. If you want to be extra sure, set the default URL to "" and use Javascript to load that URL in the frame. Be sure to munge the URL so that the spider doesn't recognize it.
Not sure exactly what you intend to accomplish here, foxtunes. Is it to hide the link or actually prevent the iframe bits from being crawled?