Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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 & BrandingAction2 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
CAlt Text QualityAction25 of 27 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 25 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 QualityAction2 issue(s) across 77 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://www.fool.com/earnings/call-trans… | MYR Group (MYRG) Q3 2024 Earni… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Zimmer Biomet (ZBH) Q4 2024 Ea… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/investing/2026/04/2… | Strategy (MSTR) Is Essentially… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Sprouts (SFM) Q3 2024 Earnings… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/coverage/stock-mark… | Stock Market Today, April 22: … | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | PC Connection (CNXN) Q3 2024 E… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Yum! (YUM) Q3 2024 Earnings Ca… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Cardinal Health (CAH) Q1 2025 … | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Provident (PFS) Q4 2025 Earnin… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Norwegian (NCLH) Q1 2025 Earni… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Redwood Trust RWT Q3 2024 Earn… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | CRAI Q3 2024 Earnings Transcri… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Viavi (VIAV) Q4 2024 Earnings … | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | KLA (KLAC) Q1 2025 Earnings Ca… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | NeoGenomics (NEO) Q4 2024 Earn… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Wingstop WING Q3 2024 Earnings… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/investing/2026/04/2… | Adobe Just Announced a Huge St… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Honeywell (HON) Q4 2024 Earnin… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/earnings/call-trans… | Fair Isaac (FICO) Q4 2024 Earn… | new tab | Add '(opens in new tab)' to text |
| https://www.cloudquote.io | Stock Market JSON API | new tab | Add '(opens in new tab)' to text |
| /privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /tos | Terms of Service | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a.scrollbox-module-scss-module__CirAYG__disabled (#93 on page); a.scrollbox-module-scss-module__CirAYG__disabled (#97 on page)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.fool.com/earnings/call-transcripts/2026/04/22/myr-group-myrg-q3-2…; https://www.fool.com/earnings/call-transcripts/2026/04/22/zimmer-biomet-zbh-q…; https://www.fool.com/investing/2026/04/22/strategy-mstr-leveraged-bitcoin-etf…; https://www.fool.com/earnings/call-transcripts/2026/04/22/sprouts-sfm-q3-2024…; https://www.fool.com/coverage/stock-market-today/2026/04/22/stock-market-toda…; https://www.fool.com/earnings/call-transcripts/2026/04/22/pc-connection-cnxn-…; https://www.fool.com/earnings/call-transcripts/2026/04/22/yum-yum-q3-2024-ear…; https://www.fool.com/earnings/call-transcripts/2026/04/22/cardinal-health-cah…; https://www.fool.com/earnings/call-transcripts/2026/04/22/provident-pfs-q4-20…; https://www.fool.com/earnings/call-transcripts/2026/04/22/norwegian-nclh-q1-2… (+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
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 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 Latest News | 3.66:1 | 3.0:1 | #000000 | #666666 | Pass |
| title Stocks | FinancialCo… | 1.23:1 | 4.5:1 | #000000 | #1C1C1C | Fail |
| div Looking for our Busi… | 1.23:1 | 4.5:1 | #000000 | #1C1C1C | Fail |
| a CloudQuote APIs | 1.92:1 | 4.5:1 | #000000 | #004350 | Fail |
| a Contact Us | 1.92:1 | 4.5:1 | #000000 | #004350 | Fail |
| div Sign In | 1.92:1 | 4.5:1 | #000000 | #004350 | Fail |
| a Stocks | 2.42:1 | 4.5:1 | #000000 | #295159 | Fail |
| a News | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| a ETFs | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| a Economy | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| a Currencies | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| a Press Releases | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| a Stocks in the News | 3.44:1 | 4.5:1 | #000000 | #626262 | Fail |
| a Most Active Stocks | 3.44:1 | 4.5:1 | #000000 | #626262 | Fail |
| a Percent Gainers | 3.44:1 | 4.5:1 | #000000 | #626262 | Fail |
| a Percent Losers | 3.44:1 | 4.5:1 | #000000 | #626262 | Fail |
| a Followed Stocks | 3.44:1 | 4.5:1 | #000000 | #626262 | Fail |
| a MYR Group (MYRG) Q3 … | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| span fool.com | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| div MYR Group (MYRG) Q3 … | 3.66:1 | 4.5:1 | #000000 | #666666 | 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.
BLighthouse Accessibility AuditsScore 88/100 — 3 failing, 27 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.
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 |
|---|
NVIDIA Corp div.scrollbox-module-scss-module__CirAYG__content > div.security-bubble-large-module-scss-module__F2xiwW__security > div.security-bubble-large-module-scss-module__F2xiwW__header > a.security-bubble-large-module-scss-module__F2xiwW__name |
+2.620 div.security-bubble-large-module-scss-module__F2xiwW__security > div.security-bubble-large-module-scss-module__F2xiwW__priceLine > div.positive > span.changePrice |
(+1.311%) div.security-bubble-large-module-scss-module__F2xiwW__security > div.security-bubble-large-module-scss-module__F2xiwW__priceLine > div.positive > span.changePercent |
FOLLOW div.security-bubble-large-module-scss-module__F2xiwW__security > div.security-bubble-large-module-scss-module__F2xiwW__priceLine > div.security-bubble-large-module-scss-module__F2xiwW__follow > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-0.39% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+0.38% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+9.39% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
+1.05% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
+1.88% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-0.40% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+1.05% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
+1.64% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
+0.69% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+0.65% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
NASDAQ:OSBC div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__summary > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-0.75% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-0.80% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-2.13% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+0.45% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-1.55% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
NYSE:STC div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__summary > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+1.56% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+1.04% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-1.11% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
NASDAQ:FRME div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__summary > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+0.02% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+0.11% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+1.49% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+2.76% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+0.43% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
NASDAQ:MEDP div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__summary > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-1.25% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
NYSE:AZZ div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__summary > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-1.15% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
+3.54% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
+1.31% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__positive |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-1.01% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
NYSE:PKG div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__summary > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-2.51% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
-6.42% div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__tickers > a.security-bubble-micro-module-scss-module__5r_JaG__security > span.security-bubble-micro-module-scss-module__5r_JaG__negative |
Stock Market JSON API body > footer.footer-module-scss-module__wVroDW__footer > div.footer-module-scss-module__wVroDW__attribution > a |
Privacy Policy footer.footer-module-scss-module__wVroDW__footer > div.footer-module-scss-module__wVroDW__attribution > span > a |
Terms of Service footer.footer-module-scss-module__wVroDW__footer > div.footer-module-scss-module__wVroDW__attribution > span > a |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
StockStory div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
The Motley Fool div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__info > a |
Stock Market JSON API body > footer.footer-module-scss-module__wVroDW__footer > div.footer-module-scss-module__wVroDW__attribution > a |
Privacy Policy footer.footer-module-scss-module__wVroDW__footer > div.footer-module-scss-module__wVroDW__attribution > span > a |
Terms of Service footer.footer-module-scss-module__wVroDW__footer > div.footer-module-scss-module__wVroDW__attribution > span > a |
These are opportunities to improve the legibility of your content.
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.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img |
div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > img div.news-stories-module-scss-module__HijLrW__stories > div.news-stories-module-scss-module__HijLrW__story > div.news-stories-module-scss-module__HijLrW__photo > 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.
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
A+Heading Hierarchy1 headingsPASS
- H1 Latest News
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| search | text | (Enter symbol or name) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="search">
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