Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure12 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
CAlt Text QualityAction4 of 11 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 4 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BLink & Button Quality3 issue(s) across 169 links and 14 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://policies.google.com/technologies… | Learn more about how Google us… | new tab | Add '(opens in new tab)' to text |
| /docs/hosting/web-request-logs-and-metri… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Web Request Logs And Metrics | |||
| /docs/hosting/github-integration | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Github Integration | |||
| /docs/hosting/i18n-rewrites | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: I18n Rewrites | |||
| https://genkit.dev/ | Genkit | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/docs/hosting/web-request-logs-and-metrics ("Read more"); /docs/hosting/github-integration ("Read more"); /docs/hosting/i18n-rewrites ("Read 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://policies.google.com/technologies/cookies?hl=en; 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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 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 |
|---|---|---|---|---|---|
| h1 Fast, secure hosting… | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h2 Optimized for static… | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Fast and secure, out… | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Preview and share ch… | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Multiple frameworks,… | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Start now, and pay a… | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Learn to do more wit… | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Documentation | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Pricing | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Learn | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Stay connected | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Support | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| title Firebase Hosting | F… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 8.53:1 | 4.5:1 | #000000 | #A5A5A5 | Pass |
| span firebase.google.com … | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
| a Learn more | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
| button OK, got it | 1.26:1 | 4.5:1 | #000000 | #1E1E1E | Fail |
| 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 |
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.
A+Heading Hierarchy16 headingsPASS
- H5 Firebase Hosting
- H1 Fast, secure hosting for static websites
- H2 Optimized for static and single-page web apps. Deploy static websites in seconds using a global CDN. Preview, deploy, and roll back with the Firebase CLI.
- H3 Fast and secure, out of the box
- H3 Preview and share changes
- H3 Multiple frameworks, one command
- H3 Start now, and pay as you go
- H3 Learn to do more with Hosting
- H3 Documentation
- H3 Pricing
- H4 All Firebase products
- H5 Build
- H5 Run
- H3 Learn
- H3 Stay connected
- H3 Support
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | Search | aria-label |
| input | text | Type to filter | aria-label |
A+Lighthouse Accessibility AuditsScore 95/100 — 1 failing, 29 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
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.side-side-wrapper__right-container > div.content > div.content__illo > img div.side-side-wrapper__right-container > div.content > div.content__illo > img |
div.side-side-wrapper__left-container > div.content > div.content__illo > img div.side-side-wrapper__left-container > div.content > div.content__illo > img |
div.side-side-wrapper__right-container > div.content > div.content__illo > img div.side-side-wrapper__right-container > div.content > div.content__illo > img |
div.side-side-wrapper__left-container > div.content > div.content__illo > img div.side-side-wrapper__left-container > div.content > div.content__illo > img |
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.