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", | |
| "name": "Default Title", | |
| "availability":"https://schema.org/InStock", | |
| "price": 266.0, | |
| "priceCurrency": "USD", |
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": "Recipe", | |
| "name": "Non-Alcoholic Piña Colada", | |
| "image": [ | |
| "https://example.com/photos/1x1/photo.jpg", | |
| "https://example.com/photos/4x3/photo.jpg", | |
| "https://example.com/photos/16x9/photo.jpg" | |
| ], |
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" | |
| class = "yoast-schema-graph" > { | |
| "@context": "https://schema.org", | |
| "@graph": [{ | |
| "@type": "WebPage", | |
| "@id": "https://jsonld.com/article/", | |
| "url": "https://jsonld.com/article/", | |
| "name": "JSON-LD Article Example Code | Steal our JSON-LD", | |
| "isPartOf": { | |
| "@id": "https://jsonld.com/#website" |
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": "NewsArticle", | |
| "headline": "Title of a News Article", | |
| "image": [ | |
| "https://example.com/photos/1x1/photo.jpg", | |
| "https://example.com/photos/4x3/photo.jpg", | |
| "https://example.com/photos/16x9/photo.jpg" | |
| ], |
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
| <!-- Schema Markup --> | |
| < | |
| script type = "application/ld+json" > { | |
| "@context": "https://schema.org", | |
| "@type": "FAQPage", | |
| "mainEntity": [{ | |
| "@type": "Question", | |
| "name": "How Do I Publish a Book", | |
| "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": "FAQPage", | |
| "mainEntity": [{ | |
| "@type": "Question", | |
| "name": "How to find an apprenticeship?", | |
| "acceptedAnswer": { | |
| "@type": "Answer", | |
| "text": "<p>We provide an official service to search through available apprenticeships. To get started, create an account here, specify the desired region, and your preferences. You will be able to search through all officially registered open apprenticeships.</p>" |
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
| <html> | |
| <head> | |
| <title>Snickerdoodles</title> | |
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org/", | |
| "@type": "Recipe", | |
| "name": "Snickerdoodles", | |
| "image": [ | |
| "https://example.com/photos/1x1/photo.jpg", |
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": "ItemList", | |
| "itemListElement": [ | |
| { | |
| "@type": "ListItem", | |
| "position": "1", | |
| "item": { | |
| "@type": "Movie", |
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 data - rh = "true" | |
| type = "application/ld+json" > { | |
| "@context": "https://schema.org", | |
| "@type": "NewsArticle", | |
| "description": "The lawsuit caps years of regulatory scrutiny of Apple’s wildly popular suite of devices and services, which have fueled its growth into a nearly $3 trillion public company.", | |
| "image": [{ | |
| "@context": "https://schema.org", | |
| "@type": "ImageObject", | |
| "url": "https://static01.nyt.com/images/2024/03/06/multimedia/00usa-sues-apple-hfo-gfwq/00usa-sues-apple-hfo-gfwq-videoSixteenByNineJumbo1600.jpg", | |
| "height": 900, |
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": "Organization", | |
| "name": "Forbes", | |
| "url": "https://www.forbes.com/", | |
| "logo": "https://i.forbesimg.com/media/assets/forbes_1200x1200.jpg", | |
| "address": { | |
| "@type": "PostalAddress", | |
| "addressCountry": "United States", | |
| "addressLocality": "Jersey City", |