Mobile app version of vmapp.org
Login or Join
Yeniel560

: Should I use a video sitemap when my video URLs change every two hours to prevent hotlinking? I have over 10k videos hosted on my server, and I'm using lighttpd to switch the video URLs every

@Yeniel560

Posted in: #Google #GoogleSearchConsole #Lighttpd #Sitemap #Video

I have over 10k videos hosted on my server, and I'm using lighttpd to switch the video URLs every 2 hours because of hotlinking protection. This means that all video URLs in video sitemap is only valid for 2 hours.

I have not much experiences of programming, and this is the source i found:
forum.adultscriptpro.com/viewtopic.php?id=588
After reading some comments on this question, It is possible to do that by cronjob to generate new sitemap every 2 hours.

But my another big question is, is it really important to having a video sitemap for a video website? Or i can just submit a normal sitemap.xml instead of the video sitemap?

Any suggestion or advice? Thanks!

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Yeniel560

2 Comments

Sorted by latest first Latest Oldest Best

 

@Cofer257

If you want to prevent leeching, a better method would be to block referrers.

You can set up your server so that the video is only served when it has your site as the 'Referer' header. Or use a blacklist and only block sites as/when they become a problem.

That way your video URLs stay static and you can put them in the sitemap.

10% popularity Vote Up Vote Down


 

@Megan663

As John Conde says in the comments:


If the URLs of your videos keep changing, regardless of source, they aren't good candidates for sitemaps. By the time the search engines read the sitemap those videos are gone.


It sounds like your pages have URLs that are not changing, but your URLs for the video content is changing frequently. In that case a regular sitemap sounds like an appropriate solution.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme