PHP视频源隐藏

时间:2019-07-18 09:28:47

标签: php video hidden src

<video id="player" class="video-js" width='500' height='400'>
  <source **src=**"http://anothersite/video.mp4" type="video/mp4">
</video>

我正在从自己网站上的另一个网站拍摄视频。但是src标签对Google seo有害。我们可以将视频来源显示为我的网站吗?

例如:

<video id="player" class="video-js" width='500' height='400'>
  <source **src=**"http://mysite/video.mp4" type="video/mp4">
</video>

链接到视频:http://anothersite/video.mp4

代码将是这样,但是链接将是另一个站点。

0 个答案:

没有答案