ecommerce · Aug 3, 2026

kettleandfire.com

25/100 Sparse

Scores higher than 13% of 1,391 multi-step funnels we have measured. Among the 157 ecommerce funnels in that group, higher than 43%.

How this was measured

Measured by Roentgen 1.18 on 2026-08-03. A capture is read once and its measurements freeze there, so the stamp says which ruleset read this one.

Coverage is detection coverage, not a verdict — it counts the conversion tactics we could prove are present, out of the 15 that apply to an ecommerce funnel. Per device: desktop 25 · mobile 25.

Walk 121 links on the entry page, 86 walkable. 5 matched a funnel step; we captured 3 pages in all, this one included.

Captured Homepage / Lander
Step 1 · Homepage / Lander1 / 4

What we recorded

Progress

4 scans

this funnel’s coverage score across measured re-scans

measuredextracted directly from the live page. a fact, not an opinion
Unchanged across 4 scans Same 3 conversion tactics detected since 2026-07-20.
  1. 3 tactics 2026-07-20
  2. 3 tactics 2026-07-30
  3. 3 tactics 2026-08-02
  4. 3 tactics 2026-08-03

The funnel, frame by frame

3 steps walked

see their whole funnel without clicking through it. scored step by step

measuredextracted directly from the live page. a fact, not an opinion
Homepage / Lander
01

Homepage / Lander

6 tactics

20% OFF  ·  subscription  ·  3 proof points

Sticky CTAReviewsSubscriptionTrust badgesFree shippingLogo wall
A
02

A

6 tactics

$8.49 +7 more  ·  10% off  ·  subscription  ·  2 proof points

Sticky CTAReviewsSubscriptionTrust badgesFree shippingLogo wall
Pages
04

Pages

6 tactics

20% OFF  ·  subscription  ·  2 proof points

Sticky CTAReviewsSubscriptionTrust badgesFree shippingLogo wall

In their own words

24 quoted

the entry page’s own title, headline, buttons and prices — quoted, never paraphrased

measuredextracted directly from the live page. a fact, not an opinion
Page title
Kettle & Fire - Premium & 100% Grass-Fed Bone Broth
Meta description
Kettle & Fire's bone broth is made with all organic ingredients and bones from 100% grass-fed cows. Try our 5-star bone broth and start improving your health.
Headline
Slow Food For Fast Lives
Section headings
Best Selling BrothBone Broth Makes Everything Bettersips and simmers, shipped.800,000+ Happy CustomersIt’s our Mission to Improve the way we eatBundle & Save 10%Mouth-Watering RecipesKettle & Fire in the Wild+1 more, not shown
Buttons and links
SHOP NOW1SHOP BEST SELLERSEXPLORE ALL BROTHSSUBSCRIBE & SAVE23456+2 more, not shown

Elements

2 harvested

the atomic pieces — price anchors, ratings, guarantees — with their verbatim on-page text

measuredextracted directly from the live page. a fact, not an opinion
Rating element
Rating“7,462 Reviews”
Price anchor element
Price anchor“$8.49”

What we found

3 tactics

conversion tactics we could prove are present, with the on-page text that evidences each

measuredextracted directly from the live page. a fact, not an opinion

Offer clarity2 of 4

Anchors the price against a higher original 20% OFF
Offers free shipping Free shipping

Trust & proof1 of 3

Displays a wall of customer reviews review widget

Friction reduction1 of 3

Offers free shipping also shown under Offer clarity

What we didn’t find

12 of 15 applicable

applicable tactics we checked for and did not see on any step we reached

measuredextracted directly from the live page. a fact, not an opinion

What we didn’t see12 of 15 applicable

FAQ / objection handling 1,302 of the 1,968 funnels we checked
Press / "as seen in" 508 of the 1,960 funnels we checked
Us-vs-them comparison 332 of the 1,968 funnels we checked
Proof above the fold 314 of the 1,968 funnels we checked
Scarcity / urgency copy 101 of the 1,960 funnels we checked
Express wallets 31 of the 185 ecommerce funnels we checked
Money-back guarantee 31 of the 185 ecommerce funnels we checked
Proof at every step 27 of the 185 ecommerce funnels we checked
Countdown / urgency timer 15 of the 185 ecommerce funnels we checked
Per-unit price anchor 9 of the 185 ecommerce funnels we checked
Stacked free gifts
Subscription / auto-ship

