Skip to content

fix: add meaningful alt text to primary navbar logo for SEO#114

Merged
sinduri-g merged 1 commit into
mainfrom
fix/logo-alt-text
Jun 5, 2026
Merged

fix: add meaningful alt text to primary navbar logo for SEO#114
sinduri-g merged 1 commit into
mainfrom
fix/logo-alt-text

Conversation

@sinduri-g
Copy link
Copy Markdown
Contributor

The dark logo image had alt="" which caused SEO tools to flag it as missing alt text. Per WCAG images-of-text guidance, logo wordmarks use the brand name as alt text.

The light logo retains alt="" + aria-hidden="true" (decorative) since the dark logo carries the accessible description for the pair. The link's aria-label is kept so the accessible name is present in light mode when the dark logo is display:none.

Type of change

  • feat new feature
  • fix bug fix
  • refactor no behavior change
  • docs / chore / config / perf / style / security

Manual checks

  • Screen reader tested (UI changes only)
  • New routes added to sitemap.xml, prerender array, README (routes only)

The dark logo image had alt="" which caused SEO tools to flag it as
missing alt text. Per WCAG images-of-text guidance, logo wordmarks use
the brand name as alt text.

The light logo retains alt="" + aria-hidden="true" (decorative) since
the dark logo carries the accessible description for the pair. The
link's aria-label is kept so the accessible name is present in light
mode when the dark logo is display:none.

Signed-off-by: Sinduri Guntupalli <sinduri.guntupalli@dynatrace.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-06-05 13:21 UTC

@sinduri-g sinduri-g merged commit da41cdb into main Jun 5, 2026
4 checks passed
@sinduri-g sinduri-g deleted the fix/logo-alt-text branch June 5, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant