Google Search's documentation update log says that on August 5 it clarified a requirement across relevant documentation: images referenced in structured data must use file formats supported by Google Images. The change sounds narrow, but it highlights an important export-website issue. Product-page content, structured data, image sitemaps, and social previews can point to different files. If those assets are unstable, inaccessible, or inconsistent, buyers and automated systems receive conflicting evidence about the product.
An image field is not decorative configuration
Product images help identify a model, compare a finish, understand an application, and confirm that a page describes the expected item. The image property in structured data tells a machine which visual assets represent the page. It should not be filled with a temporary backend preview, an unrelated campaign banner, or a URL copied from another variant.
The referenced image should be visible in the page experience and consistent with the product name, model, and description. If a page describes one SKU while the primary image shows another, valid markup syntax does not repair the factual mismatch.
File-format support is only the first gate. The image needs a stable HTTPS URL, a successful response, an accurate content type, and crawl access. Authentication, expiring signatures, session parameters, or different responses by user agent can make an asset available to an editor while unavailable to a search crawler. CDN conversion rules also need testing: the URL requested by a crawler should return the intended image rather than an error, HTML placeholder, or unsupported response.
Align the page, schema, and source file
Image mismatches often appear during redesigns, bulk imports, compression projects, or CMS migrations. The visible page may use a new primary image while JSON-LD retains the old URL. A Chinese and an English page may display the same product but reference separate, inconsistently managed files. An image sitemap may include a deleted asset. A filename extension may disagree with the actual response type.
Audit from the page entity outward. Assign each product page a primary image and approved supporting views. Use the same primary asset in visible content, structured data, and relevant preview metadata unless a documented channel requirement needs a different rendition. Store the relationship to the product ID so a file is not selected only by its name.
Localized pages can share an authentic product photograph, but the surrounding caption, alt text, and explanation should use the correct language and market terminology. Do not duplicate an inaccurate domestic description simply because the file is common across regions.
What this means for Chinese exporters
When an international buyer cannot inspect a product in person, visual material becomes part of the specification package. A low-resolution image, heavily composited scene, missing scale reference, or wrong variant increases the effort required to verify fit. Search and AI systems also rely on coherent relationships between text, entities, and images to interpret a page.
Media governance is therefore shared work across product data, content, design, and engineering. A useful image registry records product ID, view type, source, version, usage permission, market restriction, language notes, and last review date. This reduces mismatches across the website, catalog, campaign library, and sales documents.
It also creates a safer content pipeline. An automation can select only approved assets, reject expired links, and send uncertain images to review. Without asset metadata, faster publishing can reproduce the wrong image across many pages before the problem is noticed.
Action checklist
Export every live product page's visible primary image URL and structured-data image field. Compare them, then test HTTP status, content type, supported file format, HTTPS, robots access, dimensions, clarity, and authentication requirements. Isolate redirects, temporary URLs, default placeholders, missing files, and responses whose MIME type does not match the asset.
Add a media gate to the publishing workflow. Require the primary image to be linked to a product ID, use a maintainable filename, include truthful alt text, and appear both on the page and in the corresponding structured data. Where multiple image sizes are provided, verify that each rendition represents the same approved source and remains accessible.
After publishing, inspect the rendered page, source markup, structured-data test result, and actual network response. Sample priority product pages monthly, and run a full audit after CDN changes, image-optimization updates, domain migrations, or CMS imports. A syntactically valid image property is useful only when the underlying file is stable, crawlable, and factually aligned with the product page.
Sources
- Google Search Central, August 5, 2026, Latest Google Search documentation updates

