Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Strong compliance posture across regulations.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/c2179032-f383-40f2-9a7a-3bd4f251d03e)<a href="https://beavercheck.com/results/c2179032-f383-40f2-9a7a-3bd4f251d03e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsmashwords.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsmashwords.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~38%.
Page takes 13.4s to load
+12% bounceUsers abandon at ~3s — you're 10.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.0s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No 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
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$550 investment → $1,655/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$1,655 /mo
~$19,865 / year
USD 150,000
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,007 / year if left unfixed
$150,000
$0.60 /mo
7447.6 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 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.42 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.01 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.418
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.71 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.
14.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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| /static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8... | 604800.0 s | 61.1 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
| URL | Est Savings |
|---|---|
| /static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8... | 120 ms |
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 | |
|---|---|---|---|
The Duke's Indecent Purchase span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/aab7106e-0622-4efe-8bf7-170757ab6804.jpg__300x0 | 60.3 KiB | 47.7 KiB |
Serpent Fire: The Science and Mysticism of Kundalini span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/679aed1b-5bb1-4924-9c16-04407e8448fd.jpg__300x0 | 58.4 KiB | 45.8 KiB |
A Suitable Brat span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/ef587042-6c04-44a8-88fd-71e0023a8593.jpg__300x0 | 56.6 KiB | 44.0 KiB |
Dead Shifter Walking span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/df09d87d01c7a705b517f06fddcf946b369dd9c0__300x0 | 54.4 KiB | 41.9 KiB |
The Complete Cowboy Bikers MC Lawmen Series span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/b90c7396-7cd0-47f6-85b6-bca94b207743.jpg__300x0 | 50.3 KiB | 37.9 KiB |
The Woman from Nowhere span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/e1451b2a-8111-4f85-b935-9c946c6de2b0.jpg__300x0 | 46.7 KiB | 34.3 KiB |
The Birch Creek Ranch Books 1-3 span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/a8532258-8f54-43ad-94a4-31244b8305ea.jpg__300x0 | 45.6 KiB | 33.1 KiB |
Edward Modern span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/18178605-24b3-44a7-b6cb-fb0ebc0ce2f0.jpg__300x0 | 44.2 KiB | 32.9 KiB |
Lesbian Office Romance Boxed Set span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/f5f3ed4ca989750579c06ca815d70977583f8000__300x0 | 45.1 KiB | 32.5 KiB |
The Girl in the Mist span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/a549921a39201067b1d16bed72534d812261008f__300x0 | 44.5 KiB | 32.1 KiB |
Too Good to Be True span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/366e2a51-4b65-44d1-b2dc-dfdd40df2b1b.jpg__300x0 | 44.8 KiB | 32.0 KiB |
The Hook Up span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/0034858-33ccc559-37cd-410e-96d4-8f606e5440df.... | 41.2 KiB | 28.6 KiB |
Helios span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/5221d54b-e8a1-43e9-8ba6-62dce253cf81.jpg__300x0 | 41.0 KiB | 28.2 KiB |
Blood Claws Rising Tales of the Sanguine Empire span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/7c23675b-46a5-49c9-91e2-7d36b99ed970.jpg__300x0 | 39.3 KiB | 28.1 KiB |
The Housemaid span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/876a3651-0ab6-480f-ab62-13454500ae20.jpg__300x0 | 38.1 KiB | 25.4 KiB |
On the Edge of Shattered: A Mother's Experience of Discovering Freedom Through … span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/72da62cb-65de-4e86-a30a-2280a1dedaba.jpg__300x0 | 37.8 KiB | 25.4 KiB |
Ghosts of Langley span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/d75bee7d-305a-4829-b94a-ad4800a74a76.jpg__300x0 | 36.4 KiB | 23.9 KiB |
The Correspondent — A Tale of Silent Letters span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/6ccbf8f5-4a2a-4e24-93aa-030f84ff2e58.jpg__300x0 | 28.9 KiB | 16.3 KiB |
Bodies of Water span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/72287624-06cc-4ab1-abbe-5ffb69a6c658.jpg__300x0 | 28.5 KiB | 16.0 KiB |
CotH 7: Undead Campaign span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/2dc3357a-63b5-442b-9e6b-1b4d5e9f9e30.jpg__300x0 | 15.3 KiB | 6.5 KiB |
Smashwords div#header-md-bar > div#header-logo > a > img | dwtr67e3ikfml.cloudfront.net/static/1/swlogo.png | 8.5 KiB | 5.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js | 193.5 KiB | 2.6 s |
| www.smashwords.com/static/dist/js/1.13231034.chunk.js | 98.5 KiB | 2.3 s |
| www.smashwords.com/static/dist/css/main.d9dbf98d.chunk.css | 69.7 KiB | 1.8 s |
| www.smashwords.com/static/dist/js/4.1be4e192.chunk.js | 10.8 KiB | 895 ms |
| www.smashwords.com/static/dist/js/runtime.7cf3c255.js | 2.6 KiB | 585 ms |
| www.smashwords.com/static/dist/css/react.d2ad1c42.chunk.css | 5.0 KiB | 740 ms |
| www.smashwords.com/static/dist/css/13.c6231af7.chunk.css | 2.3 KiB | 275 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 |
|---|---|
| smashwords.com/ | 1.1 s |
| www.smashwords.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
About
Blog
FAQ
Privacy Policy
Terms of Service
Authors / Publishers
Support
Fil… body.ng-scope > div#wrap > footer.footer | 0.418 |
About
Blog
FAQ
Privacy Policy
Terms of Service
Authors / Publishers
Support
Fil… body.ng-scope > div#wrap > footer.footer | 0.267 |
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.
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 |
|---|---|---|
| www.smashwords.com/static/dist/css/main.d9dbf98d.chunk.css | 69.2 KiB | 66.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.smashwords.com/static/dist/js/13.15dd9909.chunk.js | 580.8 KiB | 357.6 KiB |
| www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js | 193.1 KiB | 146.2 KiB |
| www.smashwords.com/static/dist/js/react.37d49bfa.chunk.js | 152.0 KiB | 114.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0S | 148.7 KiB | 61.3 KiB |
| www.smashwords.com/static/dist/js/1.13231034.chunk.js | 98.0 KiB | 48.0 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.smashwords.com/static/dist/js/react.37d49bfa.chunk.js | 779 ms | 626 ms | 41 ms |
| www.smashwords.com/ | 388 ms | 11 ms | 3.3 ms |
| Unattributable | 259 ms | 7.4 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0S | 250 ms | 204 ms | 36 ms |
| www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js | 230 ms | 165 ms | 61 ms |
| www.smashwords.com/static/dist/js/13.15dd9909.chunk.js | 215 ms | 27 ms | 177 ms |
| www.smashwords.com/static/dist/js/1.13231034.chunk.js | 171 ms | 140 ms | 25 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.2 s |
| Other | 475 ms |
| Script Parsing & Compilation | 351 ms |
| Style & Layout | 178 ms |
| Parse HTML & CSS | 79 ms |
| Rendering | 71 ms |
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.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
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 |
|---|
form.header-search > span.input-group > span.input-group-append > button.btn form.header-search > span.input-group > span.input-group-append > button.btn |
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 |
|---|
About div.mobileMenu > ul.nav > li > a.nav-link |
Join div.mobileMenu > ul.nav > li > a.nav-link |
Sign In div.mobileMenu > ul.nav > li > a.nav-link |
Categories div.d-block > div.left-nav-box > h1 > span |
Helios div.shelf-book-title > span > span > span |
Sybil Bartel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Duke's Indecent div.shelf-book-title > span > span > span |
Purchase div.shelf-book-title > span > span > span |
Golden Angel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Correspondent div.shelf-book-title > span > span > span |
— A Tale of Silent … span > span > span > span |
Virginia Stone div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Woman from div.shelf-book-title > span > span > span |
Nowhere div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
On the Edge of div.shelf-book-title > span > span > span |
Shattered: A Moth… span > span > span > span |
Kimberly Kearns div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Woman from div.shelf-book-title > span > span > span |
Nowhere div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Girl in the Mist div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Too Good to Be True div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Complete div.shelf-book-title > span > span > span |
Cowboy Bikers M… span > span > span > span |
Esther E. Schmidt div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Birch Creek div.shelf-book-title > span > span > span |
Ranch Books 1-3 div.shelf-book-title > span > span > span |
B. E. Baker div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Edward Modern div.shelf-book-title > span > span > span |
Richard D. Peters div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$5.99 div.shelf-book-bottom > div#price_1980024 > span > span.text-success |
Blood Claws Rising div.shelf-book-title > span > span > span |
Tales of the Sangu… span > span > span > span |
Brooke Renee div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$7.50 div.shelf-book-bottom > div#price_1995757 > span > span.text-success |
Dead Shifter Walking div.shelf-book-title > span > span > span |
Kim Bair div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_458380 > span > span.text-success |
Ghosts of Langley div.shelf-book-title > span > span > span |
Ryan Thompson div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_1914040 > span > span.text-success |
The Housemaid div.shelf-book-title > span > span > span |
Sarah A. Denzil div.float-left > div.shelf-book-top > div.shelf-book-author > a |
On the Edge of div.shelf-book-title > span > span > span |
Shattered: A Moth… span > span > span > span |
Kimberly Kearns div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Bodies of Water div.shelf-book-title > span > span > span |
Alex Pendragon div.float-left > div.shelf-book-top > div.shelf-book-author > a |
A Suitable Brat div.shelf-book-title > span > span > span |
R. Cooper div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Lesbian Office div.shelf-book-title > span > span > span |
Romance Boxed Set div.shelf-book-title > span > span > span |
Roz Lee div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Hook Up div.shelf-book-title > span > span > span |
Kindle Alexander div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Serpent Fire: The div.shelf-book-title > span > span > span |
Science and Mysti… span > span > span > span |
JOJO PENWOOD div.float-left > div.shelf-book-top > div.shelf-book-author > a |
CotH 7: Undead div.shelf-book-title > span > span > span |
Campaign div.shelf-book-title > span > span > span |
Paul Springsteen div.float-left > div.shelf-book-top > div.shelf-book-author > a |
These are opportunities to improve the legibility of your content.
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 | |
|---|---|---|---|---|
Smashwords div#header-md-bar > div#header-logo > a > img | dwtr67e3ikfml.cloudfront.net/static/1/swlogo.png | 250 x 67 | 250 x 67 | 375 x 101 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Filtering
ul.nav > li.nav-item > div > a.nav-link |
Exclude erotica li.nav-item > div > ul#filterMenuMenu > a.dropdown-item |
Include mainstream erotica li.nav-item > div > ul#filterMenuMenu > a.dropdown-item |
Include all erotica li.nav-item > div > ul#filterMenuMenu > a.dropdown-item |
Filtering ul.inline > li > div > a.dropdown-toggle |
Exclude erotica li > div > ul#filterMenuFooter > a.dropdown-item |
Include mainstream erotica li > div > ul#filterMenuFooter > a.dropdown-item |
Include all erotica li > div > ul#filterMenuFooter > a.dropdown-item |
To appear in search results, crawlers need access to your app.
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.
1.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
86 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.120
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.87 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.29 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| /static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8... | 604800.0 s | 61.1 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
| URL | Est Savings |
|---|---|
| /static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8... | 120 ms |
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 | |
|---|---|---|---|
A Short Stay in Hell span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/ba8f17db0c41878bf45adf87015bd54b7d45d7cd__300x0 | 90.0 KiB | 85.8 KiB |
Celestial Codex span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/19f3c149-a09e-42bf-bf4c-b95ca7f19723.jpg__300x0 | 69.6 KiB | 65.5 KiB |
The Care and Breeding of Princes: An MM Wolf Shifter Fantasy Romance span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/a8da7446333a610fb270963baf8966c58626cbda__300x0 | 60.6 KiB | 56.5 KiB |
The Duke's Indecent Purchase span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/aab7106e-0622-4efe-8bf7-170757ab6804.jpg__300x0 | 60.3 KiB | 56.2 KiB |
Serpent Fire: The Science and Mysticism of Kundalini span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/679aed1b-5bb1-4924-9c16-04407e8448fd.jpg__300x0 | 58.4 KiB | 54.3 KiB |
A Suitable Brat span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/ef587042-6c04-44a8-88fd-71e0023a8593.jpg__300x0 | 56.6 KiB | 52.5 KiB |
Bad All Day span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/67398df4-feb2-49f3-87c2-8c05a8fd374c.jpg__300x0 | 56.4 KiB | 52.3 KiB |
Cronología Profética de Nostradamus. Tomo Completo - 1500/2050 span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/b7d2b60f-2767-4d4e-bf0a-e054febce465.jpg__300x0 | 54.6 KiB | 51.0 KiB |
Dead Shifter Walking span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/df09d87d01c7a705b517f06fddcf946b369dd9c0__300x0 | 54.4 KiB | 50.3 KiB |
Moretti Blood Brothers: Volume Three - Books 8-10 span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/87d18a00-ed9c-4524-af93-8e27efb0059d.jpg__300x0 | 52.0 KiB | 47.9 KiB |
Creation of the Dual Shifter span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/9191e314b044e616c25adf4dd3390a72d963aa76__300x0 | 51.0 KiB | 46.8 KiB |
The Complete Cowboy Bikers MC Lawmen Series span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/b90c7396-7cd0-47f6-85b6-bca94b207743.jpg__300x0 | 50.3 KiB | 46.3 KiB |
Demigod Down span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/2b14fbf63a72284428a42ba210d6da0cc667926d__300x0 | 49.5 KiB | 45.5 KiB |
Death Dance span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/3a9a1828-54f8-490a-af2c-58baf15b34be.jpg__300x0 | 49.0 KiB | 44.9 KiB |
Two for Holding span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/cea60e77-5143-4ff3-9da2-e39d0d47e2e9.jpg__300x0 | 48.8 KiB | 44.7 KiB |
His Beauty, Her Beast span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/19de1d9c-051c-4fd9-91fb-9e0ba46f533e.jpg__300x0 | 46.9 KiB | 42.7 KiB |
The Woman from Nowhere span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/e1451b2a-8111-4f85-b935-9c946c6de2b0.jpg__300x0 | 46.7 KiB | 42.7 KiB |
The Sudden Impulse span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/e2477cd5-e5cc-46b0-aef9-d7e47c782b1e.jpg__300x0 | 46.2 KiB | 42.1 KiB |
The Birch Creek Ranch Books 1-3 span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/a8532258-8f54-43ad-94a4-31244b8305ea.jpg__300x0 | 45.6 KiB | 41.5 KiB |
Perfect in Every Way span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/951a727f-4c77-42eb-b0c5-4991eec504fa.jpg__300x0 | 45.5 KiB | 41.3 KiB |
Lesbian Office Romance Boxed Set span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/f5f3ed4ca989750579c06ca815d70977583f8000__300x0 | 45.1 KiB | 41.0 KiB |
Too Good to Be True span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/366e2a51-4b65-44d1-b2dc-dfdd40df2b1b.jpg__300x0 | 44.8 KiB | 40.6 KiB |
Rogue span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/0a447566-a15a-4229-a4a5-4f72dff9896e.jpg__300x0 | 44.6 KiB | 40.5 KiB |
Edward Modern span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/18178605-24b3-44a7-b6cb-fb0ebc0ce2f0.jpg__300x0 | 44.2 KiB | 40.5 KiB |
The Girl in the Mist span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/a549921a39201067b1d16bed72534d812261008f__300x0 | 44.5 KiB | 40.5 KiB |
When We Began span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/47195331-e6bd-42a6-910b-39634ac0120d.jpg__300x0 | 43.3 KiB | 39.2 KiB |
My Best Friend's Brother span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/c567001b-530f-4789-9f8c-4607b460ef2a.jpg__300x0 | 43.0 KiB | 38.9 KiB |
Doppler span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/97f9a8d7-06bc-4d44-b035-50aac56e915c.jpg__300x0 | 42.9 KiB | 38.8 KiB |
Death in Small Measures span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/795ca0bd-54a2-42d3-bd5c-47f6b97eb9bc.jpg__300x0 | 42.9 KiB | 38.8 KiB |
The Cruel Temptation Mafia Serie, 3 Bücher in 1! (Deutsch) span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/7b0a8ff8-0e49-4e79-b220-ba874e3d68b3.jpg__300x0 | 42.5 KiB | 38.4 KiB |
Break Inside span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/aee96674-0c2c-4c81-acaf-0184aa201512.jpg__300x0 | 41.8 KiB | 37.7 KiB |
The Demon and the Fairy span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/a1075114-b844-49ea-a623-d9141623c7e9.jpg__300x0 | 41.8 KiB | 37.6 KiB |
Sashé Boudreaux: Beignets, Bones, and Buried Secrets span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/e12c5513-fc79-417b-a3e2-1ce552b7b459.jpg__300x0 | 41.6 KiB | 37.5 KiB |
The Hook Up span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/0034858-33ccc559-37cd-410e-96d4-8f606e5440df.... | 41.2 KiB | 37.1 KiB |
Heirs of Vice Mafia Serie, 3 Bücher in 1! (Deutsch) span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/111e330e-693e-40a0-a45d-f091e59607db.jpg__300x0 | 41.2 KiB | 37.1 KiB |
Helios span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/5221d54b-e8a1-43e9-8ba6-62dce253cf81.jpg__300x0 | 41.0 KiB | 36.8 KiB |
Friends & Brothers span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/6011434f-478b-4bd5-be7c-951484ec4492.jpg__300x0 | 40.6 KiB | 36.5 KiB |
Blood Claws Rising Tales of the Sanguine Empire span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/7c23675b-46a5-49c9-91e2-7d36b99ed970.jpg__300x0 | 39.3 KiB | 35.6 KiB |
Catacomb Network span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/450aef1d-e603-4920-ba52-bd88b56f0e59.jpg__300x0 | 38.7 KiB | 34.7 KiB |
The Housemaid span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/876a3651-0ab6-480f-ab62-13454500ae20.jpg__300x0 | 38.1 KiB | 33.9 KiB |
On the Edge of Shattered: A Mother's Experience of Discovering Freedom Through … span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/72da62cb-65de-4e86-a30a-2280a1dedaba.jpg__300x0 | 37.8 KiB | 33.8 KiB |
All His Touches span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/0048030-0cbf9b97-7cc1-4962-b02c-672fdeb292f6.... | 37.3 KiB | 33.2 KiB |
Ghosts of Langley span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/d75bee7d-305a-4829-b94a-ad4800a74a76.jpg__300x0 | 36.4 KiB | 32.3 KiB |
Aurealis #176 span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/0512025-86d05665-9b05-45dd-ba4e-523295a084b2.... | 29.4 KiB | 25.3 KiB |
The Correspondent — A Tale of Silent Letters span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/6ccbf8f5-4a2a-4e24-93aa-030f84ff2e58.jpg__300x0 | 28.9 KiB | 24.8 KiB |
Bodies of Water span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/72287624-06cc-4ab1-abbe-5ffb69a6c658.jpg__300x0 | 28.5 KiB | 24.4 KiB |
CotH 7: Undead Campaign span > span > div.shelf-book-cover-frame > img.shelf-book-cover | /bookCovers/2dc3357a-63b5-442b-9e6b-1b4d5e9f9e30.jpg__300x0 | 15.3 KiB | 12.4 KiB |
Smashwords div#header-md-bar > div#header-logo > a > img | dwtr67e3ikfml.cloudfront.net/static/1/swlogo.png | 8.5 KiB | 5.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js | 193.5 KiB | 443 ms |
| www.smashwords.com/static/dist/js/1.13231034.chunk.js | 98.5 KiB | 524 ms |
| www.smashwords.com/static/dist/css/main.d9dbf98d.chunk.css | 69.7 KiB | 443 ms |
| www.smashwords.com/static/dist/js/4.1be4e192.chunk.js | 10.8 KiB | 283 ms |
| www.smashwords.com/static/dist/js/runtime.7cf3c255.js | 2.6 KiB | 243 ms |
| www.smashwords.com/static/dist/css/react.d2ad1c42.chunk.css | 5.0 KiB | 243 ms |
| www.smashwords.com/static/dist/css/13.c6231af7.chunk.css | 2.3 KiB | 163 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 |
|---|---|
| smashwords.com/ | 548 ms |
| www.smashwords.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
About Blog FAQ Privacy Policy Terms of Service Authors / Publishers Support
Fi… body.ng-scope > div#wrap > footer.footer | 0.120 |
About Blog FAQ Privacy Policy Terms of Service Authors / Publishers Support
Fi… body.ng-scope > div#wrap > footer.footer | 0.053 |
Search
Sign In body.ng-scope > div#wrap > div#header > div#header-right | 0.002 |
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 |
|---|---|---|
| www.smashwords.com/static/dist/css/main.d9dbf98d.chunk.css | 69.2 KiB | 63.9 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.smashwords.com/static/dist/js/13.15dd9909.chunk.js | 580.8 KiB | 357.6 KiB |
| www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js | 193.1 KiB | 146.2 KiB |
| www.smashwords.com/static/dist/js/react.37d49bfa.chunk.js | 152.0 KiB | 114.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0S | 148.7 KiB | 61.3 KiB |
| www.smashwords.com/static/dist/js/1.13231034.chunk.js | 98.0 KiB | 48.0 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.
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.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
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 |
|---|
form.header-search > span.input-group > span.input-group-append > button.btn form.header-search > span.input-group > span.input-group-append > button.btn |
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 |
|---|
Home div#navMenu > ul.nav > li > a.nav-link |
About div#navMenu > ul.nav > li > a.nav-link |
FAQ div#navMenu > ul.nav > li > a.nav-link |
Sign Up div#navMenu > ul.nav > li > a.nav-link |
Filtering ul.nav > li.nav-item > div > a.nav-link |
Categories div.leftSideBox > div.left-nav-box > h1 > span |
Community div > div.leftSideBox > div.left-nav-box > h1 |
Helios div.shelf-book-title > span > span > span |
Sybil Bartel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Duke's Indecent div.shelf-book-title > span > span > span |
Purchase div.shelf-book-title > span > span > span |
Golden Angel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Death Dance div.shelf-book-title > span > span > span |
R.J. Blain div.float-left > div.shelf-book-top > div.shelf-book-author > a |
His Beauty, Her div.shelf-book-title > span > span > span |
Beast div.shelf-book-title > span > span > span |
Sam Crescent div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Break Inside div.shelf-book-title > span > span > span |
Karen Renee div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Correspondent div.shelf-book-title > span > span > span |
— A Tale of Silent … span > span > span > span |
Virginia Stone div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Woman from div.shelf-book-title > span > span > span |
Nowhere div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Duke's Indecent div.shelf-book-title > span > span > span |
Purchase div.shelf-book-title > span > span > span |
Golden Angel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Death in Small div.shelf-book-title > span > span > span |
Measures div.shelf-book-title > span > span > span |
Gerald Hansen div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Helios div.shelf-book-title > span > span > span |
Sybil Bartel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
On the Edge of div.shelf-book-title > span > span > span |
Shattered: A Moth… span > span > span > span |
Kimberly Kearns div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Woman from div.shelf-book-title > span > span > span |
Nowhere div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Helios div.shelf-book-title > span > span > span |
Sybil Bartel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
A Short Stay in Hell div.shelf-book-title > span > span > span |
Steven L. Peck div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Housemaid div.shelf-book-title > span > span > span |
Sarah A. Denzil div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Girl in the Mist div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Too Good to Be True div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Sashé Boudreaux: div.shelf-book-title > span > span > span |
Coco McQ div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Rogue div.shelf-book-title > span > span > span |
Samantha Wilde div.float-left > div.shelf-book-top > div.shelf-book-author > a |
When We Began div.shelf-book-title > span > span > span |
Judy Corry div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Complete div.shelf-book-title > span > span > span |
Cowboy Bikers M… span > span > span > span |
Esther E. Schmidt div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Birch Creek div.shelf-book-title > span > span > span |
Ranch Books 1-3 div.shelf-book-title > span > span > span |
B. E. Baker div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Sudden Impulse div.shelf-book-title > span > span > span |
Bernt Stellander div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Friends & Brothers div.shelf-book-title > span > span > span |
Bree Kraemer div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Moretti Blood div.shelf-book-title > span > span > span |
Brothers: Volume … span > span > span > span |
Juliette N Banks div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Edward Modern div.shelf-book-title > span > span > span |
Richard D. Peters div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$5.99 div.shelf-book-bottom > div#price_1980024 > span > span.text-success |
Blood Claws Rising div.shelf-book-title > span > span > span |
Tales of the Sangu… span > span > span > span |
Brooke Renee div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$7.50 div.shelf-book-bottom > div#price_1995757 > span > span.text-success |
The Cruel div.shelf-book-title > span > span > span |
Temptation Mafia … span > span > span > span |
Alice R. Deutsch div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$4.00 div.shelf-book-bottom > div#price_1888633 > span > span.text-success |
Heirs of Vice Mafia div.shelf-book-title > span > span > span |
Serie, 3 Bücher in … span > span > span > span |
Alice R. Deutsch div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$5.00 div.shelf-book-bottom > div#price_1820756 > span > span.text-success |
Bad All Day div.shelf-book-title > span > span > span |
Abbott Mawsley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$1.00 div.shelf-book-bottom > div#price_1801709 > span > span.text-success |
Dead Shifter Walking div.shelf-book-title > span > span > span |
Kim Bair div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_458380 > span > span.text-success |
Ghosts of Langley div.shelf-book-title > span > span > span |
Ryan Thompson div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_1914040 > span > span.text-success |
Creation of the Dual div.shelf-book-title > span > span > span |
Shifter div.shelf-book-title > span > span > span |
Kim Bair div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_957515 > span > span.text-success |
Aurealis #176 div.shelf-book-title > span > span > span |
Dirk Strasser (Editor) div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_1644004 > span > span.text-success |
Catacomb Network div.shelf-book-title > span > span > span |
Ryan Thompson div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_1925449 > span > span.text-success |
The Housemaid div.shelf-book-title > span > span > span |
Sarah A. Denzil div.float-left > div.shelf-book-top > div.shelf-book-author > a |
On the Edge of div.shelf-book-title > span > span > span |
Shattered: A Moth… span > span > span > span |
Kimberly Kearns div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Woman from div.shelf-book-title > span > span > span |
Nowhere div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Perfect in Every Way div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
A Short Stay in Hell div.shelf-book-title > span > span > span |
Steven L. Peck div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Bodies of Water div.shelf-book-title > span > span > span |
Alex Pendragon div.float-left > div.shelf-book-top > div.shelf-book-author > a |
A Suitable Brat div.shelf-book-title > span > span > span |
R. Cooper div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Two for Holding div.shelf-book-title > span > span > span |
S.B. Barnes div.float-left > div.shelf-book-top > div.shelf-book-author > a |
My Best Friend's div.shelf-book-title > span > span > span |
Brother div.shelf-book-title > span > span > span |
Alexis Winter div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Demon and the div.shelf-book-title > span > span > span |
Fairy div.shelf-book-title > span > span > span |
Laura Greenwood div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Lesbian Office div.shelf-book-title > span > span > span |
Romance Boxed Set div.shelf-book-title > span > span > span |
Roz Lee div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Hook Up div.shelf-book-title > span > span > span |
Kindle Alexander div.float-left > div.shelf-book-top > div.shelf-book-author > a |
All His Touches div.shelf-book-title > span > span > span |
West Greene div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Care and div.shelf-book-title > span > span > span |
Breeding of Prince… span > span > span > span |
Arden Lake div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Demigod Down div.shelf-book-title > span > span > span |
Kim Bair div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Serpent Fire: The div.shelf-book-title > span > span > span |
Science and Mysti… span > span > span > span |
JOJO PENWOOD div.float-left > div.shelf-book-top > div.shelf-book-author > a |
CotH 7: Undead div.shelf-book-title > span > span > span |
Campaign div.shelf-book-title > span > span > span |
Paul Springsteen div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Doppler div.shelf-book-title > span > span > span |
Lisa Black div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Celestial Codex div.shelf-book-title > span > span > span |
Tina Ketch div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Cronología Profética div.shelf-book-title > span > span > span |
de Nostradamus. … span > span > span > span |
Manuel Sanchez, Sr div.float-left > div.shelf-book-top > div.shelf-book-author > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Smashwords users on Facebook div.left-nav-box > ul > li > a |
Smashwords tweets on Twitter div.left-nav-box > ul > li > a |
These items highlight common accessibility best practices.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Filtering ul.nav > li.nav-item > div > a.nav-link |
Exclude erotica li.nav-item > div > ul#filterMenuMenu > a.dropdown-item |
Include mainstream erotica li.nav-item > div > ul#filterMenuMenu > a.dropdown-item |
Include all erotica li.nav-item > div > ul#filterMenuMenu > a.dropdown-item |
Filtering ul.inline > li > div > a.dropdown-toggle |
Exclude erotica li > div > ul#filterMenuFooter > a.dropdown-item |
Include mainstream erotica li > div > ul#filterMenuFooter > a.dropdown-item |
Include all erotica li > div > ul#filterMenuFooter > a.dropdown-item |
To appear in search results, crawlers need access to your app.
Send Feedback