Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Wildcard '*' found in script source
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/4fa7a08f-140f-48c6-8185-eae5522cbee5)<a href="https://beavercheck.com/results/4fa7a08f-140f-48c6-8185-eae5522cbee5"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsimonandschuster.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsimonandschuster.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~30%.
Page takes 15.9s to load
+12% bounceUsers abandon at ~3s — you're 13.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 351ms after first paint
Fix: Defer third-party scripts and split large bundles
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
4 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
61 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €0.62/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€0.62 /mo
~€7.41 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,007 / year if left unfixed
€120,500,000
+6 more
€0.62 /mo
8332.1 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
351 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.45 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
15.89 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Shop Our Mother's Day Gift Guide div.columns > div.column > a > img.lazyautosizes | /assets_us/mother's-day-tentpoles-content-card.png | 165.7 KiB | 122.9 KiB |
Get a FREE ebook by joining our mailing list today!
Plus, receive recommendati… div.columns > div.column > div.with-padding-sides-very-small-mobile > div.signup-background | d1dyndsnc54cq8.cloudfront.net/assets/540a7631d3f89742b767e53536e7ebc7.jpg | 25.7 KiB | 19.9 KiB |
This Land is Your Land div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668033104/this-land-is-your-land... | 19.1 KiB | 12.4 KiB |
Theo of Golden div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668236512/theo-of-golden-9781668... | 11.0 KiB | 4.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| d1dyndsnc54cq8.cloudfront.net/assets/application_639907eb8e5e4e5f9814.css | 31.0 KiB | 903 ms |
| d1dyndsnc54cq8.cloudfront.net/assets/promo_ticker_6b2447ddbbd5639cf418.css | 1.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| simonandschuster.com/ | 995 ms |
| www.simonandschuster.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-P2LJ2NV | 177.7 KiB | 78.9 KiB |
| d1dyndsnc54cq8.cloudfront.net/assets/application_adbe318fb7b4a6039ab7.js | 99.0 KiB | 50.0 KiB |
| sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js | 59.5 KiB | 32.2 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.0 s |
| Other | 521 ms |
| Style & Layout | 363 ms |
| Rendering | 122 ms |
| Script Parsing & Compilation | 115 ms |
| Parse HTML & CSS | 44 ms |
| Garbage Collection | 34 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| d1dyndsnc54cq8.cloudfront.net/assets/application_639907eb8e5e4e5f9814.css | 30.4 KiB | 26.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Shop Our Mother's Day Gift Guide div.columns > div.column > a > img.lazyautosizes | /assets_us/mother's-day-tentpoles-content-card.png |
Rory div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668068809/rory-9781668068809.jpg |
Apple div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781982134594/apple-9781982134594.jpg |
This Land is Your Land div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668033104/this-land-is-your-land... |
Theo of Golden div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668236512/theo-of-golden-9781668... |
A Walk in the Park div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
King Arthur Baking Company's Book of Pizza div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Once Upon a Time div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
I'm Glad My Mom Died div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Unbound div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Arsenio div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Livonia Chow Mein by Abigail Savitch-Lew a > div.card-image > figure.image > img.lazyload | |
Powerless (Full-Cast Dramatized Adaptation) by Lauren Roberts a > div.card-image > figure.image > img.lazyload | |
This Vast Enterprise by Craig Fehrman a > div.card-image > figure.image > img.lazyload | |
Burn of the Everflame div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Look at Me div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Welcome to the Afterlife div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
I Think My Therapist Hates Me div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
I Only Shout So You Can Hear Me div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Start With Yourself div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Story of Us div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
King Arthur Baking Company's Book of Pizza div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Once Upon a Trainwreck div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Happy Snacking, Don't Die! div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Secrets div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Chambermaid's Key div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Permanence div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
City of Gods and Monsters div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
We Lived on the Horizon div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Bright Years div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Photonic Effect div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Confessions div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Usual Desire to Kill div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Julie Chan Is Dead div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Our World in Ten Buildings div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Unmasked div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Cryptocurrency 101 div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Fate of the Generals div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Motherload div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Art for Everyone div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Exit Wounds div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Detoxify div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The 10 div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Shop Our Spring Must-Reads div.columns > div.column > a > img.lazyload | |
Enter for a chance to win a copy of The Burning Side by Sarah Damoff! Terms App… div.column > div.has-text-centered > a > img.lazyload | |
Little Ghost's Summerween div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Chicka Chicka I'm a Big Brother div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Chicka Chicka I'm a Big Sister div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Pup Days of Summer div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Girl of Lore div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Spy School Secret Service the Graphic Novel div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Infinite Shores div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Official Powerless Coloring Book div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Afterlands div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Sweet Clarity div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Image of Kristy Woodson Harvey div.overlay-container > picture > a > img.lazyload | |
Image of Tom Perrotta div.overlay-container > picture > a > img.lazyload | |
Image of Penn Cole div.overlay-container > picture > a > img.lazyload | |
Image of Colm Toibin div.overlay-container > picture > a > img.lazyload | |
Image of Megan Kate Nelson div.overlay-container > picture > a > img.lazyload | |
Image of Robert Moor div.overlay-container > picture > a > img.lazyload | |
Image of Marcus Kliewer div.overlay-container > picture > a > img.lazyload | |
Image of Jess Hilarious div.overlay-container > picture > a > img.lazyload | |
Romance eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
Thriller eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
History in 5 eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
Discover Discount Reads div.swiper-slide > a > figure.image > img.lazyload | |
Books for Cooks eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
Your Lifestyle Digest eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
America's 250 Anniversary div.swiper-slide > a > figure.image > img.lazyload | |
Mother's Day Gift Guide div.swiper-slide > a > figure.image > img.lazyload | |
Shop our Spring Must-Reads div.swiper-slide > a > figure.image > img.lazyload | |
Our Poetry Staff Picks div.swiper-slide > a > figure.image > img.lazyload | |
Simon & Schuster's Books Like Us - Powerful Stories. Diverse Voices. Learn More div.swiper-slide > a > figure.image > img.lazyload | |
Books Belong Everywhere: Read Banned Books! div.swiper-slide > a > figure.image > img.lazyload | |
The Write Reasons: A Podcast by Simon & Schuster div.swiper-slide > a > figure.image > img.lazyload | |
Read & Learn with Simon Kids - Learn More div.swiper-slide > a > figure.image > img.lazyload | |
Simon Teen div.swiper-slide > a > figure.image > img.lazyload |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
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.
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.
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.
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 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.googletagmanager.com/gtm.js?id=GTM-P2LJ2NV line 251, col 503 | Uncaught [object Object] |
www.googletagmanager.com/gtm.js?id=GTM-P2LJ2NV line 251, col 503 | Uncaught [object Object] |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.simonandschuster.com/books/This-Vast-Enterprise/Craig-Fehrman/9781982174248 | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
929 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.019
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.52 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.09 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Shop Our Mother's Day Gift Guide div.columns > div.column > a > img.lazyautosizes | /assets_us/mother's-day-tentpoles-content-card.png | 165.7 KiB | 140.8 KiB |
Get a FREE ebook by joining our mailing list today!
Plus, receive recommendati… div.columns > div.column > div.with-padding-sides-very-small-mobile > div.signup-background | d1dyndsnc54cq8.cloudfront.net/assets/540a7631d3f89742b767e53536e7ebc7.jpg | 25.7 KiB | 19.9 KiB |
King Arthur Baking Company's Book of Pizza div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668054451/king-arthur-baking-com... | 23.5 KiB | 15.3 KiB |
A Walk in the Park div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781501183065/a-walk-in-the-park-978... | 21.6 KiB | 14.8 KiB |
This Land is Your Land div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668033104/this-land-is-your-land... | 19.1 KiB | 12.4 KiB |
Once Upon a Time div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781982178970/once-upon-a-time-97819... | 15.2 KiB | 8.4 KiB |
I'm Glad My Mom Died div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781982185831/im-glad-my-mom-died-97... | 12.9 KiB | 6.2 KiB |
Theo of Golden div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668236512/theo-of-golden-9781668... | 11.0 KiB | 4.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| d1dyndsnc54cq8.cloudfront.net/assets/application_639907eb8e5e4e5f9814.css | 31.0 KiB | 243 ms |
| d1dyndsnc54cq8.cloudfront.net/assets/promo_ticker_6b2447ddbbd5639cf418.css | 1.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| simonandschuster.com/ | 430 ms |
| www.simonandschuster.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| d1dyndsnc54cq8.cloudfront.net/assets/application_639907eb8e5e4e5f9814.css | 30.4 KiB | 26.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-P2LJ2NV | 177.7 KiB | 78.9 KiB |
| d1dyndsnc54cq8.cloudfront.net/assets/application_adbe318fb7b4a6039ab7.js | 99.0 KiB | 50.0 KiB |
| sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js | 59.5 KiB | 32.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Shop Our Mother's Day Gift Guide div.columns > div.column > a > img.lazyautosizes | /assets_us/mother's-day-tentpoles-content-card.png |
Rory div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668068809/rory-9781668068809.jpg |
Apple div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781982134594/apple-9781982134594.jpg |
King Arthur Baking Company's Book of Pizza div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668054451/king-arthur-baking-com... |
A Walk in the Park div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781501183065/a-walk-in-the-park-978... |
Once Upon a Time div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781982178970/once-upon-a-time-97819... |
This Land is Your Land div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668033104/this-land-is-your-land... |
Theo of Golden div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781668236512/theo-of-golden-9781668... |
I'm Glad My Mom Died div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyautosizes | /book_images/onix/cvr9781982185831/im-glad-my-mom-died-97... |
Unbound div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Arsenio div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Livonia Chow Mein by Abigail Savitch-Lew a > div.card-image > figure.image > img.lazyload | |
Powerless (Full-Cast Dramatized Adaptation) by Lauren Roberts a > div.card-image > figure.image > img.lazyload | |
This Vast Enterprise by Craig Fehrman a > div.card-image > figure.image > img.lazyload | |
Burn of the Everflame div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Look at Me div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Welcome to the Afterlife div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
I Think My Therapist Hates Me div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
I Only Shout So You Can Hear Me div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Start With Yourself div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Story of Us div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
King Arthur Baking Company's Book of Pizza div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Once Upon a Trainwreck div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Happy Snacking, Don't Die! div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Secrets div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Chambermaid's Key div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Permanence div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
City of Gods and Monsters div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
We Lived on the Horizon div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Bright Years div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Photonic Effect div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Confessions div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Usual Desire to Kill div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Julie Chan Is Dead div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Our World in Ten Buildings div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Unmasked div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Cryptocurrency 101 div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Fate of the Generals div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Motherload div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Art for Everyone div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Exit Wounds div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Detoxify div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The 10 div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Shop Our Spring Must-Reads div.columns > div.column > a > img.lazyload | |
Enter for a chance to win a copy of The Burning Side by Sarah Damoff! Terms App… div.column > div.has-text-centered > a > img.lazyload | |
Little Ghost's Summerween div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Chicka Chicka I'm a Big Brother div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Chicka Chicka I'm a Big Sister div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Pup Days of Summer div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Girl of Lore div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Spy School Secret Service the Graphic Novel div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Infinite Shores div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Official Powerless Coloring Book div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
The Afterlands div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Sweet Clarity div.book-tile-cover > div.overlay-container > a.book-tile-cover-link > img.lazyload | |
Image of Kristy Woodson Harvey div.overlay-container > picture > a > img.lazyload | |
Image of Tom Perrotta div.overlay-container > picture > a > img.lazyload | |
Image of Penn Cole div.overlay-container > picture > a > img.lazyload | |
Image of Colm Toibin div.overlay-container > picture > a > img.lazyload | |
Image of Megan Kate Nelson div.overlay-container > picture > a > img.lazyload | |
Image of Robert Moor div.overlay-container > picture > a > img.lazyload | |
Image of Marcus Kliewer div.overlay-container > picture > a > img.lazyload | |
Image of Jess Hilarious div.overlay-container > picture > a > img.lazyload | |
Romance eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
Thriller eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
History in 5 eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
Discover Discount Reads div.swiper-slide > a > figure.image > img.lazyload | |
Books for Cooks eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
Your Lifestyle Digest eBook Deals div.swiper-slide > a > figure.image > img.lazyload | |
America's 250 Anniversary div.swiper-slide > a > figure.image > img.lazyload | |
Mother's Day Gift Guide div.swiper-slide > a > figure.image > img.lazyload | |
Shop our Spring Must-Reads div.swiper-slide > a > figure.image > img.lazyload | |
Our Poetry Staff Picks div.swiper-slide > a > figure.image > img.lazyload | |
Simon & Schuster's Books Like Us - Powerful Stories. Diverse Voices. Learn More div.swiper-slide > a > figure.image > img.lazyload | |
Books Belong Everywhere: Read Banned Books! div.swiper-slide > a > figure.image > img.lazyload | |
The Write Reasons: A Podcast by Simon & Schuster div.swiper-slide > a > figure.image > img.lazyload | |
Read & Learn with Simon Kids - Learn More div.swiper-slide > a > figure.image > img.lazyload | |
Simon Teen div.swiper-slide > a > figure.image > img.lazyload |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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 |
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.
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.
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.
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.
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 |
CATEGORIES nav.navbar > div#navMenuSns > div.navbar-item > button.accessible |
AUTHORS div.floating-header > nav.navbar > div#navMenuSns > a.navbar-item |
AUTHORS nav.navbar > div#navMenuSns > a.navbar-item > button.accessible |
NEW RELEASES div.floating-header > nav.navbar > div#navMenuSns > a.navbar-item |
NEW RELEASES nav.navbar > div#navMenuSns > a.navbar-item > button.accessible |
BESTSELLERS nav.navbar > div#navMenuSns > div.navbar-item > button.accessible |
COLLECTIONS div.floating-header > nav.navbar > div#navMenuSns > a.navbar-item |
COLLECTIONS nav.navbar > div#navMenuSns > a.navbar-item > button.accessible |
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 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.googletagmanager.com/gtm.js?id=GTM-P2LJ2NV line 251, col 503 | Uncaught [object Object] |
www.googletagmanager.com/gtm.js?id=GTM-P2LJ2NV line 251, col 503 | Uncaught [object Object] |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.simonandschuster.com/books/This-Vast-Enterprise/Craig-Fehrman/9781982174248 | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback