iframeseo

Can I add rel nofollow to iframe tag?


I have a widget distributed in some sites via an iframe. But I don't want the google bot index the url. Will adding a nofollow to iframe tag resolve the problem?. Does Iframe tag support nofollow, and will Google understand it?


Solution

  • Absolutely, you kind of can add rel="nofollow" to an iframe. You just must be tricky about it. Here's how...

    Build a blank html file. Add your iframe to that alone. In the Meta tag include

    <meta name="robots" content="noindex,nofollow">
    

    Now, iframe that page onto the one your going to show.