Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction1 issue(s) across 94 links and 12 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /c/start | starting your fundraiser | new tab | Add '(opens in new tab)' to text |
| /c/start/funeral-fundraising | memorial | new tab | Add '(opens in new tab)' to text |
| /c/start/medical-fundraising | medical | new tab | Add '(opens in new tab)' to text |
| /c/start/charity-fundraising | nonprofits | new tab | Add '(opens in new tab)' to text |
| /c/how-it-works | Learn more about how GoFundMe … | new tab | Add '(opens in new tab)' to text |
| /c/pricing#US | simple pricing | new tab | Add '(opens in new tab)' to text |
| /c/safety | Trust & Safety | new tab | Add '(opens in new tab)' to text |
| /c/opt-out-rights | Your Privacy Choices | img no alt | Add alt attribute to the image |
| <button> | (empty) | empty | Add button text or aria-label |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/c/opt-out-rights"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
/c/start; /c/start/funeral-fundraising; /c/start/medical-fundraising; /c/start/charity-fundraising; /c/how-it-works; /c/pricing#US; /c/safety
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.hrt-disp-none (#725 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
A+Landmark Structure6 landmarksPASS
A+Heading Hierarchy19 headingsPASS
- H1 Where successful fundraisers start
- H2 More than $50 million is raised every week on GoFundMe.*
- H2 Fundraising on GoFundMe is easy, powerful, and trusted
- H3 Use our tools to create your fundraiser
- H3 Reach donors by sharing
- H3 Securely receive funds
- H2 Discover fundraisers inspired by what you care about
- H2 Get what you need to help your fundraiser succeed on GoFundMe
- H2 Featured topics
- H3 Fundraise with smart coaching
- H3 GoFundMe Giving Funds
- H3 How to Help: Hawaii Flood Relief
- H3 Fund Fibroid Research with Lupita Nyong'o
- H2 How GoFundMe works
- H2 GoFundMe is a trusted leader in online fundraising.
- H2 Secondary menu
- H3 Donate
- H3 Fundraise
- H3 About
A+Alt Text QualityAll 18 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Where successful fun… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More than $50 millio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Fundraising on GoFun… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover fundraisers… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get what you need to… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured topics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 How GoFundMe works | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 GoFundMe is a truste… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Secondary menu | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Use our tools to cre… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Reach donors by shar… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Securely receive fun… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Fundraise with smart… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 GoFundMe Giving Fund… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 How to Help: Hawaii … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Fund Fibroid Researc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Donate | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Fundraise | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 About | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title GoFundMe | The #1 Cr… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
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+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 24 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.