Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
BLandmark Structure10 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
CLink & Button QualityAction4 issue(s) across 210 links and 12 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://genkit.dev/ | Genkit | new tab | Add '(opens in new tab)' to text |
| https://genkit.dev/ | Genkit | new tab | Add '(opens in new tab)' to text |
| /integrations | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Integrations | |||
| https://firebase.blog/posts/2026/03/next… | (empty) | empty | Add link text or aria-label |
| https://medium.com/firebase-developers/s… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/watch?v=5AWbCj_L… | (empty) | empty | Add link text or aria-label |
| https://genkit.dev/ | Genkit | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://firebase.blog/posts/2026/03/nextjs-adapters; https://medium.com/firebase-developers/streaming-made-easy-with-genkit-a6f9da52a76a?source=rss----8e8b7dc6774d---4; https://www.youtube.com/watch?v=5AWbCj_LxFI
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
/integrations ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://genkit.dev/; https://genkit.dev/; https://genkit.dev/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding11 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h3 Easily integrate Fir… | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Easily integrate Fir… | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Install pre-packaged… | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Easy to integrate on… | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Keep up to date on e… | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Next.js Deployment A… | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Beyond the Spinner: … | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Getting started with… | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Trusted by the large… | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Learn | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Stay connected | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| h3 Support | 1.26:1 | 3.0:1 | #000000 | #1E1E1E | Fail |
| title Firebase | Google's … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 8.60:1 | 4.5:1 | #000000 | #A5A6A6 | Pass |
| a Build | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
| li Build | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
| li Get to market quickl… | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
| div Go to Build | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
| li Build Products | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
| div App Check | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
AHeading Hierarchy17 headings, 1 skip(s)PASS
- H5 Get $300 to unlock all Firebase features
- H1 Make your app the best it can be with Firebase and generative AI
- H3 Easily integrate Firebase with Gemini and the latest AI technology from Google skipped
- H3 Easily integrate Firebase with your team's favorite tools.
- H3 Install pre-packaged, open source bundles of code to automate common development tasks
- H3 Easy to integrate on iOS, Android, and the Web
- H3 Keep up to date on everything Firebase
- H3 Next.js Deployment Adapters: A bright future for Next.js on Google Cloud
- H3 Beyond the Spinner: Building Responsive AI Apps with Genkit Streaming
- H3 Getting started with Server Prompt Templates
- H3 Trusted by the largest apps and games
- H4 All Firebase products
- H5 Build
- H5 Run
- H3 Learn
- H3 Stay connected
- H3 Support
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 48 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | Search | aria-label |
| input | text | Type to filter | aria-label |
A+Web ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 2 failing, 31 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.code-picker > devsite-iframe > iframe div > div.code-picker > devsite-iframe > iframe |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Easily integrate Firebase with Gemini and the latest AI technology from Google div.highlights-row-wrapper > div.highlights-row__content > div.content > h3#easily-integrate-firebase-with-gemini-and-the-latest-ai-technology-from-google |
These are opportunities to improve keyboard navigation in your application.