Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
How can I make sure Google is crawling a link from an iframe (video)?
-
Do they crawl backlinks from an iframe example from a Youtube video embedded in a blog post? TIA!
-
That test in no-way proves that the link passed PageRank.
I'm not sure about an href within an iframe, but equally I don't see any reason why you would do that?
-
So this test is not true:
https://www.seroundtable.com/google-iframe-link-14558.html
What if there's an a href tag (can be seen through "inspect element") within the iframe embedded in a webpage?
-
Nope, they can't. Those links are within the iframe.
If you're trying to get link equity from embedded video, it'll need to be with crediting text links or images outside of the actual player, as overlays are done with JavaScript, which doesn't pass PageRank by all accounts.
-
We created videos that will be embedded to other sites and we have to take advantage of the backlinks.
Regarding Youtube videos, it was just another question if Google can crawl backlinks (the hyperlinked Youtube logo within a video embedded to an external site or webpage) of a Youtube page.
-
Not quite sure I understand... Are you trying to build links to the YouTube video on youtube.com? if so, an embed through an iframe does sort of count as a "link" to the video (i.e. it provides ranking equity), but only in the unique case of YouTube videos.
Or are you wondering if links in the descriptions/overlays will pass PageRank?
-
This is for link building, Ryan. Do you think Google will still follow the links from an iframe?
-
Ah, ya, since OP is asking about these videos after they're embedded in other sites maybe he means will this be like link building? Or maybe he's asking about view lift and popularity of the original video? OP, I think you'll need to clarify some to get a more precise answer.
-
I wrote that post, and it's now nearly three years out of date.
They have got better at crawling iframes since then, and now you can get a video indexed if it's embedded in an iframe.
However, I don't think this relates to the question specifically?
-
Google see iframes as basically "a window into other sites". As such, no, they don't crawl links in this way - however, they will likely then crawl the page which the iframe references, and thereby pick up any backlinks there.
I'm not quite sure how this might related to an embedded YouTube video, but YouTube videos are indexed instantly anyway once they're published because Google don't need to crawl YouTube (they have access to the database)
-
Thanks Ryan! These videos will be embedded in other websites.
-
This post is fairly extensive in regards to your question and should give you ideas even beyond what you're asking here, http://moz.com/blog/hosting-and-embedding-for-video-seo but if you're looking for the highlight, this is still pretty applicable advice today:
Embed the content with HTML5 and JavaScript or Flash, but not an iframe
Unfortunately, Google are not very good at crawling iframes at the moment; so if you want videos to be indexed, you need to make sure you’re embedding content in an HTML5 player with Flash fallback, or a pure Flash player.
If the video is being embedded on your own site you can also create a transcription for it on the same page and then place the links in according spots. Cheers!
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
-
My product category pages are not being indexed on google can someone help?
My website has been indexed on google and all of its pages can be found on google except for the product category pages - which are where we want our traffic heading to, so this is a big problem for us. Our website is www.skirtinguk.com And an example of a page that isn't being indexed is https://www.skirtinguk.com/product-category/mdf-skirting-board/
Intermediate & Advanced SEO | | chelseaskirtinguk0 -
How can I find all broken links pointing to my site?
I help manage a large website with over 20M backlinks and I want to find all of the broken ones. What would be the most efficient way to go about this besides exporting and checking each backlink's reponse code? Thank you in advance!
Intermediate & Advanced SEO | | StevenLevine3 -
Google Adsbot crawling order confirmation pages?
Hi, We have had roughly 1000+ requests per 24 hours from Google-adsbot to our confirmation pages. This generates an error as the confirmation page cannot be viewed after closing or by anyone who didn't complete the order. How is google-adsbot finding pages to crawl that are not linked to anywhere on the site, in the sitemap or linked to anywhere else? Is there any harm in a google crawler receiving a higher percentage of errors - even though the pages are not supposed to be requested. Is there anything we can do to prevent the errors for the benefit of our network team and what are the possible risks of any measures we can take? This bot seems to be for evaluating the quality of landing pages used in for Adwords so why is it trying to access confirmation pages when they have not been set for any of our adverts? We included "Disallow: /confirmation" in the robots.txt but it has continued to request these pages, generating a 403 page and an error in the log files so it seems Adsbot doesn't follow robots.txt. Thanks in advance for any help, Sam
Intermediate & Advanced SEO | | seoeuroflorist0 -
How can I make a list of all URLs indexed by Google?
I started working for this eCommerce site 2 months ago, and my SEO site audit revealed a massive spider trap. The site should have been 3500-ish pages, but Google has over 30K pages in its index. I'm trying to find a effective way of making a list of all URLs indexed by Google. Anyone? (I basically want to build a sitemap with all the indexed spider trap URLs, then set up 301 on those, then ping Google with the "defective" sitemap so they can see what the site really looks like and remove those URLs, shrinking the site back to around 3500 pages)
Intermediate & Advanced SEO | | Bryggselv.no0 -
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 -
Can I tell Google to Ignore Parts of a Page?
Hi all, I was wondering if there was some sort of html trick that I could use to selectively tell a search engine to ignore texts on certain parts of a page. Thanks!
Intermediate & Advanced SEO | | Charles_Murdock
Charles0 -
Can too many NoFollow links damage your Google rankings?
I've been trying to recover from a Google algorithm change since Sep 2012, so far without success. I'm now wondering if the nofollow on external links in my blog posts are actually doing me damage. http://www.smartdatinguk.com/blog/ Does anyone have any experience of this?
Intermediate & Advanced SEO | | benners0 -
Can Google Read Text in Carousel
so what is the best practice for getting Google to be able to read text that populates via JQuery in a carousel. If the text is originally display none, is Google going to be able to crawl it? Are there any limits to what Google can crawl when it comes to JavaScript and text? Or is it always better just to hardcopy the text on the page source?
Intermediate & Advanced SEO | | imageworks-2612900