Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 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
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
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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy45 headingsREVIEW
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H1 The Inference Cloud built for scale — without complexity or surprise costs.
- H2 Gradient™ AI Inference Cloud
- H2 (empty)
- H2 Customers growing with DigitalOcean
- H3 The cost of running ScraperAPI would be 250% more on AWS, as compared to DigitalOcean
- H3 Empowering the Next Wave of AI Creators with fal and DigitalOcean
- H3 It’s not only about the price, it’s also about proving stability, proving a quality level of support and understanding our business. These factors led us to continue to grow on DigitalOcean.
- H3 Amorphous Data on DigitalOcean GPUs and Kubernetes
- H3 We were previously on AWS but started migrating everything because we really love DigitalOcean in terms of cost and support. We saved a lot of money—we went from $120,000 to $30,000 [per month]
- H3 How Servd Scaled Their Craft CMS Platform with DigitalOcean Kubernetes
- H3 The VIP support has been excellent. If there’s an issue, it’s always engineers on the line, not somebody who is two steps removed from the people that know what’s going on.
- H3 The cost of running ScraperAPI would be 250% more on AWS, as compared to DigitalOcean
- H3 Empowering the Next Wave of AI Creators with fal and DigitalOcean
- H3 It’s not only about the price, it’s also about proving stability, proving a quality level of support and understanding our business. These factors led us to continue to grow on DigitalOcean.
- H3 Amorphous Data on DigitalOcean GPUs and Kubernetes
- H3 We were previously on AWS but started migrating everything because we really love DigitalOcean in terms of cost and support. We saved a lot of money—we went from $120,000 to $30,000 [per month]
- H3 How Servd Scaled Their Craft CMS Platform with DigitalOcean Kubernetes
- H3 The VIP support has been excellent. If there’s an issue, it’s always engineers on the line, not somebody who is two steps removed from the people that know what’s going on.
- H2 Persistent compute, high-throughput storage, scalable runtime environments—everything you need to go from “uhhh” to agent, fast.
- H2 A unified inference cloud to build full-stack AI apps
- H2 Stay on budget and grow your business
- H2 Frustration-free support from real people
- H2 Delight your customers by building on a reliable platform
- H2 Dive in
- H3 Get started with DigitalOcean’s Linux-based virtual machines
- H3 How To Install and Use Docker on Ubuntu
- H3 Run large language models like Ollama on H100 GPUs
- H3 Build a Slack AI Chatbot with DigitalOcean Gradient Platform
- H3 How to choose a cloud service provider
- H3 Learn about open source AI platforms
- H2 Get started for free
- H2 Company
- H2 Products
- H2 Resources
- H2 Solutions
- H2 Contact
- H2 Company
- H2 Products
- H2 Resources
- H2 Solutions
- H2 Contact
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CLink & Button QualityAction3 issue(s) across 198 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.digitalocean.com/deploy | Join us for Deploy in San Fran… | new tab | Add '(opens in new tab)' to text |
| /products/gradient | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Gradient | |||
| https://css-tricks.com/ | CSS-Tricks | new tab | Add '(opens in new tab)' to text |
| https://css-tricks.com/ | CSS-Tricks | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/digitalocean | X (Twitter) | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/thedigitalocea… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/DigitalOceanClo… | new tab | Add '(opens in new tab)' to text | |
| https://discord.gg/digitalocean | Discord | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/DigitalOcean | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/digital… | new tab | Add '(opens in new tab)' to text | |
| https://github.com/digitalocean | GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.glassdoor.com/Overview/Worki… | Glassdoor | new tab | Add '(opens in new tab)' to text |
| https://www.builtinnyc.com/company/digit… | BuiltInNYC | new tab | Add '(opens in new tab)' to text |
| https://www.digitalocean.com/legal/priva… | privacy policy | new tab | Add '(opens in new tab)' to text |
| https://www.digitalocean.com/legal/cooki… | cookie policy | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/products/gradient ("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.digitalocean.com/deploy; https://css-tricks.com/; https://css-tricks.com/; https://twitter.com/digitalocean; https://www.instagram.com/thedigitalocean/; https://www.facebook.com/DigitalOceanCloudHosting; https://discord.gg/digitalocean; https://www.youtube.com/DigitalOcean; https://www.linkedin.com/company/digitalocean/; https://github.com/digitalocean (+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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction6 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 The Inference Cloud … | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Gradient™ AI Infer… | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Customers growing wi… | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Persistent compute, … | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 A unified inference … | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Stay on budget and g… | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Frustration-free sup… | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Delight your custome… | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Dive in | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Get started for free | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Company | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Products | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Resources | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Solutions | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Contact | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Company | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Products | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Resources | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Solutions | 1.27:1 | 3.0:1 | #000000 | #031B4E | Fail |
| h2 Contact | 1.27:1 | 3.0:1 | #000000 | #031B4E | 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+Alt Text QualityAll 43 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 28 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Zoltan Bettenbuk
CTO, ScraperAPI
The cost of running ScraperAPI would be 250%… div#customers-growing-with-digitalocean > div.Sectionstyles__StyledSectionInner-sc-4l5hhw-1 > div.pages__StyledCustomerMarqueeContainer-sc-a481e4cd-3 > div.pages__StyledCustomerCardsContainer-sc-a481e4cd-2 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.Gridstyles-sc-isu2n3-0 > div.CarouselVideostyles__StyledCarouselNavWrapper-sc-1aj5b52-1 > div.CarouselVideostyles__StyledCarouselNav-sc-1aj5b52-2 > button.ButtonCirclestyles-sc-17yid1o-0 div.Gridstyles-sc-isu2n3-0 > div.CarouselVideostyles__StyledCarouselNavWrapper-sc-1aj5b52-1 > div.CarouselVideostyles__StyledCarouselNav-sc-1aj5b52-2 > button.ButtonCirclestyles-sc-17yid1o-0 |
div.Gridstyles-sc-isu2n3-0 > div.CarouselVideostyles__StyledCarouselNavWrapper-sc-1aj5b52-1 > div.CarouselVideostyles__StyledCarouselNav-sc-1aj5b52-2 > button.ButtonCirclestyles-sc-17yid1o-0 div.Gridstyles-sc-isu2n3-0 > div.CarouselVideostyles__StyledCarouselNavWrapper-sc-1aj5b52-1 > div.CarouselVideostyles__StyledCarouselNav-sc-1aj5b52-2 > button.ButtonCirclestyles-sc-17yid1o-0 |
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.
Best practices
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 html |
These items highlight common accessibility best practices.