Embed YouTube and Vimeo videos and SEO
Unfortunately, there have always been problems with iFrames when it comes to SEO. The content in an iFrame is not considered part of the parent page and the page within an iFrame may be spidered and indexed (or it may be not) but no PR (PageRank) is passed. Most importantly, when it comes to video SEO and video sitemaps, it is important that Google can:
1) Verify your sitemap and most importantly;
2) Verify that the video in your sitemap is actually on the URL you indicated.
Unfortunately, this second part is difficult in that using iFrames makes it difficult to associate video content with the URL that has embedded it. I can confirm that I have done several tests using the iFrame embed code along with a sitemap and those videos have not been indexed.
Source: reelseo.com
For to solve this problem, we can use the <noframes> tag.
Youtube
<iframe width="420" height="315" src="https://www.youtube.com/embed/PgadMktGcdg" frameborder="0" allowfullscreen></iframe>
<noframes>
<object width="420" height="315">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="https://www.youtube.com/embed/PgadMktGcdg"/>
<embed src="https://www.youtube.com/embed/PgadMktGcdg" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="420" height="315" ></embed>
</object>
</noframes>
</iframe>
Vimeo
<iframe src="https://player.vimeo.com/video/83663449" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<noframes>
<object width="500" height="281">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="https://player.vimeo.com/video/83663449" />
<embed src="https://player.vimeo.com/video/83663449" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281">
</embed>
</object>
</noframes>
</iframe>
Naturally are Examples Videos.
You must to change the URLs and Width and Height Values.
Sono Il Re sul Carro Danzante. Attraversando La Città Getto Via I Coriandoli Della Vostra Tristezza Regalando Passione Ed Estasi Nei Vostri Occhi.
Follow Trony on: FusoElektronique | Facebook | Twitter | Soundcloud
Please Log in or Create an account to join the conversation.
You might also be interested...
- You are here:
- Home ↬
- Forum ↬
- Design's Factory ↬
- Computers - WebMastering - Consolle ↬
- Embed YouTube and Vimeo videos and SEO
Community and Web Radio of Electronic Music since July 2008. Rome, Italy
Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) 2021.
About us | Our team | Cookie Policy | Privacy Policy | Terms and Conditions | Contact us | Sitemap