Etavrian
keyboard_arrow_right Created with Sketch.
News
keyboard_arrow_right Created with Sketch.

Google Just Confirmed Why Some Site Images Never Show Up in Search

Reviewed:
Andrii Daniv
1
min read
Jul 28, 2025
Illustration showing how CSS background images are invisible to Google and how a simple HTML change makes them searchable

Google’s Search Relations team has reiterated that images delivered as CSS backgrounds are invisible to Google Image Search. In the 19 March 2024 episode of its “Search Off the Record” podcast, the team urged developers to render any image that carries information with standard HTML elements instead.

Why CSS background images are not indexed

  • Background images do not appear in the Document Object Model, so Google’s crawler treats them as styling, not content.
  • Developer advocate Martin Splitt advised using <img> or <picture> tags for every image that needs to rank or convey meaning.
  • John Mueller added that background styling remains fine for purely decorative graphics.
  • The guidance applies across all site types, including news, retail and property listings, and reflects current indexing behaviour rather than a new algorithm update.

Impact on search visibility and accessibility

Images excluded from the DOM cannot be stored in Google’s image index or associated with relevant queries. Publishers, e-commerce stores and travel sites may lose impressions, rich-result eligibility and referral traffic if key visuals reside only in CSS. Correct markup also improves accessibility, allowing screen readers to announce alt text and captions.

Best practices

The team recommends keeping the visual and presentation layers separate:

  • Use HTML elements with descriptive alt attributes for any picture referenced by on-page text or expected to rank.
  • Reserve CSS backgrounds for patterns, gradients or other purely decorative assets.
  • Include structured data where appropriate to enhance eligibility for rich results.

Source

Listen to the full discussion on the official Search Off the Record podcast.

Quickly summarize and get insighs with: 
Author
Andrew Daniv, Andrii Daniv
Andrii Daniv
Andrii Daniv is the founder and owner of Etavrian, a performance-driven agency specializing in PPC and SEO services for B2B and e‑commerce businesses.
Reviewed
Andrew Daniv, Andrii Daniv
Andrii Daniv
Andrii Daniv is the founder and owner of Etavrian, a performance-driven agency specializing in PPC and SEO services for B2B and e‑commerce businesses.
Quickly summarize and get insighs with: 
Table of contents