Skip to content

Instantly share code, notes, and snippets.

@erhangundogan
Last active July 23, 2024 08:58
Show Gist options
  • Save erhangundogan/6b9fd4be9713e3035a331ac460608c2f to your computer and use it in GitHub Desktop.
Save erhangundogan/6b9fd4be9713e3035a331ac460608c2f to your computer and use it in GitHub Desktop.
application/ld+json
<!-- first -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"dateModified": "2024-07-22",
"headline": "Erhan&amp;#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&amp;#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