Giter Site home page Giter Site logo

Comments (4)

stefanmuellerdo avatar stefanmuellerdo commented on June 2, 2024

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

from smartstorenet.

pineportal avatar pineportal commented on June 2, 2024

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>

from smartstorenet.

pineportal avatar pineportal commented on June 2, 2024

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>

from smartstorenet.

pineportal avatar pineportal commented on June 2, 2024

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

from smartstorenet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.