Advertisement
Aleso1

Global Data Video - Structured Data

Oct 18th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org/",
  4.   "@type": "WebPage",
  5.   "mainEntity": {
  6.     "@type": "VideoObject",
  7.     "name": "How to Study Efficiently", // campo title
  8.     "description": "This video provides tips and strategies for studying efficiently and improving learning retention.", // campo de description
  9.     "uploadDate": "2024-10-18", // campo date
  10.     "thumbnailUrl": "https://example.com/images/video-thumbnail.jpg", // la imagen que añadimos al dato global
  11.     "url": "https://example.com/videos/how-to-study-efficiently", // esta es la url en la que se muestra el vídeo
  12.     "contentUrl": "https://example.com/videos/how-to-study-efficiently.mp4" // URL del vídeo
  13.   }
  14. }
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement