Mobile app version of vmapp.org
Login or Join
Gail5422790

: Does searchbots index content in iframe Possible Duplicate: Do we still need to avoid using frame/iframe for good SEO? I have a html page that has a map of a country with lots

@Gail5422790

Posted in: #Iframe #Indexing #WebCrawlers

Possible Duplicate:
Do we still need to avoid using frame/iframe for good SEO?




I have a html page that has a map of a country with lots of dots indicating location of companies through out the country.

The dot's html link code includes the hash-bang + six characters.

When the user clicks on a dot, the following happens:
1) A modal-dialog box displays an iFrame containing another page (from same site).
2) With the dialog box in open state, the "parent's" url changes (adds a hash-bang + six characters) which the user can use to bookmark the page with the dialog-box. When the dialog box closes, the url reverts to the original url.

Am using jQuery and qTip for displaying the modal-dialog box and iframe content (no Ajax is used).

Would the seachbots search/index the content in the iframe?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Gail5422790

2 Comments

Sorted by latest first Latest Oldest Best

 

@Merenda212

it depends on how you call the modal box - if its an A href .../ link with an ID that is linked to javascrips/jquery, then (in one of my site's case) yes it will be indexed, BUT as its OWN page, ie the content page, not the parent / container.

i got around that by letting google index the iframe content pages, and when a user clicks on the link from a search engine, the page detects that its not within an iframe and redirects back to the parent page.

10% popularity Vote Up Vote Down


 

@Yeniel560

IFrames are sometimes used to display content on web pages. Content
displayed via iFrames may not be indexed and available to appear in
Google's search results. We recommend that you avoid the use of
iFrames to display content. If you do include iFrames, make sure to
provide additional text-based links to the content they display, so
that Googlebot can crawl and index this content.


From the Google Webmaster Guide

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme