This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "FAQPage", | |
| "mainEntity": [ | |
| { | |
| "@type": "Question", | |
| "name": "What is your return policy?", | |
| "acceptedAnswer": { | |
| "@type": "Answer", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json">{ | |
| "@context": "https://schema.org/", | |
| "@type": "Quiz", | |
| "url": "https://byjus.com/maths/inches-to-cm-converter/", | |
| "typicalAgeRange": "10-17", | |
| "educationalLevel": "intermediate", | |
| "assesses": "Attend this Quiz & Test your knowledge.", | |
| "educationalAlignment": [ | |
| { | |
| "@type": "AlignmentObject", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json">{ | |
| "@context": "https://schema.org", | |
| "@type": "Car", | |
| "name": "2009 Audi A6", | |
| "vehicleIdentificationNumber": "JN8AZ2NE5C9016953", | |
| "image": [ | |
| "https://example.com/car1.jpg", | |
| "https://example.com/car1.jpg" | |
| ], | |
| "url": "https://www.example.com/my-car-listing", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": "https://schema.org/", | |
| "@type": "Product", | |
| "sku": "1234-5678", | |
| "image": "https://www.example.com/sofa.jpg", | |
| "name": "Water heater", | |
| "description": "White 3-Seat Sofa", | |
| "gtin14": "12345678901231", | |
| "mpn": "S1234W3", | |
| "brand": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org/", | |
| "@type": "Person", | |
| "name": "Peter Venkman", | |
| "hasOccupation": { | |
| "@type": "Occupation", | |
| "name": "Parapsychologist", | |
| "educationRequirements": "PhD in parapsychology" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "Person", | |
| "address": { | |
| "@type": "PostalAddress", | |
| "addressLocality": "Seattle", | |
| "addressRegion": "WA", | |
| "postalCode": "98052", | |
| "streetAddress": "20341 Whitworth Institute 405 N. Whitworth" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| </script><script type="application/ld+json"> | |
| { | |
| "@context": "http://schema.org", | |
| "@type": "Organization", | |
| "name": "Silk \u0026amp; Willow", | |
| "logo": "https:\/\/www.silkandwillow.com\/cdn\/shop\/files\/sw_logo_banner_3.2021.jpg?v=1616640893\u0026width=1502", | |
| "sameAs": [ | |
| "https:\/\/www.instagram.com\/silkandwillow\/","https:\/\/www.pinterest.com\/silkandwillow\/","https:\/\/www.threads.net\/@silkandwillow" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "http://schema.org", | |
| "@type": "Product", | |
| "offers": [{ | |
| "@type" : "Offer","availability" : "http://schema.org/InStock", | |
| "price" : 12.0, | |
| "priceCurrency" : "USD", | |
| "priceValidUntil": "2024-03-31", | |
| "url" : "https:\/\/www.terrebleu.ca\/products\/folgate-lavender-oil?variant=40321722253335" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| < script type = | |
| "application/ld+json" > { | |
| "@context": "http://schema.org", | |
| "@type": "Product", | |
| "offers": { | |
| "@type": "Offer", | |
| "availability": "//schema.org/InStock", | |
| "price": "825.00", | |
| "priceCurrency": "USD" | |
| }, |