Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="application/ld+json">
- {
- "@context": "https://schema.org/",
- "@type": "WebPage",
- "mainEntity": {
- "@type": "Quotation",
- "author": {
- "@type": "Person",
- "name": "Albert Einstein", // el nombre de la persona
- "jobTitle": "Theoretical Physicist", // el campo de jobtitle
- "image": "https://example.com/images/albert-einstein.jpg" // la imagen principal de la quote
- },
- "text": "The only thing constant in life is change." // el campo de quote
- }
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement