SEO6 min read·Updated

Google Images and WebP: Will Your Photos Still Appear?

Google Images indexes WebP the same way it indexes JPEG. What blocks you is a scripted gallery with no `<img src>`, a robots rule on `/uploads`, or pages too slow to crawl deeply — not the `.webp` extension.

Indexable means a real URL

An <img src="https://example.com/kettle.webp" alt="…"> on a reachable page can appear in Google Images. A canvas-only lightbox with blob URLs cannot.

Why it matters

  • Recipes, products and tutorials still win Image search.
  • Lazy-loaded images are fine if they use real src/srcset.
  • Converted files should stay on stable URLs when possible.

How to do it

  1. Convert and keep images in the normal uploads path.
  2. Do not noindex media files accidentally.
  3. Add images to a sitemap if you already maintain one.
Convert a batch in your browser. Nothing is uploaded.

Put it into practice

Convert your images to WebP right now, free and privately in your browser.

Open the converter

Frequently asked questions

No meaningful preference you should design for. Use WebP on the page.

The URL change can drop that image URL. Redirect or update embeds. Page rankings depend on the HTML URL.

Keep reading

SEO6 min read

Image sitemaps

If you maintain image sitemaps, list the WebP URLs you actually embed. Do not list leftover JPEGs.

Read more
SEO6 min read

Migrate a site to WebP

A practical migration: convert in batches, update HTML, redirect old .jpg URLs, keep OG JPEGs.

Read more
SEO6 min read

Duplicate images + WebP

Do not ship JPEG and WebP of the same photo on one page. One img URL, WebP. Keep JPEG only for OG or feeds.

Read more