Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
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.
FFavicon & BrandingAction1 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy19 headings, 1 skip(s)REVIEW
- H1 Startup Fundraising Platform
- H1 Startup Fundraising Platform duplicate H1
- H1 Startup Fundraising Platform duplicate H1
- H1 Startup Fundraising Platform duplicate H1
- H1 Startup Fundraising Platform duplicate H1
- H1 Startup Fundraising Platform duplicate H1
- H1 Startup Fundraising Platform duplicate H1
- H2 Featured Companies on Fundable
- H3 Over a decade of Fundraising Success
- H2 $700,000,000+
- H2 20,000+
- H2 Recently Funded Companies on Fundable
- H3 Ready to Get Started?
- H6 Get Started skipped
- H6 Browse
- H6 Resources
- H6 Legal
- H6 Follow
- H3 Select an image to upload:
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
CAlt Text QualityAction7 of 7 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 7 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
CLink & Button QualityAction3 issue(s) across 68 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.startups.com/ | Accelerator | new tab | Add '(opens in new tab)' to text |
| https://www.bizplan.com/ | Planning | new tab | Add '(opens in new tab)' to text |
| https://clarity.fm/ | Mentors | new tab | Add '(opens in new tab)' to text |
| https://www.fundable.com/ | Funding | new tab | Add '(opens in new tab)' to text |
| https://www.launchrock.com/ | Customers | new tab | Add '(opens in new tab)' to text |
| https://www.zirtual.com/ | Assistants | new tab | Add '(opens in new tab)' to text |
| /raise-capital#self-managed | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Raise Capital#Self Managed | |||
| /raise-capital#guided | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Raise Capital#Guided | |||
| https://twitter.com/startupsco | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/startup… | new tab | Add '(opens in new tab)' to text | |
| https://www.startups.com/ | Online Accelerator | new tab | Add '(opens in new tab)' to text |
| https://www.bizplan.com/ | Startup Planning | new tab | Add '(opens in new tab)' to text |
| https://clarity.fm/ | Access Mentors | new tab | Add '(opens in new tab)' to text |
| https://www.fundable.com/ | Secure Funding | new tab | Add '(opens in new tab)' to text |
| https://www.launchrock.com/ | Reach Customers | new tab | Add '(opens in new tab)' to text |
| https://www.zirtual.com/ | Virtual Assistants | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/raise-capital#self-managed ("Learn More"); /raise-capital#guided ("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://www.startups.com/; https://www.bizplan.com/; https://clarity.fm/; https://www.fundable.com/; https://www.launchrock.com/; https://www.zirtual.com/; https://twitter.com/startupsco; https://www.linkedin.com/company/startups-co; https://www.startups.com/; https://www.bizplan.com/ (+4 more)
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.Nav__mobileNavOpen___8nmr (#134 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Startup Fundraising … | 2.98:1 | 3.0:1 | #000000 | #57595A | Fail |
| h1 Startup Fundraising … | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h1 Startup Fundraising … | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h1 Startup Fundraising … | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h1 Startup Fundraising … | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h1 Startup Fundraising … | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h1 Startup Fundraising … | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h2 Featured Companies o… | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h2 $700,000,000+ | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h2 20,000+ | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h2 Recently Funded Comp… | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h3 Over a decade of Fun… | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h3 Ready to Get Started… | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| h3 Select an image to u… | 18.30:1 | 3.0:1 | #000000 | #ECF0F1 | Pass |
| title Fundable | Startup F… | 1.20:1 | 4.5:1 | #000000 | #1D181F | Fail |
| a the | 1.20:1 | 4.5:1 | #000000 | #1D181F | Fail |
| strong startups.com | 5.71:1 | 3.0:1 | #000000 | #838685 | Pass |
| a platform | 8.04:1 | 4.5:1 | #000000 | #9DA1A0 | Pass |
| a about startups.com | 9.05:1 | 4.5:1 | #000000 | #A7ABAA | Pass |
| a New: Introducing the… | 8.53:1 | 4.5:1 | #000000 | #A2A6A4 | 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.
BLighthouse Accessibility AuditsScore 80/100 — 5 failing, 17 passedREVIEW
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.Nav__component__3p5vb > div.layout__wrapper__3Ecno > button.Nav__mobileNavOpen___8nmr div > div.Nav__component__3p5vb > div.layout__wrapper__3Ecno > button.Nav__mobileNavOpen___8nmr |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GET STARTED div.bg-overlay-x > div.content > div.text > a.btn |
@ Clearwater, FL, United States a > div > div.location > div |
@ Trélex, Switzerland a > div > div.location > div |
@ Fort Lauderdale, FL, United States a > div > div.location > div |
@ Fort Lauderdale, FL, United States a > div > div.location > div |
@ Private a > div > div.location > div |
@ Long Beach, CA, United States a > div > div.location > div |
@ Palo Alto, CA, United States a > div > div.location > div |
@ Jersey City, NJ, United States a > div > div.location > div |
View More div.span12 > div.company-tile-grid > div > a.btn |
Funding Committed section.callout-1 > div > div.span6 > p |
Accredited Investors section.callout-1 > div > div.span6 > p |
@ Costa Mesa, CA a > div > div.location > div |
RAISED $2,000,000 div > div.metric > div.text > strong |
@ Boston, MA a > div > div.location > div |
RAISED $5,200,000 div > div.metric > div.text > strong |
@ Fremont, CA a > div > div.location > div |
RAISED $3,000,000 div > div.metric > div.text > strong |
@ Las Vegas, NV a > div > div.location > div |
RAISED $2,216,900 div > div.metric > div.text > strong |
@ France a > div > div.location > div |
RAISED $430,646 div > div.metric > div.text > strong |
@ Private a > div > div.location > div |
RAISED $3,068,000 div > div.metric > div.text > strong |
@ Dallas, TX a > div > div.location > div |
RAISED $712,400 div > div.metric > div.text > strong |
@ Temecula, CA a > div > div.location > div |
RAISED $500,000 div > div.metric > div.text > strong |
View More div.span12 > div.company-tile-grid > div > a.btn |
Host your raise on Fundable div.plans > div.plan > ul > li |
Secure data room for prospective investor materials div.plans > div.plan > ul > li |
Email-only support div.plans > div.plan > ul > li |
Marketing outreach templates div.plans > div.plan > ul > li |
Membership in Startups.com Accelerator div.plans > div.plan > ul > li |
Online Accelerator div.layout__c1of6__reh-q > a.PlatformFooter__product__22OKY > div.PlatformFooter__productTag__zegMN > span |
Startup Planning div.layout__c1of6__reh-q > a.PlatformFooter__product__22OKY > div.PlatformFooter__productTag__zegMN > span |
Access Mentors div.layout__c1of6__reh-q > a.PlatformFooter__product__22OKY > div.PlatformFooter__productTag__zegMN > span |
Secure Funding div.layout__c1of6__reh-q > a.PlatformFooter__product__22OKY > div.PlatformFooter__productTag__zegMN > span |
Reach Customers div.layout__c1of6__reh-q > a.PlatformFooter__product__22OKY > div.PlatformFooter__productTag__zegMN > span |
Virtual Assistants div.layout__c1of6__reh-q > a.PlatformFooter__product__22OKY > div.PlatformFooter__productTag__zegMN > span |
Copyright © 2026 Startups.com. All rights reserved. section.PlatformFooter__component__3q3YT > div.layout__wrapper__3Ecno > div.layout__c1of1__3k6dX > p |
Fundable is a software as a service funding platform. Fundable is not a registe… body > div > div > p |
These are opportunities to improve the legibility of your content.
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 |
|---|
GET STARTED div.Footer__wrapper__2J7pb > div.Footer__column__1bqCR > a > h6.Footer__categoryFirst__If9MK |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #editor-upload-modal-uploader | file | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="file" id="editor-upload-modal-uploader">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2