Absence is a measurement, not a recommendation: we do not know why a tactic is missing, whether it belongs here, or whether adding it would change anything. Where a walk stopped early, a tactic living deeper would also read as not detected.

How well it’s built

16 run · 5 flagged

contrast, mobile, typography, accessibility, weight — each with what would fix it

measuredextracted directly from the live page. a fact, not an opinion

5 of 15 measured checks need work1 could not be measured — not counted either way

Text contrast (WCAG AA)

contrast:text-contrast-wcag-aa

86% of measurable text passes WCAG AA. 4+ runs fail.

worst: “Powered by” at 1.09:1 (13px, #ffffff on #fff5db). needs 4.5:1

FixRaise text/background contrast to ≥4.5:1 (≥3:1 for large text), especially on CTAs and body copy.

Body text size

type:body-text-size

Smallest body text is 10px (base ~15px). below the ~16px readable floor.

FixKeep body copy ≥15-16px; reserve sub-13px for fine print only.

Render-blocking resources

weight:render-blocking-resources

26 stylesheets/scripts in <head> block first paint.

FixDefer non-critical JS (defer/async) and inline only critical CSS.

Oversized images

weight:oversized-images

155 images are shipped at more than 2x the width shown.

“e7a46e1f-2f9e-491a-8ff9-d5c65d343518.png” is 2709px wide, displayed at 319px

FixServe responsive sizes (srcset/sizes) matching the rendered width.

Tap-target size (mobile)

mobile:tap-target-size-mobile

359 of 455 interactive targets are under 44×44px on mobile.

smallest: “(unnamed)” at 10×14px

FixGive tappable controls a ≥44×44px hit area. the touch minimum.

Worth knowing6

Heading levels

2 headings skip a level (e.g. <h2> followed by <h4>). Screen-reader users navigate by this outline.

FixStep heading levels one at a time; use CSS for size, not a deeper level.

a11y:heading-levels
Label in name

2 controls have an aria-label that does not contain its visible text, so voice-control users cannot activate it by saying what they see.

FixMake the accessible name start with the visible label text.

a11y:label-in-name
Landmark regions

No <footer> landmark. screen-reader users cannot jump between regions.

FixWrap the page in <header>, <main> and <footer> (or matching ARIA roles).

structure:landmark-regions
Keyboard reachability

71 elements look clickable but cannot be reached by keyboard.

FixUse <button>/<a>, or add role + tabindex="0" and a key handler.

structure:keyboard-reachability

Not measurable1

Page weight

At least 4.6 MB across 219 measurable resources, but 464 cross-origin resources did not expose a size. The true weight cannot be determined from the page.

weight:page-weight

Clear4

Mobile viewport · Language declared · Image alt text · Inline validation

Brand kit

5 colour roles

palette by on-page usage · type rendered live

measuredextracted directly from the live page. a fact, not an opinion
full palette ordered by on-page usage %
primary#db1e14
accent#db1e14
bg#fff5db
surface#f5e3bc
text#221e1e
See the roles applied
accent

Body copy in their text role, on a surface card.

the roles, doing their job
The quick brown fox70px
Jumps over the lazy dog50px
A subheading in their voice30px

Body copy set at their measured paragraph size. This is how their product reads to a first-time visitor. same family, same scale, same weight.

  • List item one, at body scale
  • List item two
  • List item three
Type scale, weights & families
SIZE SCALE
10pxAa
11pxAa
12pxAa
13pxAa
14pxAa
15pxAa
16pxAa
18pxAa
19pxAa
30pxAa
50pxAa
70pxAa
WEIGHTS
Aa400
Aa500
Aa550
Aa600
Aa700
FAMILIES
Coastal · sans-serif
rendered in their own type system · webfont not loaded. system fallback if uninstalled

Measured, found none

1 of 9 layers

layers we ran on this funnel that came back empty

measuredextracted directly from the live page. a fact, not an opinion

Playbook match — which funnel play this page runs — measured, evidence-quoted

We ran this pass on the pages we captured and found nothing to show. That is a measurement of this funnel, not a recommendation — and it is a different statement from a layer we never ran, which does not appear here at all.

X-ray a funnel

Your competitor's funnel is one URL away.

Give your AI real references · Measured facts, not taste

Similar crawls