dify - 💡(How to fix) Fix Header logo is exposed as a page heading and duplicate accessible name [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

The same logo area can also produce duplicated accessible text because the brand text and the logo image alternative text are both exposed to assistive technology. In accessibility tooling this can appear as repeated wording such as “Dify Dify logo”.

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Problem

The authenticated app header currently exposes the product logo as page-level document structure instead of treating it as navigation branding. This makes logged-in product routes present a brand/logo element as the page heading even though those routes are not public SEO landing pages.

The same logo area can also produce duplicated accessible text because the brand text and the logo image alternative text are both exposed to assistive technology. In accessibility tooling this can appear as repeated wording such as “Dify Dify logo”.

Impact

  • Logged-in app pages get noisy heading semantics unrelated to the current page content.
  • Assistive technology users can encounter redundant logo wording in the navigation area.
  • The SEO value is unclear because this markup is in the authenticated product shell, not a public content surface.
  • Logo accessibility behavior is inconsistent across auth, account, and app shell surfaces.
<img width="1276" height="112" alt="Image" src="https://github.com/user-attachments/assets/b89f2554-c15e-4524-9176-cd478cf97f4d" />

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

dify - 💡(How to fix) Fix Header logo is exposed as a page heading and duplicate accessible name [1 pull requests]