Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
FFavicon & BrandingAction1 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
CHeading HierarchyAction16 headings, 2 skip(s)REVIEW
- H1 Macrotrends - The Premier Research Platform for Long Term Investors
- H5 Stock screener with over 50 performance and fundamental criteria. skipped
- H5 50+ years of historical stock price and dividend data.
- H5 10 years of quarterly stock fundamental data.
- H5 100+ years of inflation-adjusted data for major market indices.
- H5 100+ years of precious metals data.
- H5 45 years of commodity, interest rate and exchange rate data.
- H5 100+ years of economic data.
- H1 Macrotrends - The Premier Research Platform for Long Term Investors duplicate H1
- H5 Stock screener with over 50 performance and fundamental criteria. skipped
- H5 50+ years of historical stock price and dividend data.
- H5 10 years of quarterly stock fundamental data.
- H5 100+ years of inflation-adjusted data for major market indices.
- H5 100+ years of precious metals data.
- H5 45 years of commodity, interest rate and exchange rate data.
- H5 100+ years of economic data.
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
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
BAlt Text Quality1 of 11 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
BLink & Button Quality1 issue(s) across 15 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | MacroTrends Home Page | 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="/"]
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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#87 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, 5 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 Macrotrends - The Pr… | 4.67:1 | 3.0:1 | #000000 | #7A757D | Pass |
| h1 Macrotrends - The Pr… | 13.49:1 | 3.0:1 | #000000 | #C6D0DF | Pass |
| title Macrotrends | The Lo… | 2.16:1 | 4.5:1 | #000000 | #444444 | Fail |
| span Stock screener with … | 8.39:1 | 4.5:1 | #000000 | #ABA1A8 | Pass |
| span 50+ years of histori… | 6.91:1 | 4.5:1 | #000000 | #96929F | Pass |
| span 10 years of quarterl… | 3.89:1 | 4.5:1 | #000000 | #626987 | Fail |
| span 100+ years of inflat… | 12.61:1 | 4.5:1 | #000000 | #C1C9D8 | Pass |
| span 100+ years of precio… | 9.20:1 | 4.5:1 | #000000 | #9DADC3 | Pass |
| span 45 years of commodit… | 10.45:1 | 4.5:1 | #000000 | #ABB8CB | Pass |
| span 100+ years of econom… | 9.51:1 | 4.5:1 | #000000 | #A5AFC2 | Pass |
| span Stock screener with … | 14.11:1 | 4.5:1 | #000000 | #C8D5E5 | Pass |
| span 50+ years of histori… | 7.49:1 | 4.5:1 | #000000 | #899CB6 | Pass |
| span 10 years of quarterl… | 1.90:1 | 4.5:1 | #000000 | #283B65 | Fail |
| span 100+ years of inflat… | 1.79:1 | 4.5:1 | #000000 | #223762 | Fail |
| span 100+ years of precio… | 3.66:1 | 4.5:1 | #000000 | #4A688D | Fail |
| span 45 years of commodit… | 14.17:1 | 4.5:1 | #000000 | #C8D6E2 | Pass |
| span 100+ years of econom… | 19.02:1 | 4.5:1 | #000000 | #F1F4F7 | Pass |
| p Stock Screener | 18.84:1 | 4.5:1 | #000000 | #F0F3F5 | Pass |
| p Stock Research | 18.84:1 | 4.5:1 | #000000 | #F0F3F5 | Pass |
| p Market Indices | 18.84:1 | 4.5:1 | #000000 | #F0F3F5 | 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.
CLighthouse Accessibility AuditsActionScore 75/100 — 4 failing, 10 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.
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 |
|---|
Stock screener with over 50 performance and fundamental criteria. div.home_main_text > ul.list-unstyled > li > h5 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
div.header_container > div.header_logo > a.logo > img div.header_container > div.header_logo > a.logo > img |
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.no-js html.no-js |
These items highlight common accessibility best practices.
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | (Search over 200,000 interactive charts...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman