> JSON-LD Example for Image Data
Official example for JSON-LD image metadata. By using this type of JSON-LD for your image, you may see more features in the SERPs.
- published
- modified
- size
- 1.0K
- path
- /image-metadata/
Last updated October 24, 2023 by Patrick Coombe
This is an interesting snippet, and has been recently updated by Google as recently as 2023 July. Even more peculiar, Google’s own title tag for their developer page is:
“Google Images SEO: Image Metadata | Google Search Central…”
In short, by adding JSON-LD for an image, Google may add more features to Google Images such as license type, author, and more. I haven’t personally experimented too much with this but I am really interested in learning more. If anyone has seen any results in featured snippets or inside Google search with this type of schema, please contact me!
{
"@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"
}