ecommerce · Aug 3, 2026

nomadgoods.com

35/100 Sparse

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

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 35 · mobile 35.

Walk 235 links on the entry page, 217 walkable. 2 matched a funnel step; we captured 3 pages in all, this one included.

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

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
1 fewer tactic detected 5 → 4 across 4 scans since 2026-07-20. The ruleset changed in this window, so part of this may be our detection improving rather than the page changing.
  1. 5 tactics 2026-07-20
  2. 4 tactics 2026-07-30
  3. 4 tactics 2026-08-02
  4. 4 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

▲ strongest
5 tactics

$50.00  ·  2 proof points

Sticky CTAFree giftTrust badgesFree shippingLogo wall
Products
02

Products

4 tactics

$29 +3 more  ·  SAVE 65%  ·  3 proof points

Sticky CTATrust badgesFree shippingLogo wall
Collections
03

Collections

▼ thinnest
4 tactics

$50.00  ·  SAVE 50%  ·  2 proof points

Sticky CTATrust badgesFree shippingLogo wall

In their own words

33 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
Cases & Accessories by NOMAD® | Official Store
Meta description
Welcome to Nomad! Explore our latest product releases across all collections, watch videos showcasing our innovative accessories, and check out our subs...
Headline
ChargeKey in Silver
Section headings
Free $35 GiftSay Hello toChargeKeyin SilverGear You'll LoveBest SellersPowerAccessories+2 more, not shown
Buttons and links
Best SellersCasesApple WatchChargingTracking & WalletsMore GearSale3Learn MoreSubmit+2 more, not shown
Prices on the page
$50.00

Elements

1 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“★★★★★”

What we found

4 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 SAVE 65%
Offers free shipping free shipping

Action path1 of 2

Puts proof in the first viewport 476 Reviews

Trust & proof1 of 3

Repeats proof across the funnel 17,000+ 5 Star Reviews

Friction reduction1 of 3

Offers free shipping also shown under Offer clarity

What we didn’t find

11 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 see11 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
Scarcity / urgency copy 101 of the 1,960 funnels we checked
On-page review wall 91 of the 185 ecommerce funnels we checked
Express wallets 31 of the 185 ecommerce funnels we checked
Money-back guarantee 31 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

17 run · 6 flagged

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

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

6 of 17 measured checks need work

Body text size

type:body-text-size

Smallest body text is 12px (base ~14px). below the ~16px readable floor.

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

Line height

type:line-height

Body line-height is 1×. tight enough to hurt readability.

FixSet body line-height to ~1.4-1.6×.

Page weight

weight:page-weight

At least 39.1 MB across 511 measurable resources. 905 cross-origin resources did not expose a size, so the real total is higher.

FixCompress and lazy-load below-the-fold media; drop unused third-party scripts.

Render-blocking resources

weight:render-blocking-resources

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

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

Oversized images

weight:oversized-images

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

“iphone_cases_2023.jpg?v=1697124648&width” is 1440px wide, displayed at 208px

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

Tap-target size (mobile)

mobile:tap-target-size-mobile

86 of 219 interactive targets are under 44×44px on mobile.

smallest: “Back” at 41×14px

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

Worth knowing7

Line length

2 paragraphs run past ~95 characters per line.

FixCap measure at ~60-75ch for comfortable reading.

type:line-length
Heading structure

The landing page has 2 <h1> elements (expected 1).

FixUse exactly one <h1> as the page’s title.

a11y:heading-structure
Heading levels

15 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

61 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
Keyboard reachability

69 elements look clickable but cannot be reached by keyboard.

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

structure:keyboard-reachability
Autocomplete hints

No autocomplete attributes across 3 fields. browsers cannot autofill.

FixAdd autocomplete="email"/"tel"/"name" to identity fields.

forms:autocomplete-hints

Clear4

Text contrast (WCAG AA) · Mobile viewport · Language declared · Image alt text

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#f3f3f3
accent#f3f3f3
bg#f3f3f3
surface#ffffff
text#000000
See the roles applied
accent

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

the roles, doing their job
The quick brown fox56px
Jumps over the lazy dog55px
A subheading in their voice33px

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
12pxAa
14pxAa
15pxAa
16pxAa
22pxAa
23pxAa
24pxAa
25pxAa
26pxAa
33pxAa
55pxAa
56pxAa
WEIGHTS
Aa325
Aa400
Aa700
FAMILIES
Gotham-Bold
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