Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 23.7s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Page weighs 14.5 MB (6.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
588 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
589 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
Nothing in this quadrant — good news.
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/bdab950c-3b3f-4c6f-90a8-c5326db0e4ae)<a href="https://beavercheck.com/results/bdab950c-3b3f-4c6f-90a8-c5326db0e4ae"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fharpercollins.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fharpercollins.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 23.7s exceeds Google's 2.5s 'Good' threshold and the 4 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your conversion rate.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 23.7s to load
+12% bounceUsers abandon at ~3s — you're 21.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 5.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$950 investment → $1.64/month returns + USD 157,500 risk avoided
$950
10h · 5 findings
$1.64 /mo
~$20 / year
USD 157,500
if kept compliant
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.
9.5 developer hours at $100/hr
Based on United States rates ($100/hr)
$13,127 / month at risk
~$157,520 / year if left unfixed
$157,500
+4 more
$1.64 /mo
20473.5 MB/mo × 0.080 USD/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 2 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.
11.83 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.19 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.030
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.88 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.
33.52 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 | |
|---|---|---|---|
Come Eat by Melissa Ben-Ishay (9780063451636) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063451650_c3817265-b496-4468-b651-e46... | 179.0 KiB | 175.6 KiB |
Shadow Strike by Brad Taylor (9780063433199) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063433229_82e95ebe-5668-44e5-a99d-5f9... | 140.6 KiB | 136.4 KiB |
Remarkably Bright Creatures [Movie Tie-in] by Shelby Van Pelt (9780063512955) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063512955_540x.jpg?v=1775768828 | 110.8 KiB | 106.5 KiB |
Divergent Deluxe Limited Edition by Veronica Roth, Nicolas Delort (978006348212… div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063482128_540x.jpg?v=1774435270 | 97.5 KiB | 93.2 KiB |
Reborn by Jaymin Eve (9780778306047) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780778306047_540x.jpg?v=1776565436 | 95.1 KiB | 91.2 KiB |
The Rough Side of the Mountain by Keisha Lance Bottoms (9780063420083) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063420106_80915f20-55c1-44a5-a4a2-722... | 89.5 KiB | 85.3 KiB |
BillboardOverlay ReleaseMe a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay-ReleaseMe_780x.png?v=177... | 92.3 KiB | 82.8 KiB |
New_in_Historical_Fiction_2026_TileAd div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/New_in_Historical_Fiction_2026_TileAd_600... | 89.5 KiB | 77.3 KiB |
HCP Homepage TileAd Grad div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HCP-Homepage-TileAd-Grad_600x.png?v=17767... | 70.6 KiB | 58.5 KiB |
TileAd_WinniePooh div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/TileAd_WinniePooh_600x.png?v=1729631081 | 62.0 KiB | 49.8 KiB |
BillboardOverlay2CherryBaby a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay2_CherryBaby_780x.png?v=1... | 58.1 KiB | 49.6 KiB |
BillboardOverlayStarside a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay_Starside_780x.png?v=1774... | 54.2 KiB | 44.7 KiB |
BillboardOverlayTEWI a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/BillboardOverlay_TEWI_780x.png?v=1775581912 | 47.1 KiB | 38.6 KiB |
HCcomTileAd_NomadEditions V2b div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HCcomTileAd_NomadEditions-V2b_600x.png?v=... | 42.6 KiB | 31.0 KiB |
Overlay800x34050b4e62b 8dbc 49b1 babd 2bc606de06bf a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/Overlay_800x340_50b4e62b-8dbc-49b1-babd-2... | 33.0 KiB | 25.5 KiB |
TileAd_Kids100 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/TileAd_Kids100_600x.png?v=1775063317 | 26.4 KiB | 19.2 KiB |
New in Memoir & Biography div.row > div.col-md-4 > a.spotlight-block > img | /cdn/shop/files/HCP-Homepage-Spotlight-memoirs3_600x.png?... | 32.3 KiB | 19.2 KiB |
div > div > div.sailthru_0_0_0 > img div > div > div.sailthru_0_0_0 > img | /fss/flelv5/a0893b4f-eab4-4495-af29-968048b08b86/hcp-logo... | 18.0 KiB | 17.0 KiB |
Find the Perfect Gift div.row > div.col-md-4 > a.spotlight-block > img | /cdn/shop/files/HCP-Homepage-Spotlight-MothersDay-Final_6... | 23.4 KiB | 13.9 KiB |
Tile3_Spotify div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/Tile3_Spotify_600x.png?v=1730397256 | 18.2 KiB | 13.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 |
|---|---|---|
| /css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,... | 1.3 KiB | 164 ms |
| /cdn/shop/t/8/assets/vue.min.js?v=17382022256029746221158... | 32.6 KiB | 766 ms |
| /cdn/shop/t/8/assets/bootstrap.min.css?v=5927244447714181... | 20.2 KiB | 766 ms |
| /cdn/shop/t/8/assets/cart-drawer.css?v=842942093884082011... | 2.4 KiB | 153 ms |
| /cdn/shopifycloud/portable-wallets/latest/accelerated-che... | 2.1 KiB | |
| /cdn/shop/t/8/assets/theme-critical.css?v=103820723354404... | 5.6 KiB | 153 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| harpercollins.com/ | 885 ms |
| www.harpercollins.com/ | 0.0 ms |
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 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 |
|---|---|---|
| cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css | 32.4 KiB | 31.3 KiB |
| /cdn/shop/t/8/assets/bootstrap.min.css?v=5927244447714181... | 19.6 KiB | 18.7 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-16769633610&cx=c>m=4e64h1 | 143.5 KiB | 60.8 KiB |
| www.googletagmanager.com/gtag/js?id=DC-15547771&cx=c>m=4e64h1 | 129.3 KiB | 60.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5J46CG3 | 180.1 KiB | 59.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-BWH2Y83W11&cx=c>m=4e64h1 | 151.0 KiB | 59.6 KiB |
| /cdn/shop/t/8/assets/algolia_externals.js?v=1314249531217... | 80.6 KiB | 59.0 KiB |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMg.js | 89.6 KiB | 47.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.8 KiB |
| ak.sail-horizon.com/spm/spm.v1.min.js | 47.7 KiB | 29.6 KiB |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 55.1 KiB | 28.7 KiB |
| vpodv.harpercollins.com/eat/core | 48.7 KiB | 27.3 KiB |
| www.harpercollins.com/cdn/wpm/b5153dfa3wa14e0a32p72aa89e7m94579b79m.js | 59.9 KiB | 24.9 KiB |
| b-code.liadm.com/a-0172.min.js | 46.8 KiB | 20.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 12.5 s |
| Other | 6.1 s |
| Style & Layout | 3.3 s |
| Script Parsing & Compilation | 903 ms |
| Rendering | 674 ms |
| Parse HTML & CSS | 285 ms |
| Garbage Collection | 239 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| shopify-webhooks.sailthru.com/shopify.js?shop=harpercollins-us.myshopify.com | 24.2 KiB | 10.4 KiB |
| inline: function st_runDataValidation(form) { … | 4.0 KiB | 2.6 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 | |
|---|---|
BillboardOverlayStarside a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay_Starside_780x.png?v=1774... |
Overlay800x34050b4e62b 8dbc 49b1 babd 2bc606de06bf a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/Overlay_800x340_50b4e62b-8dbc-49b1-babd-2... |
BillboardOverlayStarside a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay_Starside_780x.png?v=1774... |
BillboardOverlay ReleaseMe a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay-ReleaseMe_780x.png?v=177... |
BillboardOverlay2CherryBaby a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay2_CherryBaby_780x.png?v=1... |
BillboardOverlayTEWI a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/BillboardOverlay_TEWI_780x.png?v=1775581912 |
BillboardOverlay2SOE a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/BillboardOverlay2_SOE_780x.png?v=1775072619 |
BillboardOverlay2CherryBaby a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay2_CherryBaby_780x.png?v=1... |
New in Memoir & Biography div.row > div.col-md-4 > a.spotlight-block > img | /cdn/shop/files/HCP-Homepage-Spotlight-memoirs3_600x.png?... |
Lines Worth Returning To div.row > div.col-md-4 > a.spotlight-block > img | /cdn/shop/files/Spotlight-Image_NPM2026_600x.png?v=177558... |
Find the Perfect Gift div.row > div.col-md-4 > a.spotlight-block > img | /cdn/shop/files/HCP-Homepage-Spotlight-MothersDay-Final_6... |
div > div > div.sailthru_0_0_0 > img div > div > div.sailthru_0_0_0 > img | /fss/flelv5/a0893b4f-eab4-4495-af29-968048b08b86/hcp-logo... |
Tile3_Spotify div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/Tile3_Spotify_600x.png?v=1730397256 |
HCP Homepage TileAd Grad div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HCP-Homepage-TileAd-Grad_600x.png?v=17767... |
HCcomTileAd_NomadEditions V2b div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HCcomTileAd_NomadEditions-V2b_600x.png?v=... |
Tile3_Spotify div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/Tile3_Spotify_600x.png?v=1730397256 |
HCP Homepage TileAd Grad div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HCP-Homepage-TileAd-Grad_600x.png?v=17767... |
TileAd_WinniePooh div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/TileAd_WinniePooh_600x.png?v=1729631081 |
New_in_Historical_Fiction_2026_TileAd div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/New_in_Historical_Fiction_2026_TileAd_600... |
TileAd_Kids100 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/TileAd_Kids100_600x.png?v=1775063317 |
TileAd_WinniePooh div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/TileAd_WinniePooh_600x.png?v=1729631081 |
New_in_Historical_Fiction_2026_TileAd div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/New_in_Historical_Fiction_2026_TileAd_600... |
Divergent Deluxe Limited Edition by Veronica Roth, Nicolas Delort (978006348212… div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063482128_540x.jpg?v=1774435270 |
Shadow Strike by Brad Taylor (9780063433199) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063433229_82e95ebe-5668-44e5-a99d-5f9... |
Afternoon Hours of a Hermit by Patrick Cottrell (9780063435063) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063435094_540x.jpg?v=1775244893 |
Remarkably Bright Creatures [Movie Tie-in] by Shelby Van Pelt (9780063512955) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063512955_540x.jpg?v=1775768828 |
What I Wish I Knew About Luck by Tina Seelig (9780063471368) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063471351_540x.jpg?v=1775581181 |
The Rough Side of the Mountain by Keisha Lance Bottoms (9780063420083) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063420106_80915f20-55c1-44a5-a4a2-722... |
Small Boat by Vincent Delecroix, Helen Stevenson (9780063491694) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063491717_3fee07c1-906c-4f12-a0f7-281... |
Reborn by Jaymin Eve (9780778306047) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780778306047_540x.jpg?v=1776565436 |
Come Eat by Melissa Ben-Ishay (9780063451636) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063451650_c3817265-b496-4468-b651-e46... |
left-arrow div.row > div.col-1 > div#swiper-button-prev-16474506515f631378-1 > img | /cdn/shop/t/8/assets/carousel-left.svg?v=1499575885140700... |
right arrow div.row > div.col-1 > div#swiper-button-next-16474506515f631378-1 > img | /cdn/shop/t/8/assets/carousel-right.svg?v=795100909965146... |
left-arrow div.row > div.col-1 > div#leftArrow368c5917-cd88-40d0-8081-aa1be8e207a2 > img.leftArrowImg | /cdn/shop/t/8/assets/carousel-left.svg?v=1499575885140700... |
right-arrow div.row > div.col-1 > div#rightArrow368c5917-cd88-40d0-8081-aa1be8e207a2 > img.rightArrowImg | /cdn/shop/t/8/assets/carousel-right.svg?v=795100909965146... |
left-arrow div.row > div.col-1 > div#leftArrow1586898863765 > img.leftArrowImg | /cdn/shop/t/8/assets/carousel-left.svg?v=1499575885140700... |
right-arrow div.row > div.col-1 > div#rightArrow1586898863765 > img.rightArrowImg | /cdn/shop/t/8/assets/carousel-right.svg?v=795100909965146... |
Footer Logo footer.hcFooter > div#m-subNav > a > img.subHeadImg | /cdn/shop/files/footer-logo_7ce61f7b-377b-4234-a833-402fa... |
Are you a childrens librarian or educator? div.roll-col > div.roll-call-container > a.imageUrl > img.rollCallImg | /cdn/shop/files/Harper_Stacks_thumbnail_-_new3_1110x.png?... |
Are you a librarian? div.roll-col > div.roll-call-container > a.imageUrl > img.rollCallImg | www.harpercollins.com/cdn/shop/files/RC-Bookshelf_1110x.png?v=1614765644 |
Are you a book club? div.roll-col > div.roll-call-container > a.imageUrl > img.rollCallImg | www.harpercollins.com/cdn/shop/files/RC-person_1110x.png?v=1614765644 |
Are you an educator? div.roll-col > div.roll-call-container > a.imageUrl > img.rollCallImg | www.harpercollins.com/cdn/shop/files/RC-Apple_1110x.png?v=1614765644 |
Sunshine, Lemons and Sea Salt by Donna Hay (9780063514164) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Lost Cities of El Norte by Peter Stark (9780063383883) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
I Choose Me by Jennie Garth (9780778305637) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Cherry Baby by Rainbow Rowell (9780063380264) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Auction (Deluxe Limited Edition) by Sadie Kincaid (9780778306085) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Left and the Lucky by Willy Vlautin (9780063346635) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Japanese Gothic by Kylie Lee Baker (9781335001559) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Thorn Queen Deluxe Limited Edition by Sasha Peyton Smith (9780063481152) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
A Soldier's Wife by Blair Underwood (9780063211872) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Queen and Her Presidents by Susan Page (9780063397392) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Amalfi Curse by Sarah Penner (9780778308003) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
RFK Jr. by Isabel Vincent (9780063472280) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Homesick Nomad by Brianna Madia (9780063440135) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Burn the Haystack by Jennie Young, PhD (9780063447578) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Release Me (Deluxe Limited Edition) by Tahereh Mafi (9780063480339) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Ending Writes Itself by Evelyn Clarke (9780063444614) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
What to Make of a Life by Jim Collins (9780063488809) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Wild Darling by Alexandra Moody (9780063485235) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Girl Dad by Sean Williams, Jay Davis (9780063464988) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Starside (Deluxe Limited Edition) by Alex Aster (9780063462434) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Phases by Brandy (9781335013279) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Wings That Bind (Deluxe Edition) by Briar Boleyn (9780778306351) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Warriors: Changing Skies #3: Chasing Shadows by Erin Hunter (9780063357167) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Wait With Me by Amy Daws (9781335219985) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
How Soccer Explains the World by Franklin Foer (9780063486768) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Lake Effect by Cynthia D'Aprix Sweeney (9780063377684) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
What Mattered Most by Ty Herndon, David Ritz (9780063360105) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
How a Little Becomes a Lot by Eric Zimmer (9780063420809) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Python's Kiss by Louise Erdrich (9780063375000) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Astral Library (Standard Edition) by Kate Quinn (9780063479753) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Everyone in This Bank Is a Thief by Benjamin Stevenson (9780063434387) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Littlest Elephant by Katherine Applegate, Lita Judge (9780063357785) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Black Out Loud by Geoff Bennett (9780063418172) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
City of Night Birds by Juhea Kim (9780063394759) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Strange Buildings by Uketsu (9780063517806) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
While We’re Here by Anne Wynter, Micha Archer (9780063238299) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Hooked by Asako Yuzuki, Polly Barton (9780063442412) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
This Will Be Interesting by E. B. Asher (9780063440319) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
No Friend to This House by Natalie Haynes (9780063258440) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Life on the Bridge by Kaelynn Partlow (9780063493506) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Social Circle by Sophie Wan (9781525800061) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
HC_Home_TileAd_Cookbooks2026 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
HC_Home_TileAd_Spring2026 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
Tile NEW_SpringGarde_1 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
Tile_DreamHarbor div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
Tile_Narnia div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
Tile_AmericanCl2 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
Tile_Discworld2 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
TileAd_CelebBkCb6 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
Tile_Tolkien_8d7f0459 2d3c 4ddd 9ad0 fa058d95a565 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
HarperCollins_Homepage_Graphic_Mobile_35949132 6911 4597 811b 67af11b5039c div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
TileAd_MinaLima div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
Tile.2_AgathaChris div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | |
Tile_UKLeGuin div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg |
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Looking for Your Next Favorite Read?
Get new releases, author news, recommendat… body.sailthru-overlay-no-scroll > section#sailthru-overlay-container |
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.cart__contents > div.cart__header > div.cart__header_close > button.cart__close div.cart__contents > div.cart__header > div.cart__header_close > button.cart__close |
body.sailthru-overlay-no-scroll > section#sailthru-overlay-container > div.sailthru-overlay > button.sailthru-overlay-close body.sailthru-overlay-no-scroll > section#sailthru-overlay-container > div.sailthru-overlay > button.sailthru-overlay-close |
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 |
|---|
nav#mobileNavWhole > div.leftHeader > a.navbar-brand > img nav#mobileNavWhole > div.leftHeader > a.navbar-brand > img |
div.mobileIconContain > div.iconContainer > a#mobile-account-link > img div.mobileIconContain > div.iconContainer > a#mobile-account-link > img |
div > div > div.sailthru_0_0_0 > img div > div > div.sailthru_0_0_0 > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.col-md-10 > iframe#hc-signup div.container > div.row > div.col-md-10 > iframe#hc-signup |
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.row > nav#mobileNavWhole > div.leftHeader > a.navbar-brand div.row > nav#mobileNavWhole > div.leftHeader > a.navbar-brand |
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 |
|---|
Stay up to date with new releases, author news, and reading picks—plus get 15% … body.sailthru-overlay-no-scroll > aside#shopify-section-header-promo-bar > a#header-promo-header-promo-bar > div.container |
BESTSELLERS div#shopify-section-16474506515f631378 > ul#tabsMobile > li.nav-item > a.nav-link |
COMING SOON div#shopify-section-16474506515f631378 > ul#tabsMobile > li.nav-item > a.nav-link |
privacy notice div.col-md-10 > div.section-fine-print > p > a |
privacypolicy@harpercollins.com div.col-md-10 > div.section-fine-print > p > a |
Privacy Policy div.col-md-10 > div.section-fine-print > p > a |
Terms of Service div.col-md-10 > div.section-fine-print > p > a |
Looking for Your Next Favorite Read? div > div > div.sailthru_0_0_1 > h2.top |
15% off div > div.sailthru_0_0_1 > div > strong |
div.sailthru-overlay > div > div > input#sailthru-user-acquisition-email div.sailthru-overlay > div > div > input#sailthru-user-acquisition-email |
privacypolicy@harpercollins.com div > div.sailthru_0_0_4 > div.legal > a |
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 |
|---|
New in Memoir & Biography div.row > div.col-md-4 > a.spotlight-block > h5 |
BROWSE AND SHOP section.rollCall > div.roll-call-header > div.roll-call-title > h5 |
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 |
|---|
Go to slide 1 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 2 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 3 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 4 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 5 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 6 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 7 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 8 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 9 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 10 div.browseAndShopSlider > div.row > div.swiper-pagination368c5917-cd88-40d0-8081-aa1be8e207a2 > span.swiper-pagination-bullet |
Go to slide 1 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
Go to slide 2 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
Go to slide 3 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
Go to slide 4 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
Go to slide 5 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
Go to slide 6 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
Go to slide 7 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
Go to slide 8 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
Go to slide 9 div.browseAndShopSlider > div.row > div.swiper-pagination1586898863765 > span.swiper-pagination-bullet |
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 |
|---|
Shop Now div.swiper-container > div.swiper-wrapper > div.swiper-slide > a.fourByTwo |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
nav#mobileNavWhole > div.leftHeader > a.navbar-brand > img nav#mobileNavWhole > div.leftHeader > a.navbar-brand > img | www.harpercollins.com/cdn/shop/files/FireandWaterLogo_30x.jpg?v=1614765644 | 30 x 30 | 30 x 32 | 45 x 45 |
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 |
|---|---|
| AttributionReporting |
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 |
|---|---|
/cdn/shop/t/8/assets/vue.min.js?v=17382022256029746221158... line 5, col 11751 | ReferenceError: $ is not defined
at wn.mounted (https://www.harpercollins.com/:2592:9)
at He (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:11397)
at Yt (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:25339)
at https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:68312
at wn.$mount (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:68331)
at wn.$mount (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:93549)
at t._init (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:33038)
at new wn (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:30368)
at https://www.harpercollins.com/:2523:13 |
/cdn/shop/t/8/assets/vue.min.js?v=17382022256029746221158... line 5, col 11751 | ReferenceError: axios is not defined
at wn.refreshCart (https://www.harpercollins.com/:2608:9)
at wn.mounted (https://www.harpercollins.com/:2621:12)
at He (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:11397)
at Yt (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:25339)
at https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:68312
at wn.$mount (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:68331)
at wn.$mount (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:93549)
at t._init (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:33038)
at new wn (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:30368)
at https://www.harpercollins.com/:2599:14 |
www.harpercollins.com/ line 5807, col 36 | SyntaxError: Failed to execute 'json' on 'Response': Unexpected token 'T', "There was "... is not valid JSON
at https://www.harpercollins.com/:5750:45
at Array.map (<anonymous>)
at https://www.harpercollins.com/:5748:67 |
TypeError: Cannot read properties of null (reading 'querySelectorAll')
at <anonymous>:1:97
at https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:1032:429
at uR (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:1034:31)
at Md.tR (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:1031:92)
at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:421:187)
at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:347:466)
at fb (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:310:719)
at eb (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:310:470)
at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:371:473)
at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:347:466) |
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.
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 |
|---|
nav#mobileNavWhole > div.leftHeader > a.navbar-brand > img nav#mobileNavWhole > div.leftHeader > a.navbar-brand > img |
div.mobileIconContain > div.iconContainer > a#mobile-account-link > img div.mobileIconContain > div.iconContainer > a#mobile-account-link > img |
div > div > div.sailthru_0_0_0 > img div > div > div.sailthru_0_0_0 > img |
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.
951 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
258 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.072
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.32 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.
7.12 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.
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 | |
|---|---|---|---|
BillboardOverlay ReleaseMe a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay-ReleaseMe_780x.png?v=177... | 92.3 KiB | 72.2 KiB |
BillboardOverlay2SOE a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/BillboardOverlay2_SOE_780x.png?v=1775072619 | 78.3 KiB | 60.3 KiB |
Come Eat by Melissa Ben-Ishay (9780063451636) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063451650_c3817265-b496-4468-b651-e46... | 48.9 KiB | 44.0 KiB |
The Amalfi Curse by Sarah Penner (9780778308003) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780369746917_54eb1a31-cc87-43c4-8adb-43a... | 48.8 KiB | 42.8 KiB |
BillboardOverlay2CherryBaby a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay2_CherryBaby_780x.png?v=1... | 58.1 KiB | 40.1 KiB |
The Lost Cities of El Norte by Peter Stark (9780063383883) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063383883_270x.jpg?v=1776540483 | 45.3 KiB | 39.4 KiB |
Small Boat by Vincent Delecroix, Helen Stevenson (9780063491694) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063491717_3fee07c1-906c-4f12-a0f7-281... | 43.6 KiB | 37.7 KiB |
The Auction (Deluxe Limited Edition) by Sadie Kincaid (9780778306085) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780778306085_270x.jpg?v=1776565050 | 43.9 KiB | 37.7 KiB |
Shadow Strike by Brad Taylor (9780063433199) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063433229_82e95ebe-5668-44e5-a99d-5f9... | 43.1 KiB | 37.1 KiB |
Looking for Your Next Favorite Read?
Get new releases, author news, recommendat… body.sailthru-overlay-no-scroll > section#sailthru-overlay-container > div.sailthru-overlay | media.sailthru.com/6jb/1ka/3/n/69c1b3ef4b336.jpg | 69.3 KiB | 34.7 KiB |
Remarkably Bright Creatures [Movie Tie-in] by Shelby Van Pelt (9780063512955) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063512955_270x.jpg?v=1775768828 | 40.1 KiB | 34.2 KiB |
BillboardOverlayStarside a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay_Starside_780x.png?v=1774... | 54.2 KiB | 34.0 KiB |
Japanese Gothic by Kylie Lee Baker (9781335001559) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780369774897_270x.jpg?v=1776565263 | 37.6 KiB | 31.6 KiB |
Divergent Deluxe Limited Edition by Veronica Roth, Nicolas Delort (978006348212… div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063482128_270x.jpg?v=1774435270 | 36.7 KiB | 30.7 KiB |
The Rough Side of the Mountain by Keisha Lance Bottoms (9780063420083) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063420106_80915f20-55c1-44a5-a4a2-722... | 35.6 KiB | 29.7 KiB |
BillboardOverlayTEWI a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/BillboardOverlay_TEWI_780x.png?v=1775581912 | 47.1 KiB | 29.1 KiB |
Afternoon Hours of a Hermit by Patrick Cottrell (9780063435063) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063435094_270x.jpg?v=1775244893 | 33.3 KiB | 27.3 KiB |
Homesick Nomad by Brianna Madia (9780063440135) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063440166_8b8a38c8-d057-433b-a01c-7e5... | 32.3 KiB | 26.3 KiB |
Burn the Haystack by Jennie Young, PhD (9780063447578) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063447554_270x.jpg?v=1776540602 | 32.2 KiB | 26.2 KiB |
Reborn by Jaymin Eve (9780778306047) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780778306047_270x.jpg?v=1776565436 | 30.8 KiB | 25.3 KiB |
The Thorn Queen Deluxe Limited Edition by Sasha Peyton Smith (9780063481152) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063481152_9efd921c-7aae-41e0-8ff0-354... | 28.6 KiB | 22.7 KiB |
Cherry Baby by Rainbow Rowell (9780063380264) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063380295_26f9ae70-989a-45c4-b0b4-2bd... | 28.1 KiB | 22.1 KiB |
A Soldier's Wife by Blair Underwood (9780063211872) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063211872_b580ff7e-9574-4134-b899-1c1... | 27.7 KiB | 21.7 KiB |
Release Me (Deluxe Limited Edition) by Tahereh Mafi (9780063480339) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063480339_270x.jpg?v=1775584508 | 26.6 KiB | 20.6 KiB |
RFK Jr. by Isabel Vincent (9780063472280) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063472259_270x.jpg?v=1776597394 | 25.7 KiB | 19.7 KiB |
Overlay800x34050b4e62b 8dbc 49b1 babd 2bc606de06bf a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/Overlay_800x340_50b4e62b-8dbc-49b1-babd-2... | 33.0 KiB | 17.2 KiB |
div > div > div.sailthru_0_0_0 > img div > div > div.sailthru_0_0_0 > img | /fss/flelv5/a0893b4f-eab4-4495-af29-968048b08b86/hcp-logo... | 18.0 KiB | 17.0 KiB |
Tile_Tolkien_8d7f0459 2d3c 4ddd 9ad0 fa058d95a565 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/Tile_Tolkien_8d7f0459-2d3c-4ddd-9ad0-fa05... | 27.9 KiB | 16.8 KiB |
I Choose Me by Jennie Garth (9780778305637) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9781488237324_15375989-d4ae-42bc-8f93-93f... | 22.2 KiB | 16.2 KiB |
The Queen and Her Presidents by Susan Page (9780063397392) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063397415_270x.jpg?v=1776531329 | 21.9 KiB | 15.9 KiB |
New_in_Historical_Fiction_2026_TileAd div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/New_in_Historical_Fiction_2026_TileAd_300... | 26.7 KiB | 15.6 KiB |
Sunshine, Lemons and Sea Salt by Donna Hay (9780063514164) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063514171_e1e12a7f-6d94-4513-9882-310... | 18.9 KiB | 14.1 KiB |
What I Wish I Knew About Luck by Tina Seelig (9780063471368) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063471351_270x.jpg?v=1775581181 | 18.7 KiB | 12.7 KiB |
Tile_DreamHarbor div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/Tile_DreamHarbor_300x.png?v=1757601355 | 22.5 KiB | 11.3 KiB |
TileAd_MinaLima div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/TileAd_MinaLima_300x.png?v=1760373513 | 20.5 KiB | 9.4 KiB |
HarperCollins_Homepage_Graphic_Mobile_35949132 6911 4597 811b 67af11b5039c div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HarperCollins_Homepage_Graphic_Mobile_359... | 19.3 KiB | 8.2 KiB |
HC_Home_TileAd_Cookbooks2026 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HC_Home_TileAd_Cookbooks2026_300x.png?v=1... | 18.3 KiB | 7.1 KiB |
TileAd_WinniePooh div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | www.harpercollins.com/cdn/shop/files/TileAd_WinniePooh_300x.png?v=1729631081 | 16.7 KiB | 5.5 KiB |
HCP Homepage TileAd Grad div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HCP-Homepage-TileAd-Grad_300x.png?v=17767... | 16.4 KiB | 5.2 KiB |
HC_Home_TileAd_Spring2026 div.swiper-wrapper > div.swiper-slide > a > img.visitOurImg | /cdn/shop/files/HC_Home_TileAd_Spring2026_300x.png?v=1776... | 15.8 KiB | 4.6 KiB |
Build Your Bookmail
Stay up to date on what you love—new releases, author upda… body.sailthru-overlay-no-scroll > main.main-content > div#shopify-section-newsletter_signup_Yh4QAr | /cdn/shop/t/8/assets/books_newsletter_bg.png?v=1547651083... | 45.1 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.
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.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 15 ms |
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 |
|---|---|
| harpercollins.com/ | 329 ms |
| www.harpercollins.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 |
|---|---|---|
| /cdn/shop/t/8/assets/bootstrap.min.css?v=5927244447714181... | 19.6 KiB | 18.7 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
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 6.4 s |
| Other | 2.3 s |
| Style & Layout | 933 ms |
| Rendering | 353 ms |
| Script Parsing & Compilation | 256 ms |
| Parse HTML & CSS | 97 ms |
| Garbage Collection | 94 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| shopify-webhooks.sailthru.com/shopify.js?shop=harpercollins-us.myshopify.com | 24.2 KiB | 10.4 KiB |
| inline: function st_runDataValidation(form) { … | 4.0 KiB | 2.6 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 | |
|---|---|
sun.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/sun.svg?v=13006734707744578563159113... |
BillboardOverlayStarside a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay_Starside_780x.png?v=1774... |
Overlay800x34050b4e62b 8dbc 49b1 babd 2bc606de06bf a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/Overlay_800x340_50b4e62b-8dbc-49b1-babd-2... |
BillboardOverlayStarside a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay_Starside_780x.png?v=1774... |
BillboardOverlay ReleaseMe a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay-ReleaseMe_780x.png?v=177... |
BillboardOverlay2CherryBaby a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay2_CherryBaby_780x.png?v=1... |
BillboardOverlayTEWI a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/BillboardOverlay_TEWI_780x.png?v=1775581912 |
BillboardOverlay2SOE a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/BillboardOverlay2_SOE_780x.png?v=1775072619 |
BillboardOverlay2CherryBaby a.fourByTwo > div.swiper-lazy > div.image-container > img.swiper-lazy | /cdn/shop/files/BillboardOverlay2_CherryBaby_780x.png?v=1... |
div > div > div.sailthru_0_0_0 > img div > div > div.sailthru_0_0_0 > img | /fss/flelv5/a0893b4f-eab4-4495-af29-968048b08b86/hcp-logo... |
New in Memoir & Biography div.row > div.col-md-4 > a.spotlight-block > img | /cdn/shop/files/HCP-Homepage-Spotlight-memoirs3_300x.png?... |
Lines Worth Returning To div.row > div.col-md-4 > a.spotlight-block > img | /cdn/shop/files/Spotlight-Image_NPM2026_300x.png?v=177558... |
Find the Perfect Gift div.row > div.col-md-4 > a.spotlight-block > img | /cdn/shop/files/HCP-Homepage-Spotlight-MothersDay-Final_3... |
The Auction (Deluxe Limited Edition) by Sadie Kincaid (9780778306085) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780778306085_270x.jpg?v=1776565050 |
Release Me (Deluxe Limited Edition) by Tahereh Mafi (9780063480339) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063480339_270x.jpg?v=1775584508 |
I Choose Me by Jennie Garth (9780778305637) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9781488237324_15375989-d4ae-42bc-8f93-93f... |
Japanese Gothic by Kylie Lee Baker (9781335001559) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780369774897_270x.jpg?v=1776565263 |
The Amalfi Curse by Sarah Penner (9780778308003) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780369746917_54eb1a31-cc87-43c4-8adb-43a... |
RFK Jr. by Isabel Vincent (9780063472280) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063472259_270x.jpg?v=1776597394 |
What to Make of a Life by Jim Collins (9780063488809) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063488793_af67b9d0-06d5-47bf-b832-5eb... |
Divergent Deluxe Limited Edition by Veronica Roth, Nicolas Delort (978006348212… div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063482128_270x.jpg?v=1774435270 |
Shadow Strike by Brad Taylor (9780063433199) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063433229_82e95ebe-5668-44e5-a99d-5f9... |
Remarkably Bright Creatures [Movie Tie-in] by Shelby Van Pelt (9780063512955) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063512955_270x.jpg?v=1775768828 |
Afternoon Hours of a Hermit by Patrick Cottrell (9780063435063) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063435094_270x.jpg?v=1775244893 |
What I Wish I Knew About Luck by Tina Seelig (9780063471368) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063471351_270x.jpg?v=1775581181 |
Cherry Baby by Rainbow Rowell (9780063380264) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063380295_26f9ae70-989a-45c4-b0b4-2bd... |
A Soldier's Wife by Blair Underwood (9780063211872) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063211872_b580ff7e-9574-4134-b899-1c1... |
The Queen and Her Presidents by Susan Page (9780063397392) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063397415_270x.jpg?v=1776531329 |
Homesick Nomad by Brianna Madia (9780063440135) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063440166_8b8a38c8-d057-433b-a01c-7e5... |
Burn the Haystack by Jennie Young, PhD (9780063447578) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063447554_270x.jpg?v=1776540602 |
Wild Darling by Alexandra Moody (9780063485235) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063485242_270x.jpg?v=1776475856 |
The Rough Side of the Mountain by Keisha Lance Bottoms (9780063420083) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063420106_80915f20-55c1-44a5-a4a2-722... |
The Lost Cities of El Norte by Peter Stark (9780063383883) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063383883_270x.jpg?v=1776540483 |
The Left and the Lucky by Willy Vlautin (9780063346635) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063346659_270x.jpg?v=1776364970 |
The Thorn Queen Deluxe Limited Edition by Sasha Peyton Smith (9780063481152) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063481152_9efd921c-7aae-41e0-8ff0-354... |
The Ending Writes Itself by Evelyn Clarke (9780063444614) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063444645_bf669e6e-67f4-4982-9be5-f8a... |
Small Boat by Vincent Delecroix, Helen Stevenson (9780063491694) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063491717_3fee07c1-906c-4f12-a0f7-281... |
Reborn by Jaymin Eve (9780778306047) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780778306047_270x.jpg?v=1776565436 |
Come Eat by Melissa Ben-Ishay (9780063451636) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063451650_c3817265-b496-4468-b651-e46... |
Sunshine, Lemons and Sea Salt by Donna Hay (9780063514164) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | /cdn/shop/files/9780063514171_e1e12a7f-6d94-4513-9882-310... |
tags-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/tags-solid.svg?v=4890339531142658714... |
space-shuttle-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/space-shuttle-solid.svg?v=1476626834... |
coffee-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/coffee-solid.svg?v=11044005316603248... |
trophy-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/trophy-solid.svg?v=16631529956709616... |
star-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/star-solid.svg?v=1394401084955454416... |
bullhorn-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/bullhorn-solid.svg?v=892476809382480... |
edit-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/edit-solid.svg?v=9881760352712071625... |
puzzle-piece-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/puzzle-piece-solid.svg?v=14694636537... |
Girl Dad by Sean Williams, Jay Davis (9780063464988) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | www.harpercollins.com/cdn/shop/files/9780063113633_270x.jpg?v=1776540602 |
certificate-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/certificate-solid.svg?v=590740886812... |
headphones-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/headphones-solid.svg?v=8561887195532... |
pencil-alt-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/pencil-alt-solid.svg?v=1144157249778... |
suitcase-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/suitcase-solid.svg?v=141027701594985... |
twitch-brands.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/twitch-brands.svg?v=7291508919161361... |
clock-regular.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/clock-regular.svg?v=1750312507703186... |
heart-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/heart-solid.svg?v=183840197343736326... |
list-alt-regular.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/list-alt-regular.svg?v=1779236942250... |
utensils-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/utensils-solid.svg?v=428962413148048... |
child-solid.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/child-solid.svg?v=253234376956799362... |
lightbulb-regular.svg div.row > div.col-md-3 > div.backgroundIcon > img.browseIcon | /cdn/shop/t/8/assets/lightbulb-regular.svg?v=167814293766... |
left-arrow div.row > div.col-1 > div#swiper-button-prev-16474506515f631378-1 > img | /cdn/shop/t/8/assets/carousel-left.svg?v=1499575885140700... |
right arrow div.row > div.col-1 > div#swiper-button-next-16474506515f631378-1 > img | /cdn/shop/t/8/assets/carousel-right.svg?v=795100909965146... |
left-arrow div.row > div.col-1 > div#leftArrow368c5917-cd88-40d0-8081-aa1be8e207a2 > img.leftArrowImg | /cdn/shop/t/8/assets/carousel-left.svg?v=1499575885140700... |
right-arrow div.row > div.col-1 > div#rightArrow368c5917-cd88-40d0-8081-aa1be8e207a2 > img.rightArrowImg | /cdn/shop/t/8/assets/carousel-right.svg?v=795100909965146... |
left-arrow div.row > div.col-1 > div#leftArrow1586898863765 > img.leftArrowImg | /cdn/shop/t/8/assets/carousel-left.svg?v=1499575885140700... |
right-arrow div.row > div.col-1 > div#rightArrow1586898863765 > img.rightArrowImg | /cdn/shop/t/8/assets/carousel-right.svg?v=795100909965146... |
Footer Logo div#rowContain > div.leftCol > a > img.subHeadImg | /cdn/shop/files/footer-logo_7ce61f7b-377b-4234-a833-402fa... |
Are you a childrens librarian or educator? div.roll-col > div.roll-call-container > a.imageUrl > img.rollCallImg | /cdn/shop/files/Harper_Stacks_thumbnail_-_new3_1110x.png?... |
Are you a librarian? div.roll-col > div.roll-call-container > a.imageUrl > img.rollCallImg | www.harpercollins.com/cdn/shop/files/RC-Bookshelf_1110x.png?v=1614765644 |
Are you a book club? div.roll-col > div.roll-call-container > a.imageUrl > img.rollCallImg | www.harpercollins.com/cdn/shop/files/RC-person_1110x.png?v=1614765644 |
Are you an educator? div.roll-col > div.roll-call-container > a.imageUrl > img.rollCallImg | www.harpercollins.com/cdn/shop/files/RC-Apple_1110x.png?v=1614765644 |
Starside (Deluxe Limited Edition) by Alex Aster (9780063462434) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Phases by Brandy (9781335013279) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Wings That Bind (Deluxe Edition) by Briar Boleyn (9780778306351) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Warriors: Changing Skies #3: Chasing Shadows by Erin Hunter (9780063357167) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Wait With Me by Amy Daws (9781335219985) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
How Soccer Explains the World by Franklin Foer (9780063486768) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Lake Effect by Cynthia D'Aprix Sweeney (9780063377684) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
What Mattered Most by Ty Herndon, David Ritz (9780063360105) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
How a Little Becomes a Lot by Eric Zimmer (9780063420809) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Python's Kiss by Louise Erdrich (9780063375000) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Astral Library (Standard Edition) by Kate Quinn (9780063479753) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Everyone in This Bank Is a Thief by Benjamin Stevenson (9780063434387) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Littlest Elephant by Katherine Applegate, Lita Judge (9780063357785) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Black Out Loud by Geoff Bennett (9780063418172) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
City of Night Birds by Juhea Kim (9780063394759) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Strange Buildings by Uketsu (9780063517806) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
While We’re Here by Anne Wynter, Micha Archer (9780063238299) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Hooked by Asako Yuzuki, Polly Barton (9780063442412) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
This Will Be Interesting by E. B. Asher (9780063440319) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
No Friend to This House by Natalie Haynes (9780063258440) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
Life on the Bridge by Kaelynn Partlow (9780063493506) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy | |
The Social Circle by Sophie Wan (9781525800061) div.swiper-wrapper > div.swiper-slide > a.swiper-link > img.swiper-lazy |
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Looking for Your Next Favorite Read?
Get new releases, author news, recommendat… body.sailthru-overlay-no-scroll > section#sailthru-overlay-container |
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.cart__contents > div.cart__header > div.cart__header_close > button.cart__close div.cart__contents > div.cart__header > div.cart__header_close > button.cart__close |
body.sailthru-overlay-no-scroll > section#sailthru-overlay-container > div.sailthru-overlay > button.sailthru-overlay-close body.sailthru-overlay-no-scroll > section#sailthru-overlay-container > div.sailthru-overlay > button.sailthru-overlay-close |
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.search-box > button.magnifying-glass > div > img div.search-box > button.magnifying-glass > div > img |
div.head-column > div.iconContainer > a#desktop-account-link > img div.head-column > div.iconContainer > a#desktop-account-link > img |
div > div > div.sailthru_0_0_0 > img div > div > div.sailthru_0_0_0 > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.col-md-10 > iframe#hc-signup div.container > div.row > div.col-md-10 > iframe#hc-signup |
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#desktop-header > div.row > h1.head-column > a div#desktop-header > div.row > h1.head-column > 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 |
|---|
Stay up to date with new releases, author news, and reading picks—plus get 15% … body.sailthru-overlay-no-scroll > aside#shopify-section-header-promo-bar > a#header-promo-header-promo-bar > div.container |
BESTSELLERS div#shopify-section-16474506515f631378 > ul#tabs > li.nav-item > a.nav-link |
COMING SOON div#shopify-section-16474506515f631378 > ul#tabs > li.nav-item > a.nav-link |
div.sailthru-overlay > div > div > input#sailthru-user-acquisition-email div.sailthru-overlay > div > div > input#sailthru-user-acquisition-email |
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 |
|---|
New in Memoir & Biography div.row > div.col-md-4 > a.spotlight-block > h5 |
BROWSE AND SHOP section.rollCall > div.roll-call-header > div.roll-call-title > h5 |
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 |
|---|
CONTACT US footer.hcFooter > ul.footNavCont > li > a.titleBold |
Customer Service li > ul.child > li > a.child-link |
For Authors li > ul.child > li > a.child-link |
OUR COMPANY footer.hcFooter > ul.footNavCont > li > a.titleBold |
About Us li > ul.child > li > a.child-link |
Our Values & Commitments li > ul.child > li > a.child-link |
Services, Sales & Rights li > ul.child > li > a.child-link |
Media li > ul.child > li > a.child-link |
Careers li > ul.child > li > a.child-link |
NOTICES footer.hcFooter > ul.footNavCont > li > a.titleBold |
Publishing Fraud Alert li > ul.child > li > a.child-link |
Recruitment Fraud Alert li > ul.child > li > a.child-link |
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 |
|---|
View Collection div.swiper-container > div.swiper-wrapper > div.swiper-slide > a.fourByTwo |
Adult Bestsellers div.container > div.row > div.col-md-3 > a.browseLinks |
Children's Bestsellers div.container > div.row > div.col-md-3 > a.browseLinks |
New Releases div.container > div.row > div.col-md-3 > a.browseLinks |
Coming Soon div.container > div.row > div.col-md-3 > a.browseLinks |
Audiobooks div.container > div.row > div.col-md-3 > a.browseLinks |
Books for Kids div.container > div.row > div.col-md-3 > a.browseLinks |
Books for Tweens div.container > div.row > div.col-md-3 > a.browseLinks |
Deals div.container > div.row > div.col-md-3 > a.browseLinks |
Biography & Memoir div.container > div.row > div.col-md-3 > a.browseLinks |
Business div.container > div.row > div.col-md-3 > a.browseLinks |
Cookbooks div.container > div.row > div.col-md-3 > a.browseLinks |
Fiction div.container > div.row > div.col-md-3 > a.browseLinks |
History div.container > div.row > div.col-md-3 > a.browseLinks |
Mystery div.container > div.row > div.col-md-3 > a.browseLinks |
Religion & Inspiration div.container > div.row > div.col-md-3 > a.browseLinks |
Romance div.container > div.row > div.col-md-3 > a.browseLinks |
Science Fiction & Fantasy div.container > div.row > div.col-md-3 > a.browseLinks |
Self-Improvement div.container > div.row > div.col-md-3 > a.browseLinks |
Large Print div.container > div.row > div.col-md-3 > a.browseLinks |
Book Clubs div.container > div.row > div.col-md-3 > a.browseLinks |
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 |
|---|---|
| AttributionReporting |
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 |
|---|---|
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
Failed to load resource: the server responded with a status of 429 () | |
/cdn/shop/t/8/assets/vue.min.js?v=17382022256029746221158... line 5, col 11751 | ReferenceError: axios is not defined
at wn.refreshCart (https://www.harpercollins.com/:2608:9)
at wn.mounted (https://www.harpercollins.com/:2621:12)
at He (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:11397)
at Yt (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:25339)
at https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:68312
at wn.$mount (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:68331)
at wn.$mount (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:93549)
at t._init (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:33038)
at new wn (https://www.harpercollins.com/cdn/shop/t/8/assets/vue.min.js?v=173820222560297462211589214883:6:30368)
at https://www.harpercollins.com/:2599:14 |
www.harpercollins.com/ line 5807, col 36 | SyntaxError: Failed to execute 'json' on 'Response': Unexpected token 'T', "There was "... is not valid JSON
at https://www.harpercollins.com/:5750:45
at Array.map (<anonymous>)
at https://www.harpercollins.com/:5748:67 |
TypeError: Cannot read properties of null (reading 'querySelectorAll')
at <anonymous>:1:97
at https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:1032:429
at uR (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:1034:31)
at Md.tR (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:1031:92)
at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:421:187)
at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:347:466)
at fb (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:310:719)
at eb (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:310:470)
at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:371:473)
at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-5J46CG3:347:466) |
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.
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.search-box > button.magnifying-glass > div > img div.search-box > button.magnifying-glass > div > img |
div.head-column > div.iconContainer > a#desktop-account-link > img div.head-column > div.iconContainer > a#desktop-account-link > img |
div > div > div.sailthru_0_0_0 > img div > div > div.sailthru_0_0_0 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback