Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure9 landmarksREVIEW
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
BAlt Text Quality3 of 12 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 3 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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
BFavicon & Branding6 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Heading Hierarchy2 headingsPASS
- H1 Try the free public RPC
- H2 Find out more
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality16 links, 16 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://llamanodes.notion.site/LlamaNode… | Docs | new tab | Add '(opens in new tab)' to text |
| https://github.com/llamanodes | GitHub | new tab | Add '(opens in new tab)' to text |
| https://x.com/LlamaNodes | new tab | Add '(opens in new tab)' to text | |
| https://medium.com/llamanodes | Medium | new tab | Add '(opens in new tab)' to text |
| https://llama-corp.com | check out LlamaCorp | new tab | Add '(opens in new tab)' to text |
| https://llama-corp.com | LlamaCorp logo | new tab | Add '(opens in new tab)' to text |
| https://defillama.com | DefiLlama | new tab | Add '(opens in new tab)' to text |
| https://llamafolio.com | LlamaFolio | new tab | Add '(opens in new tab)' to text |
| https://llamapay.io | LlamaPay | new tab | Add '(opens in new tab)' to text |
| https://dlnews.com | DLNews | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://llamanodes.notion.site/LlamaNodes-7c1ba02f174b45d1adff219b543c277f; https://github.com/llamanodes; https://x.com/LlamaNodes; https://medium.com/llamanodes; https://llama-corp.com; https://llama-corp.com; https://defillama.com; https://llamafolio.com; https://llamapay.io; https://dlnews.com
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
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 Try the free public … | 18.64:1 | 3.0:1 | #000000 | #EDF2F7 | Pass |
| h2 Find out more | 20.29:1 | 3.0:1 | #000000 | #FBFBFB | Pass |
| title LlamaNodes | 18.64:1 | 4.5:1 | #000000 | #EDF2F7 | Pass |
| p A reliable public go… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p built for the decent… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Choose your chain | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Ethereum | 19.27:1 | 4.5:1 | #000000 | #F5F5F6 | Pass |
| span Base | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| span BNB Chain | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Ethereum | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span https://eth.llamarpc… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span https://eth.llamarpc… | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| span wss://eth.llamarpc.c… | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| button Copy | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| button Add to Wallet | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| span Information: | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| span Docs | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| span GitHub | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| span Socials: | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| span Twitter | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | 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 91/100 — 2 failing, 22 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 |
|---|
main.css-1vqxhj0 > section.chakra-stack > div.css-dz4xk2 > img.chakra-image main.css-1vqxhj0 > section.chakra-stack > div.css-dz4xk2 > img.chakra-image |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.chakra-stack > div.chakra-stack > div.css-13pmxen > a.chakra-link div.chakra-stack > div.chakra-stack > div.css-13pmxen > a.chakra-link |
div.chakra-stack > div.chakra-stack > div.css-t68593 > a.chakra-link div.chakra-stack > div.chakra-stack > div.css-t68593 > a.chakra-link |
div.chakra-stack > div.chakra-stack > div.css-13pmxen > a.chakra-link div.chakra-stack > div.chakra-stack > div.css-13pmxen > a.chakra-link |
div.chakra-stack > div.chakra-stack > div.css-t68593 > a.chakra-link div.chakra-stack > div.chakra-stack > div.css-t68593 > a.chakra-link |
div.chakra-stack > ul.css-jadf3h > li.css-1bbz3js > a.chakra-link div.chakra-stack > ul.css-jadf3h > li.css-1bbz3js > a.chakra-link |
div.chakra-stack > ul.css-jadf3h > li.css-1bbz3js > a.chakra-link div.chakra-stack > ul.css-jadf3h > li.css-1bbz3js > a.chakra-link |
div.chakra-stack > ul.css-jadf3h > li.css-1bbz3js > a.chakra-link div.chakra-stack > ul.css-jadf3h > li.css-1bbz3js > a.chakra-link |
div.chakra-stack > ul.css-jadf3h > li.css-1bbz3js > a.chakra-link div.chakra-stack > ul.css-jadf3h > li.css-1bbz3js > a.chakra-link |
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.