Last active
July 23, 2024 08:58
-
-
Save erhangundogan/6b9fd4be9713e3035a331ac460608c2f to your computer and use it in GitHub Desktop.
application/ld+json
This file contains 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
<!-- first --> | |
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Article", | |
"dateModified": "2024-07-22", | |
"headline": "Erhan&#39;s journey to the web" | |
} | |
</script> | |
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "BreadcrumbList", | |
"itemListElement": [{ | |
"@type": "ListItem", | |
"position": 1, | |
"name": "Articles", | |
"item": "https://web.dev/articles" | |
},{ | |
"@type": "ListItem", | |
"position": 2, | |
"name": "Erhan&#39;s journey to the web", | |
"item": "https://web.dev/articles/erhans-article" | |
}] | |
} | |
</script> | |
<!-- second --> | |
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Article", | |
"headline": "Add a Google Map to a Web Page" | |
} | |
</script> | |
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "BreadcrumbList", | |
"itemListElement": [{ | |
"@type": "ListItem", | |
"position": 1, | |
"name": "Google Maps Platform", | |
"item": "https://developers.google.com/maps" | |
},{ | |
"@type": "ListItem", | |
"position": 2, | |
"name": "Web", | |
"item": "https://developers.google.com/maps/web" | |
},{ | |
"@type": "ListItem", | |
"position": 3, | |
"name": "Maps JavaScript API", | |
"item": "https://developers.google.com/maps/documentation/javascript" | |
},{ | |
"@type": "ListItem", | |
"position": 4, | |
"name": "Add a Google Map to a Web Page", | |
"item": "https://developers.google.com/maps/documentation/javascript/add-google-map" | |
}] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment