Can I make iframe video SEO friendly?
-
Hello there,
Is it possible to make iframe SEO friendly? I have to use iframe to add video to the page. I know I can use the name and title attributes, but will it help to rank my page? Also can I put alternative content to describe the video?
some iframe examples:
<iframe<br>name="example-name-a"
width="300"
height="300"
src="example-a.html">
Alternate content video a</iframe<br><iframe <br="">name="Example-video-name-b"<br /> title="Example-video-title-b"<br /> width="300"<br /> height="300"<br /> frameborder="0"<br /> src="example-b.html"><br /></iframe>
-
Are the video's on a secondary site i.e. YouTube? If so what you suggested about writing new descriptions for te videos would help, ensuring that the videos have their individual own pages unless they're all about the same subject.
Also this way you can use H1 and TITLE tags too!
Regards
Dave