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": "JobPosting", | |
| "baseSalary": "100000", | |
| "jobBenefits": "Health Insurance", | |
| "datePosted": "2011-10-31", | |
| "description": "Looking for good work for cheap.", | |
| "educationRequirements": "Bachelors Degree", | |
| "employmentType": "Full-time", |
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://www.schema.org", | |
| "@type": "product", | |
| "brand": "Acme", | |
| "logo": "http://www.example.com/logo.png", | |
| "name": "WidgetPress", | |
| "category": "Widgets", | |
| "image": "http://www.example.com/image.jpg", | |
| "description": "This is an excellent widget with 21 features and 4 colors.", |
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://www.schema.org", | |
| "@type": "Event", | |
| "name": "Launch Party", | |
| "url": "http://www.example.com/launch-party", | |
| "description": "We're excited to announce the launch party for our newest app!", | |
| "startDate": "10/05/2015 12:00PM", | |
| "endDate": "10/05/2015 02:00PM", | |
| "location": { |
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", | |
| "mainEntityOfPage": { | |
| "@type": "WebPage", | |
| "@id": "https://example.com/my-news-article" | |
| }, | |
| "headline": "Article headline", | |
| "image": [ |
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": "EmailMessage", | |
| "description": "View this Pull Request on GitHub", | |
| "action": { | |
| "@type": "ViewAction", | |
| "url":"https://github.com/perma-id/w3id.org/pull/47", | |
| "name":"View Pull Request" | |
| } |
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" : "MusicPlaylist", | |
| "name" : "Funky Funk", | |
| "numTracks" : "400", | |
| "track" : [ | |
| { | |
| "@type" : "MusicRecording", | |
| "name" : "I love jsonld", |
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": "VideoObject", | |
| "name": "Learn JSON-LD", | |
| "@id": "http://example.com/video", | |
| "datePublished": "2015-10-02", | |
| "description" : "In this video, we'll teach you how to use json ld and get 6 pack abs.", | |
| "thumbnailURL" : "http://placehold.it/350x150", | |
| "thumbnail" : "http://placehold.it/350x150", |
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", | |
| "url" : "http://www.example.com", | |
| "name" : "John Doe", | |
| "sameAs" : [ "http://linkedin.com/in/xxx", | |
| "http://www.twitter.com/Twitter" ] | |
| }, | |
| { |
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", | |
| "url": "http://multivarki.ru?filters%5Bprice%5D%5BLTE%5D=39600", | |
| "numberOfItems": "315", | |
| "itemListElement": [{ | |
| "@type": "Product", | |
| "image": "http://img01.multivarki.ru.ru/c9/f1/a5fe6642-18d0-47ad-b038-6fca20f1c923.jpeg", | |
| "url": "http://multivarki.ru/brand_502/", |