Iframes and Gooogle
-
I am doing some SEO work for client that has a restaurant reservation plugin with a review website connected to it, they handle reservations through an iframe plugin on all pages of the restaurants that are connected to it.
Can I place a link in the iframe and get Google to index it? Would be nice.
Google is indexing the iframes when you look for certain very longtail keywords. Google displays a page where only the iframe is displayed, this is not relevant for the user and I would like to remove it. But I prefer links and indexed iframes over no links and no indexed iframes on longtail keywords.
-
Well if you know that the frame is already indexed you can do a site search of the frame and see what it looks like as well as the last cached date. The query would look something like this:
site:example.com/iframe-page.html
This will give you the page that Google has indexed. If you are going have the pages not be indexed i really so no SEO value into adding a hyperlink pointing to the frame itself (why build its authority if it is not in the SERPS?). So i would really just take into account the end users experience. If they can already see the framed content, why have a link that just shows it again?
If you are able to share some URLs i might be able to give some more specific answers, thanks!
- Kyle
-
Thnx Kyle, I figured that we should add the noindex, follow tag. It is nice to see that you agree on it.
I am still wondering if it is normal to add a link to the frame and get that link indexed, it would be awesome. It would be a relevant link because the user can find reviews of the restaurant it wants to book a table for.
Is there any way to test how much Google can read from my Iframe?
-
Since you have control over it you have a few options to help give the best experience for end users. The first update would be adding the following META tag to your iframe section:
This will allow search engines to crawl the page, follow the links and pass authority BUT keep from indexing them in the search engines. From there if each page is only being framed in on one page you could also include a canonical tag to pass the authority to the higher level page that would be better for end users. However, if it is framed into multiple different pages that approach probably wouldn't not work.
Let me know if that makes sense or if i miss understood your question, thanks!
- Kyle
-
The Iframe is a plugin where people can make a reservation.
I think it is relevant to place a link in the frame where people can read reviews from the people that have visited this restaurant.
-
Yes I have the control over it, because it is our own iframe
-
Quick question, do you have control over the iframed content?
-
Overboslaan
I am going to purposefully not get into what does or does not get indexed with an iFrame and just say it is not IMO a best practice. (Ok, yes Google will index a link in an iFrame...typically that is attributed to the source of the iFrame and not to the site it resides on. Again, whatever anyone believes about iFrames is true....)
With your question, my concern would be that the reviews are tied to the reservations plugin. If, your reviews are set up with structured data, are your reviews showing up when someone searches on the restaurant? Or, do they only show up if I happen to see the reservations page in the serp? With the change to the carousel in local for restaurants, I have to believe that review snippets are ever more important.
Hope this helps.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Is an iframe redirect on the same Domain bad for SEO
Good morning. We have a vendor that has created a landing page with content that we want to use. Because of the way we built the site, the only way to use the content is to create an i-frame. The i-frame is re-directingon the same Domain. Would we benefit from the SEO Content?
Intermediate & Advanced SEO | | jdenbo_edf0 -
IFrames and Thin Content Worries
Hi everyone, I've read a lot about the impact of iFrames on SEO lately -- articles like http://www.visibilitymagazine.com/how-do-iframes-affect-your-seo/ for example. I understand that iFrames don't cause duplicate content or cloaked content issues, but what about thin content concerns? Here's my scenario: Our partner marketing team would like to use an iframe to pull content detailing how Partner A and my company collaborate from a portal the partners have access to. This would allow the partners to help manage their presence on our site directly. The end result would be that Partner A's portal content would be added to Partner A's page on our website via an iFrame. This would happen about across at least 100 URLs. Currently we have traditional partner pages, with unique HTML content. There's a little standalone value for queries involving the bigger partners' names + use case terms, but only in less than 10% of cases. So I'm concerned about those pages, but I'm more worried about the domain overall. My main concern is that in the eyes of Google I'd be stripping a lot of content off the domain all at once, and then replacing it with these shell pages containing nothing (in terms of SEO) but meta, a headline, navigation links, and an iFrame. If that's the case, would Google view those URLs as having thin content? And could that potentially impact the whole domain negatively? Or would Google understand that the page doesn't have content because of the iFrames and give us a pass? Thoughts? Thanks, Andrew
Intermediate & Advanced SEO | | SafeNet_Interactive_Marketing0 -
Does google credit links from iFrames or created by Javascript, if so, is one more powerful than the other?
Consider this example, because I want to be clear about what I mean. You have two websites. Lets all them www.a.com and www.b.com. On www.a.com/some/page, there is an iframe something like this:
Intermediate & Advanced SEO | | adriandg
<iframe src="www.b.com/some/special/path"></iframe>
Then content of this iframe is a bunch of pictures, text and numbers, as well as a group of links, linking each picture to www.b.com for example the links might be:
www.b.com/content/1
www.b.com/content/2
www.b.com/content/3 Questions: When google crawls **www.a.com/some/page, **does it pass link juice to www.b.com/content/*? Does google instead consider these to be internal links within b.com itself. because links to www.b.com/content/ ** are actually from b.com itself, since the domain of the iframe is actually: www.b.com/some/special/path 3) Is there any amount of link juice passed from www.a.com/some/page to* www.b.com/some/special/path **because this is the src= element of an iframe that a.com is hosting? Consider an alternative setup. Where instead of using an iframe the contents of the above described iFrame is actually added the the page dynamically using javascript, and a call to an API endpoint at b.com. Resulting in these links being added directly to the body of a.com without being wrapped in an iframe element. Questions:
4) Do these links that were created after page load still get crawled and credited by google? (i have heard in the past that google was going to start crawling javascript, i just don't know if this is known for a fact yet).
5) Do links created on the client side hold the same weight as a link that was served directly via the backend html generation? If both the links within the iframe and the links within the javascript embed method pass link juice. Is one preferred over the other? is one known to be more effective than the other? Thanks!0 -
My client wants to apply schematic markup to their iframe youtube video. Is this possible?
I have a client that wants to apply video object schema to their iframe youtube video. Here is the source code: <iframe src="http://www.youtube.com/embed/clientvideo" width="272" height="202" frameborder="0" allowfullscreen=""></iframe> Is it possible to apply schema markup to this kind of iframe source code? Our development team was having a hard time with it. Thanks!
Intermediate & Advanced SEO | | RosemaryB0 -
Putting "noindex" on a page that's in an iframe... what will that mean for the parent page?
If I've got a page that is being called in an iframe, on my homepage, and I don't want that called page to be indexed.... so I put a noindex tag on the called page (but not on the homepage) what might that mean for the homepage? Nothing? Will Google, Bing, Yahoo, or anyone else, potentially see that as a noindex tag on my homepage?
Intermediate & Advanced SEO | | Philip-DiPatrizio0 -
Does google can read the content of one Iframe and use it for the pagerank?
Beginners doubt: When one website has its content inside Iframe's, google will read it and consider for the pagerank?
Intermediate & Advanced SEO | | Naghirniac0 -
Iframe redirect bad for SEO?
Hi, I have a website (http://www.blowingminds.de) wich I put a spreadshirt shop into via iframe. The thing is I am not sure on how the iframe effects my SEO? Can I just optimise the main domain for search? Well I want the spreadshirt shop to be found under the domain name (www.blowingminds.de) but the only real way to do it is by implementing an iframe because each spreadshirt shop has its own subdomain eg.: blowingminds.spreadshirt.de but the only real way to do it is via iframe, as they do not offer a complete domain redirect. (Or have I overseen some other way?) I hope you guys can help me on this one 🙂 Thanks in advance. Malte
Intermediate & Advanced SEO | | wellbo1 -
Link equity of ifram
If I link an iframe to pull its content - does that count as inbound link for the iframed content? Am I passing linklove to that page? I am on x.com and have an iframe pull content from z.com. Does this give linklove from x to z.com? (I am NOT asking if the z context is indexed in x, although I am weary to follow the most frequent statement that they do not. Google states that they will try to pull the content from the iframe, but don't guarantee it.)
Intermediate & Advanced SEO | | andreas.wpv0