Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video is not indexed in the product gallery by Google #2236

Open
pineportal opened this issue Feb 27, 2022 · 4 comments
Open

Video is not indexed in the product gallery by Google #2236

pineportal opened this issue Feb 27, 2022 · 4 comments

Comments

@pineportal
Copy link

No description provided.

@stefanmuellerdo
Copy link

Hello pineportal, please provide a sample url, you can mail it to me mueller at smartstore com

@pineportal
Copy link
Author

for example:

i am upload movie in live-demo.
image

google can not index
image

There is a need to add an schema
Example Video Embed with Schema Markup

<div itemscope itemtype="http://schema.org/VideoObject">
  <h2>Video: <span itemprop="name">Title</span></h2>
  <meta itemprop="thumbnailURL" content="thumbnail.jpg" />
  <meta itemprop="embedURL"
    content="http://www.example.com/videoplayer.swf?video=123" />
  <object ...>
    <embed type="application/x-shockwave-flash" ...>
  </object>
  <span itemprop="description">Video description</span>
</div>

@muratcakir muratcakir self-assigned this Mar 16, 2022
@muratcakir muratcakir removed their assignment Mar 16, 2022
@muratcakir muratcakir removed the review label Mar 16, 2022
@pineportal
Copy link
Author

image

i am test schema.

<video class="embed-responsive embed-responsive-16by9" controls="" poster="//www.site.com/11.mp4?size=600" itemscope="" itemprop="VideoObject" itemtype="https://schema.org/VideoObject" muted="" preload="none"> <img class="file-img">
	<meta itemprop="contentUrl" content="https://www.site.com/11.mp4">
	<meta itemprop="name" content="">
	<meta itemprop="uploadDate" content="2021-12-15T08:00:00+03:30">
	<meta itemprop="thumbnailUrl" content="//www.site.com/media/339/catalog/11.mp4?size=250">
	<meta itemprop="description" content="">
	<source src="https://www.site.com/11.mp4" type="video/mp4">
</video>

@pineportal
Copy link
Author

I did not mean video tags.

add this meta.

        <meta itemprop="embedURL" content="https://www.site.com/11.mp4">
	<meta itemprop="name" content="">
	<meta itemprop="uploadDate" content="2021-12-15T08:00:00+03:30">
	<meta itemprop="thumbnailUrl" content="//www.site.com/media/339/catalog/11.mp4?size=250">
	<meta itemprop="description" content="">

uploadDate format iso 8601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants