What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

For functional images like logos or buttons, alt text must be added for accessibility purposes. For SEO, users may search for logos ('logo of X company'), so the alt text should reflect this potential usage.
🎥 Source video

Extracted from a Google Search Central video

💬 EN 📅 06/10/2022 ✂ 14 statements
Watch on YouTube →
Other statements from this video 13
  1. Les images de stock pénalisent-elles vraiment votre référencement ?
  2. Faut-il vraiment penser stratégie avant technique pour l'optimisation des images ?
  3. Faut-il vraiment contextualiser les attributs alt pour améliorer le référencement des images ?
  4. Faut-il vraiment arrêter d'écrire 'image de' dans les attributs alt ?
  5. Faut-il vraiment rédiger des phrases complètes dans les attributs alt ?
  6. Faut-il choisir entre accessibilité et SEO dans vos balises alt ?
  7. Faut-il vraiment remplir l'attribut alt de toutes vos images ?
  8. Faut-il vraiment renommer tous vos fichiers images pour le SEO ?
  9. Pourquoi Google crawle-t-il vos images beaucoup moins souvent que vos pages HTML ?
  10. Faut-il vraiment redouter un changement massif d'URLs d'images pour votre SEO ?
  11. Le texte autour de vos images pèse-t-il vraiment plus lourd que l'attribut alt ?
  12. Faut-il vraiment utiliser rel="canonical" pour les images multiples ?
  13. Faut-il optimiser TOUTES vos images ou seulement celles des pages à fort trafic ?
📅
Official statement from (3 years ago)
TL;DR

Google confirms that functional images (logos, buttons) must absolutely contain alt text for accessibility. SEO bonus: users actively search for company logos, so the alt attribute should reflect this search behavior. Alt text isn't just a technical crutch — it's an exploitable relevance signal.

What you need to understand

What exactly is a functional image?

A functional image is any visual element that triggers an action or serves navigation purposes: clickable logo in the header, form submission button, hamburger menu icon, download pictogram. Unlike decorative images that can remain empty (alt=""), these elements must be understandable by all users.

The problem? Many sites treat logos as decorations. Result: screen readers announcing "image" with no context, and Google missing out on a brand signal.

Why does Google insist on logo search behavior?

Sassman points to specific user behavior: people type "logo of [brand]" into Google Images. Without relevant alt text, your own logo may not rank on these queries — sometimes losing out to low-resolution or outdated versions.

This is a missed branding opportunity. Alt text becomes a vector for direct visibility here, not just a regulatory accessibility factor.

Are accessibility and SEO really connected in this case?

Absolutely. Google crawls like a user with a disability: it reads code, not pixels. A logo without alt text is a black hole for the bot, exactly like for a screen reader.

Both disciplines converge: what is accessible is crawlable, what is crawlable is indexable. Sassman's statement formalizes this principle applied to functional elements.

  • Functional images (logos, buttons) require an explicit alt attribute
  • Alt text should reflect potential search usage ("logo of [company]")
  • Purely decorative images can remain with alt="" (empty but present)
  • Accessibility and SEO share the same technical foundations
  • A logo without alt is invisible to Google Images on brand-related queries

SEO Expert opinion

Is this statement consistent with real-world observations?

Yes, and it's refreshing. We've observed for years that sites with rigorous alt tag markup on navigation elements perform better on brand queries. The correlation between structural accessibility and organic visibility is well established.

What's new is Google's explicit clarification of search behavior ("logo of X"). It confirms that user intent in Google Images is taken seriously — not just for product photos, but also for brand assets.

What nuances should be applied to this rule?

Beware of over-optimization. A logo with alt="logo of our amazing company leader in the market since 1987" is counterproductive. Alt text should be descriptive and concise: "Logo [Company Name]" is more than enough.

For buttons, the logic differs. A button "Buy" displayed as an image should have alt="Buy" or "Add to cart", not "Button to purchase the product". The action takes priority over describing the element.

Caution point: On multilingual sites, alt attributes must be translated. A logo with alt="Logo MyBrand" in the French version while everything else is in English creates an inconsistency that Google may interpret as spam or negligence.

In which cases does this rule not apply?

CSS background images don't have an alt attribute — it's technically impossible. If a logo is integrated via background-image, it becomes invisible to both accessibility and SEO. This is an integration error, period.

Inline SVGs pose another challenge: they can contain a <title> or <desc> element for accessibility, but Google doesn't treat them as indexable images in Google Images. [To verify] whether Google extracts these metadata for general semantic context on the page.

Practical impact and recommendations

What should you do concretely on your sites?

Audit all functional <img> elements: header logo, footer logo, custom buttons, navigation icons. Each one must have a non-empty and relevant alt attribute. Use DevTools or a crawler to identify images without alt or with alt="".

For logos, test the query "logo [your brand]" in Google Images. If your own logo doesn't appear in the top position, it's a signal that the alt text (or overall image indexation) deserves revision.

What mistakes should you absolutely avoid?

Don't duplicate alt text across multiple identical images. If your logo appears 3 times on the page (header, footer, sidebar), the alt can remain identical — that's consistent. But avoid having 10 buttons with alt="Click here".

Another pitfall: CSS sprites. If you're using a single image containing multiple icons and displaying it via background-position, no alt text is possible. Prefer individual <img> elements or inline SVGs with aria-label.

How do you verify the compliance of your implementations?

Test with a screen reader (NVDA on Windows, VoiceOver on Mac). If the element is announced in an understandable way, that's a good sign. Otherwise, it's broken for accessibility — and potentially opaque to Google.

Use Lighthouse (Accessibility tab in Chrome DevTools): it flags images without alt. Cross-reference with Screaming Frog or Sitebulb for site-wide auditing.

  • Identify all functional <img> elements (logos, buttons, navigation icons)
  • Verify that each element has an explicit and relevant alt attribute
  • Test the query "logo [brand]" in Google Images to validate indexation
  • Avoid generic alt text ("image", "photo", "click here")
  • Translate alt attributes on multilingual sites
  • Replace functional background-image with <img> elements with alt
  • Audit with Lighthouse and an SEO crawler (Screaming Frog, Sitebulb)
  • Test with a screen reader to validate real user experience
Accessibility of functional images is not a regulatory luxury — it's a technical prerequisite that directly impacts Google's ability to understand your interface and index your brand assets. The convergence between accessibility and SEO is complete on this point. If the audit reveals structural gaps or if your teams lack resources to address this work at scale, support from a specialized SEO agency can accelerate compliance and prevent over-optimization errors.

❓ Frequently Asked Questions

Un logo en SVG inline a-t-il besoin d'un attribut alt ?
Non, un SVG inline n'a pas d'attribut alt. Utilisez un élément <title> ou <desc> à l'intérieur du SVG, ou ajoutez un aria-label sur la balise <svg> pour l'accessibilité. Google peut ou non extraire ces métadonnées — les tests terrain sont encouragés.
Faut-il mettre "Logo" dans le texte alt d'un logo ?
Oui, c'est recommandé pour refléter l'intention de recherche ("logo de [marque]"). Un alt du type "Logo AcmeCorp" est clair pour l'accessibilité et pertinent pour Google Images.
Les boutons en <button> avec background-image nécessitent-ils un alt ?
Les balises <button> n'ont pas d'attribut alt. Utilisez le texte à l'intérieur du bouton ou un aria-label si le bouton est vide. Les images CSS ne sont jamais accessibles ni crawlables.
Un logo dupliqué dans le header et le footer peut-il avoir le même alt ?
Oui, c'est cohérent. Le texte alt doit décrire l'image, pas sa position. Deux instances du même logo avec le même alt ne posent aucun problème SEO ou accessibilité.
Google Images indexe-t-il les logos même s'ils sont petits ?
Oui, la taille n'est pas un critère bloquant. L'attribut alt, le contexte de la page, et le nom de fichier influencent l'indexation. Un logo 200x50px bien balisé peut ranker sur "logo [marque]".
🏷 Related Topics
Domain Age & History Content Images & Videos

🎥 From the same video 13

Other SEO insights extracted from this same Google Search Central video · published on 06/10/2022

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.