Image Structured Data: The Complete 2026 Guide

Structured data helps Google understand image content at a deeper level and enables rich search features like image carousels, product thumbnails, and video...

Dilshad Akhtar
Dilshad Akhtar
Published: 23 June 2026
4 min read
TL;DRAI summary
  • Google extracts image information from structured data across multiple schema types.
  • The image property is available in most schema.org types.
  • The ImageObject type provides fields that a plain URL string cannot.
  • Many schema types accept an array of images.
  • Test your structured data with Google's Rich Results Test and the Schema Markup Validator.
  • Google has specific image size requirements for different rich result types.
  • Google's image licensing feature shows usage rights in search results.
  • Link images to their author or copyright holder using the author property in ImageObject or the publisher property in Article markup.
  • Do not add structured data to every image on a page.
  • Google Search Console provides a dedicated report for image rich results under the Enhancements section.
  • Check which pages on your site have image structured data.

Structured data helps Google understand image content at a deeper level and enables rich search features like image carousels, product thumbnails, and video previews. Properly marked-up images can appear in Google Discover, Lens, and shopping features. This guide covers image structured data...

How Google Uses Image Structured Data

Illustration for: How Google Uses Image Structured Data

Google extracts image information from structured data across multiple schema types. Product markup with image properties can trigger image-rich results in search. Recipe markup with image arrays gets featured in recipe carousels. Article markup with image properties improves appearance in Google News and Discover. Google's structured data documentation lists image as a required or recommended property for 15+ schema types. https://developers.google.com/search/docs/appearance/structured-data/image-licenses

Image Property in Schema.org Types

Illustration for: Image Property in Schema.org Types

The image property is available in most schema.org types. Add it to Article, Product, Recipe, VideoObject, LocalBusiness, and Event schemas. The image value can be a URL string or an ImageObject with additional properties. Use the ImageObject variant when you want to provide caption, author, license, and representativeOfPage fields.

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Example Article",
  "image": {
    "@type": "ImageObject",
    "url": "https://example.com/photo.jpg",
    "caption": "Mountain landscape at sunset",
    "author": "Photographer Name",
    "license": "https://creativecommons.org/licenses/by/4.0/"
  }
}

Use ImageObject for Rich Details

Illustration for: Use ImageObject for Rich Details

The ImageObject type provides fields that a plain URL string cannot. Use caption to describe the image, author to credit the creator, and license to specify usage rights. Google uses this information for image licensing badges in search results. A 2025 analysis by RankRanger found that images with ImageObject markup appeared in rich results 2.3x more often than images marked up with plain URL strings. https://rankranger.com/blog/image-structured-data

Add Multiple Image Entries

Many schema types accept an array of images. Add up to 10 images per entity. For products, include all product views, color variants, and lifestyle shots. For articles, include the hero image, inline content images, and author headshots. Google may select any of these images for display in search results, so ensure every entry is high quality and relevant.

Use Schema Markup Validators

Test your structured data with Google's Rich Results Test and the Schema Markup Validator. These tools check for required fields, correct formatting, and valid URLs. A 2025 update to the Rich Results Test added specific validation for image URLs, checking for broken links and redirects. Fix any errors before deploying. https://search.google.com/test/rich-results

Image Requirements for Rich Results

Google has specific image size requirements for different rich result types. Recipe images must be at least 1200 pixels wide. Product images must be at least 200 pixels wide. Article images used for Google Discover must be at least 1200 pixels wide with a 16:9 aspect ratio. Check the specific documentation for each schema type. Serving undersized images causes structured data to be ignored.

Add license Property for Image Licensing

Google's image licensing feature shows usage rights in search results. Add the license property to ImageObject markup with a URL pointing to your licensing terms. Creative Commons licenses, commercial licensing pages, and public domain declarations are all valid. Images with license markup qualify for the licensing badge in Google Images and can attract users looking for reusable or purchasable images.

Use Organization and Person Author Markup

Link images to their author or copyright holder using the author property in ImageObject or the publisher property in Article markup. Google uses this information to credit creators in search results. A 2025 study by Moz found that images linked to verified author or organization markup had 15% higher click-through rates in Google Image Search. https://moz.com/blog/image-structured-data-guide

Avoid Overusing Structured Data

Do not add structured data to every image on a page. Focus on the primary images that represent the content: the hero image, product images, and key illustrative images. Decorative and supplementary images do not benefit from structured data. Adding excessive image structured data may trigger spam warnings in Google Search Console.

Monitor Image Rich Result Reports

Google Search Console provides a dedicated report for image rich results under the Enhancements section. It shows which pages have valid image structured data, which have errors, and which images appeared in rich results. Monitor this report weekly. A drop in valid image markup often indicates a code deployment that broke the schema template or a content update that removed images without updating the markup.

The Image Structured Data Audit

Check which pages on your site have image structured data. Verify that Article, Product, and Recipe schemas include the image property. Test all image URLs in structured data for 200 status. Confirm images meet the minimum size requirements for each rich result type. Note the gap between your current structured data coverage and full implementation across all content types. Audit quarterly.

Ready to Build Your Dream Website?

Let's discuss your project and create something amazing together.