is IFrame crawled by Google?

試著忘記壹切 提交于 2019-12-31 00:36:34

问题


I have iframe that it is source is got from servlet response, so does the content of the iframe will be crawled?


回答1:


Google does crawl the framed content now. Just not sure yet how much equity is passed to the links.

http://www.seroundtable.com/google-iframe-link-14558.html http://www.rimmkaufman.com/blog/do-search-engines-follow-links-in-iframes/31012012/

What Google surely stil not do is associating the framed content with the parent page. So your pagerank will not be influenced.




回答2:


No I'm pretty sure Google doesn't. The robot could end up in an endless loop!

EDIT: I followed the link given in the comment to the question. Although I see the test that was carried out appears to index the content of the iFrame, I think what is more likely is that it takes the URL of the iframe follows that and then indexes that page separately rather than actually doing it in the iframe. That way it could eliminate the possibility of an endless loop ie it could detect if the iframe was pointing at it's parent document.




回答3:


Google crawling your iFramed content will not do anything for your PageRank. It would be great if I could iFrame KimKardashian.com on my website and have all the collateral search traffic on my site. This does not happen because the HTML source of the framed site does not show up on your html source.

However, I think that with Googles new Panda algorithm that is sophisticated on its concentration of user experience will favor your website if you iframe a popular, high-content website. This is just speculation, but google may follow the link in the iframe src="link" to the high-content site, and then give "points" to your website for enhancing user experience.

I came up with this idea reading articles like this : http://www.entrepreneur.com/blog/223765




回答4:


you should index the page separately. I have done iframe work on my web site SCP International inc.USA before but when I know that It will not do anything for page rank I removed it.



来源:https://stackoverflow.com/questions/9101007/is-iframe-crawled-by-google

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!