Embed YouTube and Vimeo videos and SEO

More
02 Apr 2016 19:43 - 02 Apr 2016 20:07 #4244 by Trony

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
Code:
<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
Code:
<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.

"Music and Electronic Devices Designer. Drum and Bass Addict. Creative Mind as Lifestyle. Cat in past Life. Football, Ice Hockey and Snowboard Lover. Marxist."


Sono Il Re sul Carro Danzante.
Attraversando La Città Getto Via I Coriandoli Della Vostra Tristezza Regalando Passione Ed Estasi Nei Vostri Occhi.

Moderators: Trony

😼 This-Ads-Feeds-My-Cats