Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FForm AccessibilityAction8 of 47 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #preferences_AFRICAN_AMERICAN | checkbox | none | |
| #preferences_ASIAN_AMERICAN | checkbox | none | |
| #preferences_AUDIO | checkbox | none | |
| #preferences_BOOK_CLUB | checkbox | none | |
| #preferences_BIO_AUTO_MEMOIR | checkbox | none | |
| #preferences_BUSINESS_PERSONALFINANCE | checkbox | none | |
| #preferences_CHILDREN_06 | checkbox | none | |
| #preferences_CHILDREN_712 | checkbox | none | |
| #preferences_CHRISTIAN | checkbox | none | |
| #preferences_CULINARY | checkbox | none | |
| #preferences_DYSTOPIAN | checkbox | none | |
| #preferences_EBOOKS | checkbox | none | |
| #preferences_CELEB_ENT_POP | checkbox | none | |
| #preferences_FANTASY | checkbox | none | |
| #preferences_FICTION | checkbox | none | |
| #preferences_GRAPHIC_NOVELS | checkbox | none | |
| #preferences_HISTORICAL_FICTION | checkbox | none | |
| #preferences_HISTORY | checkbox | none | |
| #preferences_HORROR | checkbox | none | |
| #preferences_INDIE_EMERGING | checkbox | none | |
| #preferences_INDIGENOUS_NATIVE_AMERICAN | checkbox | none | |
| #preferences_LATINX_HISPANIC | checkbox | none | |
| #preferences_LITRPG | checkbox | none | |
| #preferences_MYSTERY | checkbox | none | |
| #preferences_POETRY | checkbox | none | |
| #preferences_POLITICS | checkbox | none | |
| #preferences_ROMANCE | checkbox | none | |
| #preferences_ROMANTASY_DARKROM_URBANROM | checkbox | none | |
| #preferences_SCIFI_FANTASY | checkbox | none | |
| #preferences_SELFHELP | checkbox | none | |
| #preferences_SPORTS | checkbox | none | |
| #preferences_TEEN | checkbox | none | |
| #preferences_THRILLER_SUSPENSE | checkbox | none | |
| #preferences_YOUR_LIFESTYLE_DIGEST | checkbox | none | |
| #preferences_SPANISH_LANGUAGE | checkbox | none | |
| #first_name | text | Your First Name | for/id |
| #mob | select | Birth Month | for/id |
| #zip_code | text | Zip Code | for/id |
| #state | select | State | for/id |
| #header-search-bar | text | (find a book or author) | placeholder only |
| query | text | (find a book or author) | placeholder only |
| #email_address_ce37c4e2-cc55-4a43-9197-0286f039a298 | (Email) | placeholder only | |
| #email_address_1c518528-33c0-4efe-996f-9ec427fa3bfa | (Email) | placeholder only | |
| input | submit | (none) | none |
| commit | submit | (none) | none |
| commit | submit | (none) | none |
| commit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="submit" name="commit">; <input type="submit" name="commit">; <input type="submit" name="commit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="query" id="header-search-bar">; <input type="text" name="query">; <input type="email" name="email" id="email_address_ce37c4e2-cc55-4a43-9197-0286f039a298">; <input type="email" name="email" id="email_address_1c518528-33c0-4efe-996f-9ec427fa3bfa">
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
F404 Error PageActionHTTP 403, custom 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
BLandmark Structure8 landmarksREVIEW
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
CHeading HierarchyAction17 headings, 1 skip(s)REVIEW
- H2 Get a FREE ebook by joining our mailing list today!
- H2 Bestsellers
- H2 On Our Radar
- H2 Trending Titles
- H2 New Fiction
- H2 New Nonfiction
- H2 What to Read Next...
- H2 Books for Children & Teens
- H2 See Your Favorite Authors
- H2 Discover Ebook Deals!
- H2 More for You
- H6 About Simon & Schuster skipped
- H6 International Sites
- H6 Connect with Simon & Schuster
- H6 Resources
- H6 Help
- H6 More from Simon & Schuster
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
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
CLink & Button QualityAction2 issue(s) across 253 links and 24 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.simonandschuster.com/books/T… | (empty) | empty | Add link text or aria-label |
| https://www.simonandschuster.com/p/terms… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/priva… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/notic… | Notice of Financial Incentive | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/c/free-… | full terms and conditions and … | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/mothe… | Shop Now | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/mothe… | Shop Now | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/L… | Livonia Chow Mein by Abigail S… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/L… | "An utterly enjoyable read." … | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/L… | "An utterly enjoyable read." … | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/L… | A gripping story of family his… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/L… | Livonia Chow Mein by Abigail S… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/P… | Powerless (Full-Cast Dramatize… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/P… | An Immersive New Audiobook! | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/P… | An Immersive New Audiobook! | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/P… | Adapted from the New York Time… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/P… | Powerless (Full-Cast Dramatize… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/T… | This Vast Enterprise by Craig … | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/T… | A New History of Lewis & Clark | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/T… | A New History of Lewis & Clark | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/T… | For the first time in a genera… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/books/T… | This Vast Enterprise by Craig … | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/sprin… | Shop Now | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/sprin… | Shop Now | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/bcf-t… | Enter for a chance to win a co… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/roman… | Romance eBook Deals | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/thril… | Thriller eBook Deals | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/histo… | History in 5 eBook Deals | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/ebook… | Discover Discount Reads | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/m/tips-… | Books for Cooks eBook Deals | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/your-… | Your Lifestyle Digest eBook De… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/ameri… | America's 250 Anniversary | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/mothe… | Mother's Day Gift Guide | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/sprin… | Shop our Spring Must-Reads | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/poetr… | Our Poetry Staff Picks | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/books… | Simon & Schuster's Books Like … | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/banne… | Books Belong Everywhere: Read … | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/the-w… | The Write Reasons: A Podcast b… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschusterpublishing.c… | Read & Learn with Simon Kids -… | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/teen | Simon Teen | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/terms… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/priva… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/p/notic… | Notice of Financial Incentive | new tab | Add '(opens in new tab)' to text |
| https://www.simonandschuster.com/c/free-… | full terms and conditions and … | new tab | Add '(opens in new tab)' to text |
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.simonandschuster.com/books/The-Caretaker/Marcus-Kliewer/978198219…
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.simonandschuster.com/p/terms-of-use; https://www.simonandschuster.com/p/privacy-policy; https://www.simonandschuster.com/p/notice-of-financial-incentive; https://www.simonandschuster.com/c/free-ebook-offer; https://www.simonandschuster.com/p/mothers-day-gift-guide; https://www.simonandschuster.com/p/mothers-day-gift-guide; https://www.simonandschuster.com/books/Livonia-Chow-Mein/Abigail-Savitch-Lew/…; https://www.simonandschuster.com/books/Livonia-Chow-Mein/Abigail-Savitch-Lew/…; https://www.simonandschuster.com/books/Livonia-Chow-Mein/Abigail-Savitch-Lew/…; https://www.simonandschuster.com/books/Livonia-Chow-Mein/Abigail-Savitch-Lew/… (+33 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
Icon-only buttons need an aria-label so screen readers can announce them.
input[type="submit"].button (#196 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, 1 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 |
|---|---|---|---|---|---|
| h2 Get a FREE ebook by … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Bestsellers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 On Our Radar | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trending Titles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 New Fiction | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 New Nonfiction | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What to Read Next... | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Books for Children &… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 See Your Favorite Au… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover Ebook Deals… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More for You | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title New Book Releases, B… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to Main Content | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a 30% off hardcovers w… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign up and get a fr… | 5.97:1 | 4.5:1 | #000000 | #7A8D84 | Pass |
| a Don’t miss our ebo… | 9.24:1 | 4.5:1 | #000000 | #9EB0A9 | Pass |
| a Avoid publishing sca… | 8.99:1 | 4.5:1 | #000000 | #9AAEA7 | Pass |
| a categories | 8.29:1 | 4.5:1 | #000000 | #90A8A0 | Pass |
| a Audiobooks | 7.76:1 | 4.5:1 | #000000 | #8CA29B | Pass |
| a Biography & Memoir | 5.36:1 | 4.5:1 | #000000 | #69877D | 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 70/100 — 10 failing, 20 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
navigation menu div.floating-header > nav.navbar > div.navbar-brand > div.navbar-burger |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Livonia Chow Mein by Abigail Savitch-Lew div.columns > div.column > div.card > a |
Powerless (Full-Cast Dramatized Adaptation) by Lauren Roberts div.columns > div.column > div.card > a |
This Vast Enterprise by Craig Fehrman div.columns > div.column > div.card > a |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
navigation menu div.floating-header > nav.navbar > div.navbar-brand > div.navbar-burger |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.navbar-brand > div.navbar-item > a > button.accessible div.navbar-brand > div.navbar-item > a > button.accessible |
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.carousel-container > div.carousel-item > div > a div.carousel-container > div.carousel-item > div > a |
Enter for a chance to win a copy of The Burning Side by Sarah Damoff! Terms App… div.columns > div.column > div.has-text-centered > a |
Image of Kristy Woodson Harvey div.swiper-slide > div.overlay-container > picture > a |
Image of Tom Perrotta div.swiper-slide > div.overlay-container > picture > a |
Image of Penn Cole div.swiper-slide > div.overlay-container > picture > a |
Image of Colm Toibin div.swiper-slide > div.overlay-container > picture > a |
Image of Megan Kate Nelson div.swiper-slide > div.overlay-container > picture > a |
Image of Robert Moor div.swiper-slide > div.overlay-container > picture > a |
Image of Marcus Kliewer div.swiper-slide > div.overlay-container > picture > a |
Image of Jess Hilarious div.swiper-slide > div.overlay-container > picture > a |
Romance eBook Deals div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Thriller eBook Deals div.swiper > div.swiper-wrapper > div.swiper-slide > a |
History in 5 eBook Deals div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Discover Discount Reads div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Books for Cooks eBook Deals div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Your Lifestyle Digest eBook Deals div.swiper > div.swiper-wrapper > div.swiper-slide > a |
America's 250 Anniversary div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Mother's Day Gift Guide div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Shop our Spring Must-Reads div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Our Poetry Staff Picks div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Simon & Schuster's Books Like Us - Powerful Stories. Diverse Voices. Learn More div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Books Belong Everywhere: Read Banned Books! div.swiper > div.swiper-wrapper > div.swiper-slide > a |
The Write Reasons: A Podcast by Simon & Schuster div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Read & Learn with Simon Kids - Learn More div.swiper > div.swiper-wrapper > div.swiper-slide > a |
Simon Teen div.swiper > div.swiper-wrapper > div.swiper-slide > 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.
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 |
|---|
Gift the perfect book for every kind of mom. From historical fiction and cozy m… div.columns > div.column > div.with-padding-small > p.subtitle |
As the sun returns and flowers bloom, take a similar approach of renewal to you… div.columns > div.column > div.with-padding-small > p.subtitle |
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 |
|---|
About Simon & Schuster div.columns > div.column > div > h6.has-text-weight-semibold |
These are opportunities to improve keyboard navigation in your application.
Best practices
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 |
|---|
Simon and Schuster homepage nav.navbar > div.navbar-brand > div.navbar-item > a |
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 html |
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 |
|---|
START READING div.card > div.card-content > div.content > a |
LISTEN TO THE AUDIOBOOK div.card > div.card-content > div.content > a |
LEARN MORE div.card > div.card-content > div.content > a |