How does googlebot treat iframes? Does it follow the src attribute like a link? Is the iframe content analyzed as if it was part of the page where it is included?
|
closed as off topic by casperOne♦ Dec 3 '11 at 1:35
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
From the Google Webmaster Guidelines The iframe content isn't included in the original page. If you want the content indexed, try providing a text link to the src page. If you don't want it indexed, use the meta robots tag or robots.txt to restrict the file. |
|||
|
|
|
Anecdotal evidence suggests it treats it like a link (so you can end up with a page designed to be viewed inside the frame being loaded on its own via a link from a search engine). |
|||
|
|