Set a preferred image for every article across search and social
Create one reliable preferred-image field and align visible images, Open Graph metadata, structured data, crops, and public URLs.

A blog team can create a strong featured image and still leave search systems guessing which visual represents the page. The fix is not another image format. It is a clear preferred-image signal backed by a useful landing page.
Google’s current image guidance lists several metadata sources that can influence image selection, including primaryImageOfPage, an image attached to the main entity, and og:image.
Choose the representative image first
Do not start in the CMS field. Open the article and ask which image would still identify the page if the title disappeared.
The preferred image should be relevant, high resolution, and representative of the article. A generic company logo may be consistent with the brand, but it does not distinguish one article from another. A screenshot can work when the article explains that exact interface. An abstract visual needs enough conceptual connection to avoid becoming interchangeable decoration.
Give every system the same answer
Create one source-of-truth field for the preferred image. Use it to populate the social preview and the page’s structured data where the stack supports that markup.
The goal is not to add every possible field manually. It is to prevent one plugin from using an old thumbnail while the article schema points to another image and the social card points to a third.
For a BlogPosting, the image property can identify the article image. For a general page, primaryImageOfPage can express the preferred visual. og:image provides another widely used signal. The implementation should match the actual page type.
Verify discoverability
Google recommends standard HTML image elements because images referenced only through CSS backgrounds are not indexed in the same way. The page should include a normal image element with a usable src fallback.
Check that the image URL is accessible without authentication, returns the correct file, and is not blocked. If a CDN serves the asset, keep the final URL stable. Responsive markup should retain a fallback image rather than relying only on srcset variants.
Build a crop proof sheet
One preferred image may appear in several surfaces. Create a quick proof sheet with wide, card, and compact crops. Inspect whether the focal point survives, whether small text becomes noise, and whether the image still represents the article.
Avoid extreme aspect ratios for the preferred source. Keep important elements away from the edges. If the design needs text, use very little and treat it as supporting context rather than the article title rendered again.
Audit the handoff
For each published article, capture these values in one QA row.
Source featured image file
Public image URL
og:imagevalueStructured data image value
Visible image element URL
Image dimensions
Alt text
Mismatches should block publication because they usually become harder to trace after caching begins.
Measure the right outcome
Preferred metadata influences selection, but it does not guarantee a specific thumbnail. Judge the system by signal consistency, valid delivery, useful crops, and representative imagery.
This turns image metadata from a last-minute SEO field into a dependable publishing contract.
Source guidance comes from Google Search Central on image SEO.



