Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction2 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
BLink & Button Quality1 issue(s) across 252 links and 16 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://support.fool.com/ | Help | new tab | Add '(opens in new tab)' to text |
| https://foolfoundation.org/ | The Motley Fool Foundation | new tab | Add '(opens in new tab)' to text |
| /investing/how-to-invest/portfolio-diver… | Portfolio Diversification | new tab | Add '(opens in new tab)' to text |
| /money/ | Motley Fool Money | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCpRQuyn… | YouTube | new tab | Add '(opens in new tab)' to text |
| /advertising/ | Advertise With Us | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/markets/most-active… | Most Active Stocks | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/markets/top-stock-g… | Daily Stock Gainers | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/markets/top-stock-l… | Daily Stock Losers | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/markets/most-active… | Most Active Stocks | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/markets/top-stock-g… | Daily Stock Gainers | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/markets/top-stock-l… | Daily Stock Losers | new tab | Add '(opens in new tab)' to text |
| https://profile.google.com/cp/CgkvbS8wNT… | Follow | new tab | Add '(opens in new tab)' to text |
| /about/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: About | |||
| https://www.fool.com/money/banks/savings… | Best High Yield Savings Accoun… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/money/credit-cards/ | Best Credit Cards | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/money/buying-stocks… | Best Stock Brokers and Trading… | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/money/banks/cds/bes… | Best CD Rates | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/money/mortgages/bes… | Best Mortgage Lenders | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/money/ | Motley Fool Money … | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/themotleyfool | Facebook - open in a new tab | new tab | Add '(opens in new tab)' to text |
| https://x.com/TheMotleyFool | Twitter - open in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/the-mot… | LinkedIn - open in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/themotleyfool/ | Pinterest - open in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/TheMotleyFo… | YouTube - open in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/themotleyfoolo… | Instagram - open in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@themotleyfooloff… | TikTok - open in a new tab | new tab | Add '(opens in new tab)' to text |
| https://xignite.com/ | Xignite | new tab | Add '(opens in new tab)' to text |
| https://polygon.io/ | Polygon.io | new tab | Add '(opens in new tab)' to text |
| https://careers.fool.com/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.fool.co.uk/ | Fool UK | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com.au/ | Fool Australia | new tab | Add '(opens in new tab)' to text |
| https://www.fool.ca | Fool Canada | new tab | Add '(opens in new tab)' to text |
| https://caps.fool.com/ | CAPS Stock Ratings | new tab | Add '(opens in new tab)' to text |
| https://discussion.fool.com/ | Discussion Boards | new tab | Add '(opens in new tab)' to text |
| /terms/ | Financial Dictionary | new tab | Add '(opens in new tab)' to text |
| /affiliates/mfam/ | Motley Fool Asset Management | new tab | Add '(opens in new tab)' to text |
| /affiliates/mfwm/ | Motley Fool Wealth Management | new tab | Add '(opens in new tab)' to text |
| /affiliates/ventures/ | Motley Fool Ventures | new tab | Add '(opens in new tab)' to text |
| /affiliates/foundation/ | Fool Community Foundation | new tab | Add '(opens in new tab)' to text |
| https://www.fool.com/legal/privacy-state… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/about/ ("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://support.fool.com/; https://foolfoundation.org/; /investing/how-to-invest/portfolio-diversification/; /money/; https://www.youtube.com/channel/UCpRQuynBX9Qy9tPrcswpPag; /advertising/; https://www.fool.com/markets/most-active-stocks/; https://www.fool.com/markets/top-stock-gainers/; https://www.fool.com/markets/top-stock-losers/; https://www.fool.com/markets/most-active-stocks/ (+30 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
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 Top 10 Stocks to BUY… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 Featured Investing N… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 Trending News | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 Popular Topics | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 Tom Gardner: 5 Stock… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 Investing Solutions … | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 About The Motley Foo… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 The Motley Fool Inve… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 Our top personal fin… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 Premium Investing Se… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h2 We Care About Your P… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 Stock Market Today (… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 American Airlines Ha… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 Amazon to Invest $25… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 3 Company Earnings t… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 UnitedHealth Group S… | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 Stock Advisor | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 Epic | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 Epic Plus | 3.75:1 | 3.0:1 | #000000 | #006DA8 | Pass |
| h3 Motley Fool Money | 3.75:1 | 3.0:1 | #000000 | #006DA8 | 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.
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 Hierarchy21 headings, 1 skip(s)PASS
- H1 Top 10 Stocks to BUY NOW
- H4 Cumulative Growth of a $10k Investment in Stock Advisor skipped
- H2 Featured Investing News
- H3 Stock Market Today (LIVE): 3M Beats, but With Background Drama; UPS Counting on Happy Returns
- H3 American Airlines Has Denied Rumors of a Merger With United. Here Are 2 Others Factors Dragging Down the Stock Right Now.
- H3 Amazon to Invest $25 Billion in This AI Start-Up
- H3 3 Company Earnings to Watch This Week (April 20-24)
- H3 UnitedHealth Group Surprises Wall Street. Is It Time to Load Up on the Beaten-Down Buffett Stock?
- H2 Trending News
- H2 Popular Topics
- H2 Tom Gardner: 5 Stocks to Hold for 5+ Years
- H2 Investing Solutions Designed To Make Money Over The Long Term
- H3 Stock Advisor
- H3 Epic
- H3 Epic Plus
- H2 About The Motley Fool
- H2 The Motley Fool Investing Philosophy
- H2 Our top personal finance picks
- H3 Motley Fool Money
- H2 Premium Investing Services
- H2 We Care About Your Privacy
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 Quality1 of 10 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #radix-«RiqainbH2» | text | (Search for a company) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="radix-«RiqainbH2»">
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
A+Lighthouse Accessibility AuditsScore 95/100 — 3 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.
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 |
|---|
Top 10 Stocks to Buy Now › div.my-auto > div#foolcom_nav_button_container > div.flex > a.nav-link-stock-picks |
+986% div.bg-white > div.grid > div.text-xs > div.text-green-700 |
View All Fool Articles div.px-[24px] > div.mx-auto > div.md:col-span-8 > a.foolcom-btn-white |
View All Trending News div.px-[24px] > div.mx-auto > div.pb-[24px] > a.foolcom-btn-white |
$199 div#foolcom_service_grid_sa_container > div > div.flex-col > s |
Sign Up › div.inline-flex > div#foolcom_service_grid_sa_container > div > a.flex-col |
$499 div#foolcom_service_grid_epic_container > div > div.flex-col > s |
Sign Up › div.inline-flex > div#foolcom_service_grid_epic_container > div > a.flex-col |
$1,999 div#foolcom_service_grid_epic_plus_container > div > div.flex-col > s |
Sign Up › div.inline-flex > div#foolcom_service_grid_epic_plus_container > div > a.flex-col |
Learn More div.px-[24px] > div.mx-auto > p.mb-[16px] > a.font-medium |
Learn How We Invest div > div.mt-[48px] > div.mx-auto > a.text-md |
Visit Motley Fool Money a.text-gray-1100 > div.px-8 > div.mt-4 > p.text-xl |
These are opportunities to improve the legibility of your content.
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 |
|---|
Cumulative Growth of a $10k Investment in
Stock Advisor div.mx-auto > div.relative > div.bg-white > h4.flex |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |