ImageObject Schema Markup Generator
ImageObject schema markup lets Google display license information directly in Google Images results — including the photographer or creator's name, a link to acquire a license, and a 'Licensable' badge on images that declare a license URL. Required fields: contentUrl plus at least one of creator, creditText, copyrightNotice, or license.
!Required fields
The direct URL of the image file. Google uses this to match the metadata to the image.
▶Recommended fields(5 fields — improve rich result appearance)
URL to the license governing the image's use (e.g. a Creative Commons license or your terms page). Required for the Licensable badge.
URL where users can buy or request a license to use the image.
The name of the photographer, artist, or organisation that created the image.
The name to display as the credit when the image is published.
The copyright notice identifying the current owner of the image rights.
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ImageObject" } </script>
