Advertisement
Aleso1

Global Data Testimonial - Structured Data

Oct 18th, 2024
52
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": "Quotation",
  7.     "author": {
  8.       "@type": "Person",
  9.       "name": "Albert Einstein", // el nombre de la persona
  10.       "jobTitle": "Theoretical Physicist", // el campo de jobtitle
  11.       "image": "https://example.com/images/albert-einstein.jpg" // la imagen principal de la quote
  12.     },
  13.     "text": "The only thing constant in life is change." // el campo de quote
  14.   }
  15. }
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement