Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created October 24, 2023 16:06
Show Gist options
  • Select an option

  • Save patrickcoombe/db25085dbe6e631b52254dcc71ff84e6 to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/db25085dbe6e631b52254dcc71ff84e6 to your computer and use it in GitHub Desktop.
image metadata json-ld
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "ImageObject",
"contentUrl": "https://example.com/photos/1x1/black-labrador-puppy.jpg",
"license": "https://example.com/license",
"acquireLicensePage": "https://example.com/how-to-use-my-images",
"creditText": "Labrador PhotoLab",
"creator": {
"@type": "Person",
"name": "Brixton Brownstone"
},
"copyrightNotice": "Clara Kent"
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment