Created
October 24, 2023 16:06
-
-
Save patrickcoombe/db25085dbe6e631b52254dcc71ff84e6 to your computer and use it in GitHub Desktop.
image metadata json-ld
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": "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