Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction2 issue(s) across 70 links and 30 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.getdbt.com/dbt-summit/regist… | Registration for dbt Summit is… | new tab | Add '(opens in new tab)' to text |
| https://www.getdbt.com/dbt-summit/regist… | Registration for dbt Summit is… | new tab | Add '(opens in new tab)' to text |
| https://cloud.getdbt.com | Log in or Create an Account | new tab | Add '(opens in new tab)' to text |
| /signup | Log in or Create an Account | img no alt | Add alt attribute to the image |
| # | Play video | img no alt | Add alt attribute to the image |
| https://github.com/dbt-labs/dbt-fusion/d… | Fusion Diaries — April 2, 20… | new tab | Add '(opens in new tab)' to text |
| https://github.com/dbt-labs/dbt-fusion/d… | Read on Github | new tab | Add '(opens in new tab)' to text |
| https://docs.getdbt.com/ | Documentation | new tab | Add '(opens in new tab)' to text |
| https://docs.getdbt.com/tutorial/setting… | Getting Started Guide | new tab | Add '(opens in new tab)' to text |
| https://docs.getdbt.com/docs/supported-d… | Supported Data Platforms | new tab | Add '(opens in new tab)' to text |
| https://docs.getdbt.com/blog | Developer Blog | new tab | Add '(opens in new tab)' to text |
| https://docs.getdbt.com/docs/install-dbt… | VS Code extension | new tab | Add '(opens in new tab)' to text |
| https://docs.getdbt.com/community/contri… | Become a Contributor | new tab | Add '(opens in new tab)' to text |
| https://hub.getdbt.com/ | Open Source dbt Packages | new tab | Add '(opens in new tab)' to text |
| https://docs.getdbt.com/community/forum | Community Forum | new tab | Add '(opens in new tab)' to text |
| https://docs.getdbt.com/docs/dbt-cloud/c… | Contact Support | new tab | Add '(opens in new tab)' to text |
| /partner-directory | Find a Partner | new tab | Add '(opens in new tab)' to text |
| https://roundup.getdbt.com/ | Read Now | new tab | Add '(opens in new tab)' to text |
| https://github.com/dbt-labs/dbt-core | GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/dbtlabs… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCVpBwKK… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/dbt_labs/ | new tab | Add '(opens in new tab)' to text | |
| https://x.com/dbt_labs | X | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/getdbt.com | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://www.getdbt.com/blog/feed.xml | RSS | 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 |
Add '(opens in new tab)' to link text or aria-label.
https://www.getdbt.com/dbt-summit/registration/?utm_medium=internal&utm_source=www&utm_campaign=_&utm_content=dbt-summmit____&utm_term=all_all__; https://www.getdbt.com/dbt-summit/registration/?utm_medium=internal&utm_source=www&utm_campaign=_&utm_content=dbt-summmit____&utm_term=all_all__; https://github.com/dbt-labs/dbt-fusion/discussions/1535; https://github.com/dbt-labs/dbt-fusion/discussions/categories/announcements; https://docs.getdbt.com/; https://docs.getdbt.com/tutorial/setting-up; https://docs.getdbt.com/docs/supported-data-platforms; https://docs.getdbt.com/blog; https://docs.getdbt.com/docs/install-dbt-extension; https://docs.getdbt.com/community/contribute (+12 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
F404 Error PageActionHTTP 404, bare pageFIX
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
CFavicon & BrandingAction4 icon(s) detectedREVIEW
ALandmark Structure4 landmarksPASS
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
AHeading Hierarchy25 headings, 1 skip(s)PASS
- H1 The open standard for modern, AI-ready data transformation
- H2 dbt Labs + Fivetran: Open data infrastructure for analytics and AI
- H3 Powered by the brand new Fusion engine, dbt makes data teams extraordinarily productive as they build data models—whether locally or in the cloud.
- H2 Transform data with SQL
- H2 Interactive lineage across projects and columns
- H2 Automatically refactor models and columns
- H2 Interoperable by design
- H2 Choose dbt for speed, trust, and delivering real results.
- H3 Improve data quality and trust
- H3 Drive efficiency & reduce cost
- H3 Build better AI with higher-quality data
- H2 Smarter orchestration saves 30%+ on warehouse spend
- H2 Works with your IDEs
- H2 Top companies use dbt to deliver real impact.
- H2 Latest from the changelog
- H2 Join the largest community shaping the future of data & AI
- H2 Footer
- H5 Product skipped
- H5 For Developers
- H5 Company
- H5 Resources
- H5 Community
- H5 Support
- H5 Read the Roundup
- H5 Connect with Us
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 34 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 |
|---|---|---|---|---|---|
| h2 dbt Labs + Fivetran:… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Transform data with … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Interactive lineage … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Automatically refact… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Interoperable by des… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Choose dbt for speed… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Smarter orchestratio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Works with your IDEs | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Top companies use db… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest from the chan… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Join the largest com… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Footer | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Deliver trusted data… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Registration for dbt… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Big news! dbt Labs a… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Registration for dbt… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Big news! dbt Labs a… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Back | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Close menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Open menu | 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.
ALighthouse Accessibility AuditsScore 94/100 — 2 failing, 26 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
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 |
|---|
body > div.flex > div.fixed > button.sidepop-toggle body > div.flex > div.fixed > button.sidepop-toggle |
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 |
|---|
Read the Roundup div.flex > div.col-span-2 > div > h5#read-the-roundup |
These are opportunities to improve keyboard navigation in your application.