jekyll / jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site

Home Page:http://rubygems.org/gems/jekyll-sitemap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate sitemap for video tag

cortix opened this issue · comments

I am using video tag on my blog for embedding video. But google search console gives warning about site indexing issue.

New Video page indexing issues detected for (www.example.org)

To the owner of (www.example.org):

Search Console has identified that your site is affected by 2 Video page indexing issue(s). The following issues were found on your site.

Top Issues

No thumbnail URL provided
Google could not determine the prominent video on the page
We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

I have fixed "No thumbnail URL provided" issue. But second one is related to sitemap. How can I generate sitemap for video tag? Thanks in advance.. Best Regards.

I think this is more SEO-related than sitemap-related. Do correct me if I'm wrong.

I thought the indexing problem was indirectly related to the sitemap. In the link below, you can find the detail information;

https://support.google.com/webmasters/answer/9495631?hl=en

Screenshot 2022-12-26 at 21 55 42

By the way, while researching this problem, I came across the following google suggestions;

Optimize your videos to appear on Google by following these best practices:

Help Google find your videos
Ensure your videos can be indexed
Allow Google to fetch your video content files
Enable specific video features
Remove, restrict, or update your videos as needed

for example, google recommends us to use;

  • <loc> (Video sitemap tag)
  • VideoObject.embedUrl (Structured data)
  • <video:player_loc> (Video sitemap tag)
  • <video:content_loc> (Video sitemap tag)
  • VideoObject.contentUrl(Structured data)

I guess it seems a bit difficult for me to manually add tags like <loc> into the sitemap. Is it possible to add this automatically via jekyll-sitemap plugin?

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master/main branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.