Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 landmarksFIX
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
FHeading HierarchyAction69 headings, 4 skip(s)FIX
- H5 AI Search & Retrieval
- H5 Artificial Intelligence
- H5 Intelligent Data Kit
- H5 Infrastructure
- H5 Industries
- H5 Use Cases
- H5 Departments
- H5 Get started
- H5 Resources
- H5 Quick Links
- H5 Discover
- H5 Customers
- H5 Tools
- H2 Learn
- H2 Use Case
- H2 Framework
- H2 Programming Language
- H2 Integrations
- H2 AI Search
- H2 Events - Webinars, conferences and events | Algolia
- H2 Security Measures | Algolia
- H2 Learn all about security & compliance at Algolia | Algolia
- H2 Understanding Al transparency
- H2 Infrastructure for search speed & reliability | Algolia
- H2 Web Crawler
- H2 Creating an advanced federated search experience for ecommerce with Autocomplete | Autocomplete | Algolia
- H2 Personalization
- H2 Rules
- H2 A/B testing
- H2 Autocomplete
- H2 Ecommerce
- H2 SaaS
- H2 Marketplaces
- H2 Digital Merchandising
- H2 Media
- H2 B2B Ecommerce
- H2 Startups
- H2 Voice Search
- H1 Agentic. Generative. Search
- H2 Powering AI retrieval across use cases
- H5 The Total Economic Impact of Algolia skipped
- H2 Solutions that fulfill your business goals
- H4 Quickly surface the right content skipped
- H4 Understand user intent
- H4 Stay on top of trends
- H4 Personalize for more engagement
- H4 Create buying urgency
- H5 Easily integrate search in any environment
- H2 Proven impact
- H2 Trusted integrations and partnerships
- H2 Compliant. Secure. Award-winning.
- H4 BSI C5 skipped
- H4 GDPR
- H4 CCPA
- H4 ISO27001
- H4 ISO27001
- H4 SOC 2 Type 2
- H4 SOC 3
- H2 Harness the power of goal driven AI search with Algolia
- H4 (empty)
- H4 Social networks
- H4 (empty)
- H2 Privacy Preference Center
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Performance Cookies
- H4 Functional Cookies
- H4 Targeting Cookies
- H3 Cookie List
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
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
FAlt Text QualityAction24 of 135 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 24 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
FLink & Button QualityAction22 issue(s) across 282 links and 46 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://dashboard.algolia.com/users/sign… | Login | img no alt | Add alt attribute to the image |
| https://dashboard.algolia.com/users/sign… | Logout | img no alt | Add alt attribute to the image |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| /about | Company | img no alt | Add alt attribute to the image |
| https://partners.algolia.com/ | Partners | img no alt | Add alt attribute to the image |
| https://support.algolia.com/ | Support | img no alt | Add alt attribute to the image |
| https://dashboard.algolia.com/users/sign… | Login | img no alt | Add alt attribute to the image |
| https://dashboard.algolia.com/users/sign… | Logout | img no alt | Add alt attribute to the image |
| https://dashboard.algolia.com/users/sign… | Get started | new tab | Add '(opens in new tab)' to text |
| https://dashboard.algolia.com/users/sign… | Get started | new tab | Add '(opens in new tab)' to text |
| /products/ai-search | AI Searchproducts > ai search … | img no alt | Add alt attribute to the image |
| /events | Events - Webinars, conferences… | img no alt | Add alt attribute to the image |
| /distributed-secure/security-compliance/… | Security Measures | Algoliadis… | img no alt | Add alt attribute to the image |
| /distributed-secure/security-compliance | Learn all about security & com… | img no alt | Add alt attribute to the image |
| /resources/asset/ebook-understanding-ai-… | Understanding Al transparencyR… | img no alt | Add alt attribute to the image |
| /distributed-secure/global-infrastructur… | Infrastructure for search spee… | img no alt | Add alt attribute to the image |
| /products/features/crawler | Web Crawlerproducts > features… | img no alt | Add alt attribute to the image |
| /doc/ui-libraries/autocomplete/solutions… | Creating an advanced federated… | img no alt | Add alt attribute to the image |
| /products/features/personalization | Personalizationproducts > feat… | img no alt | Add alt attribute to the image |
| /products/features/search-relevance-rule… | Rulesproducts > features > sea… | img no alt | Add alt attribute to the image |
| /products/features/ab-testing | A/B testingproducts > features… | img no alt | Add alt attribute to the image |
| /products/features/search-autocomplete | Autocompleteproducts > feature… | img no alt | Add alt attribute to the image |
| /industries/ecommerce | Ecommerceindustries > ecommerc… | img no alt | Add alt attribute to the image |
| /industries/saas | SaaSindustries > saas … | img no alt | Add alt attribute to the image |
| /industries/marketplaces | Marketplacesindustries > marke… | img no alt | Add alt attribute to the image |
| /industries/ecommerce/digital-merchandis… | Digital Merchandisingindustrie… | img no alt | Add alt attribute to the image |
| /industries/media | Mediaindustries > media … | img no alt | Add alt attribute to the image |
| /industries/b2b-ecommerce | B2B Ecommerceindustries > b2b … | img no alt | Add alt attribute to the image |
| /industries/startups | Startupsindustries > startups … | img no alt | Add alt attribute to the image |
| /use-cases/voice-search | Voice Searchuse cases > voice … | img no alt | Add alt attribute to the image |
| /products/ai-search | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ai Search | |||
| /products/ai/generative-experiences | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Generative Experiences | |||
| /products/ai/agent-studio | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Agent Studio | |||
| http://docsearch.algolia.com | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Docsearch.Algolia.Com | |||
| https://www.algolia.com/lp/algolia-forre… | (empty) | empty | Add link text or aria-label |
| /products/ai-search | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ai Search | |||
| (empty) | empty | Add link text or aria-label | |
| /products/features/neuralsearch | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Neuralsearch | |||
| /products/features/analytics | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Analytics | |||
| /products/features/personalization | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Personalization | |||
| /products/features/ai-ranking | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ai Ranking | |||
| https://www.algolia.com/developers | View developer hub | new tab | Add '(opens in new tab)' to text |
| https://www.algolia.com/customers | View all customer stories | new tab | Add '(opens in new tab)' to text |
| /distributed-secure/security-compliance | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Security Compliance | |||
| /policies/anti-modern-slavery-statement | Anti-Modern Slavery Statement | new tab | Add '(opens in new tab)' to text |
| /lp/subscription-newsletter | Get the latest in AI search - … | img no alt | Add alt attribute to the image |
| javascript:void(0); | here | generic text | Replace with descriptive text |
Before: here Suggested: Javascript:Void(0); | |||
| https://www.algolia.com/policies/cookies… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#; #; https://www.algolia.com/lp/algolia-forrester-tei-report-2026;
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
Generic link text like 'click here' doesn't describe the destination.
/products/ai-search ("Learn more"); /products/ai/generative-experiences ("Learn more"); /products/ai/agent-studio ("Learn more"); http://docsearch.algolia.com ("Learn more"); /products/ai-search ("Learn more"); /products/features/neuralsearch ("Learn more"); /products/features/analytics ("Learn more"); /products/features/personalization ("Learn more"); /products/features/ai-ranking ("Learn more"); /distributed-secure/security-compliance ("Learn more") (+1 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://dashboard.algolia.com/users/sign_up; https://dashboard.algolia.com/users/sign_up; https://www.algolia.com/developers; https://www.algolia.com/customers; /policies/anti-modern-slavery-statement; https://www.algolia.com/policies/cookies/; https://www.onetrust.com/products/cookie-consent/
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
D404 Error PageActionHTTP 404, custom pageFIX
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLighthouse Accessibility AuditsActionScore 75/100 — 8 failing, 25 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.
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 |
|---|
div.dark > header#main-header > div.header__middle-bar > button#toggleMobileNav div.dark > header#main-header > div.header__middle-bar > button#toggleMobileNav |
div#filter-container > div.w-4/5 > div.block > button#close-filters div#filter-container > div.w-4/5 > div.block > button#close-filters |
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#refinements-container > div#mobile-refinements > div#other-types-btn > img.inline-block div#refinements-container > div#mobile-refinements > div#other-types-btn > img.inline-block |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
li.ais-InfiniteHits-item > a.hit > div.block > img.w-full li.ais-InfiniteHits-item > a.hit > div.block > img.w-full |
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.teaser > div.cmp-teaser > div.cmp-teaser__image > a div.teaser > div.cmp-teaser > div.cmp-teaser__image > a |
div#teaser-container > div.customer_card_section > div.teaser-with-cta > a div#teaser-container > div.customer_card_section > div.teaser-with-cta > a |
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 |
|---|
The Total Economic Impact of Algolia div.teaser > div.cmp-teaser > div.cmp-teaser__content > h5.cmp-teaser__title |
Quickly surface the right content div.customer_card_section > div.teaser-with-cta > div.cmp-teaser__content > h4.text-[21px] |
BSI C5 div.h-full > div.flex > div.flex > h4.text-[14px] |
div.footer_items > div.flex-1 > div > h4.font-inter div.footer_items > div.flex-1 > div > h4.font-inter |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Careers
Contact Us
About Algolia
Anti-Modern Slavery Statement div.footer_items > div.flex-1 > div > ul.m-0 |
Get the latest in AI search - straight to your inbox. div.footer_items > div.flex-none > div.mt-10 > ul.m-0 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to persona 1 div.w-full > div.relative > div.agentic-hero-dots > button.agentic-hero-dot |
Go to persona 2 div.w-full > div.relative > div.agentic-hero-dots > button.agentic-hero-dot |
Cookie settings div.flex > ul.m-0 > li > button#ot-sdk-btn |
Trust Center div.flex > ul.m-0 > li > a.block |
Privacy Policy div.flex > ul.m-0 > li > a.block |
Terms of service div.flex > ul.m-0 > li > a.block |
Acceptable Use Policy div.flex > ul.m-0 > li > a.block |
These items highlight common accessibility best practices.
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 |
|---|
✕
Thanks for visiting! 👋 I can help answer any questions about Algolia. body.font-inter > div#af-preopen-hook-fea6a095-e400-47fa-a726-8d6103a5c134 > div.af-preopen-hook__bubble |
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #autocomplete-0-input | search | (Search…) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" id="autocomplete-0-input">
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+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 Agentic. Generative.… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Learn | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Use Case | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Framework | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Programming Language | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Integrations | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 AI Search | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Events - Webinars, c… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Security Measures | … | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Learn all about secu… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Understanding Al tra… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Infrastructure for s… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Web Crawler | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Creating an advanced… | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Personalization | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Rules | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 A/B testing | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Autocomplete | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 Ecommerce | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | Pass |
| h2 SaaS | 19.43:1 | 3.0:1 | #000000 | #F6F6F6 | 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.