saas · Aug 15, 2026

seekerscore.com

80/100 Strong

Scores above 94% of 1,252 multi-step funnels we have measured. Among the 959 saas funnels in that group, above 93%.

How this was measured

Coverage is detection coverage, not a verdict — it counts the conversion tactics we could prove are present, out of the 11 that apply to a saas funnel.

Measured by Roentgen 1.25.1, one of our versioned rulesets. A capture is read once and its measurements freeze there, so the stamp says which ruleset read this one.

Walk 48 links seen, 29 walkable, 4 matched, and we walked 4 pages.

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

What we recorded

Progress

2 scans

this funnel’s coverage score across measured re-scans

measuredextracted directly from the live page. a fact, not an opinion
0pts since the first measured scan (2026-08-13) — 2 re-scans
  1. 80 Strong 2026-08-13
  2. 80 Strong 2026-08-15

The funnel, frame by frame

4 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
4 tactics

$0 +1 more  ·  1 proof point

FAQPressNo cardPricing tiers
Compare
02

Compare

4 tactics

$29.99 +4 more

ComparisonFree trialUsage proofPricing tiers
Pricing
03

Pricing

3 tactics

$0 +1 more

FAQNo cardPricing tiers
Results
04

Results

▼ thinnest
2 tactics

$120

Trust badgesNo card

In their own words

11 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
SeekerScore | See which jobs match your resume
Meta description
Upload your resume and see which jobs fit your skills, what roles you can grow into, and what's missing. Free analysis in about 60 seconds.
Headline
See which jobs actually fit your resume, in 60 seconds.
Section headings
The analysis is free. Pro is for the roles worth chasing.FreePro
Buttons and links
SubscribeSign upSign up for free
Prices on the page
$0$9

Sections

5 identified

structural bands identified on this funnel, cropped from its own capture

measuredextracted directly from the live page. a fact, not an opinion
Nav section of seekerscore.com
Nav0% down the page
Hero section of seekerscore.com
Hero3% down the page
Pricing section of seekerscore.com
Pricing44% down the page
FAQ section of seekerscore.com
FAQ79% down the page
Footer section of seekerscore.com
Footer97% down the page

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
No credit card element
No credit card“Free · No credit card·Resume file deleted after analysis”
Rating element
Rating“Excellent”

What we found

7 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 clarity1 of 1

Makes the pricing ladder explicit free, $9/mo

Action path2 of 4

Puts proof in the first viewport 250,000+ Live job openings 4.7★ on PeerPush ~60s Results
Offers a free trial or free tier No credit card

Trust & proof1 of 2

Puts a number on adoption 180K+ companies

Friction reduction2 of 2

Answers buyer objections Is my resume safe? +
Offers a free trial or free tier No credit card

Value reinforcement2 of 2

Compares itself against alternatives Feature Comparison
Puts a number on adoption 180K+ companies

What we didn’t find

4 of 11 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 see4 of 11 applicable

Trusted-by logo wall 1050 of 1369 measured funnels run this
Demo / docs entry 440 of 1256 measured funnels run this
Lead-capture form 310 of 1256 measured funnels run this
Scarcity / urgency copy 94 of 1769 measured funnels run this

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

14 run · 4 flagged

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

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

Readability & contrast1 flagged

Text contrast (WCAG AA) needs workcontrast:text-contrast-wcag-aa

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

worst: “Tailor Resume” at 1:1 (12px, #ffffff on #ffffff). needs 4.5:1

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

Mobile & tap targetsclear

Mobile viewport passesmobile:mobile-viewport

Responsive viewport meta is present.

Typography1 flagged

Body text size needs worktype:body-text-size

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

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

Line length notetype:line-length

73 paragraphs run past ~95 characters per line.

fix Cap measure at ~60-75ch for comfortable reading.

Accessibility hygiene1 flagged

Language declared passesa11y:language-declared

html[lang] is set for screen readers.

Form labels notea11y:form-labels

2 form fields rely on placeholder text as the only label.

fix Back placeholders with a real <label>. placeholder text vanishes on input.

Named controls needs worka11y:named-controls

2 buttons/links have no accessible name (icon-only, no aria-label).

fix Add aria-label to icon-only buttons and links.

Heading levels notea11y:heading-levels

1 heading skips a level (e.g. <h2> followed by <h4>). Screen-reader users navigate by this outline.

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

Label in name notea11y:label-in-name

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

fix Make the accessible name start with the visible label text.

Weight & delivery1 flagged

Page weight not measurableweight:page-weight

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

Render-blocking resources needs workweight:render-blocking-resources

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

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

Structure & reachabilityclear

Keyboard reachability notestructure:keyboard-reachability

38 elements look clickable but cannot be reached by keyboard.

“+”, “+”, “+”

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

Form usabilityclear

Autocomplete hints noteforms:autocomplete-hints

No autocomplete attributes across 1 field. browsers cannot autofill.

fix Add autocomplete="email"/"tel"/"name" to identity fields.

Inline validation passesforms:inline-validation

1 field carries validation attributes (required/pattern/aria-invalid).

Playbook match

1 matched

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

deriveda deterministic summary generated only from measured facts. labeled, never an LLM guess

Comparison surface matches the Intent-Match pattern — measured comparison table plus comparison-intent copy

comparison table p2: Feature Comparisoncomparison copy Seeker vs LinkedIn, Indeed & Resume Scanners (2026) | SeekerScore

A match means this funnel's measurable surfaces fit the playbook's pattern — the quoted language is what fired the detection. A lever is one playbook mechanism observed on-page. We never claim what a brand's ads or emails do; a crawl can't see them. All funnel designs →

Two different things sit side by side here. The claim and its quoted evidence are measured on this funnel, the same way every other fact on this page is. The playbook itself is written guidance — our strategy library, not a measurement of this site — and it lives behind the links above. Nothing on this page recommends what this brand should do.

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#5b21b6
accent#5b21b6
bg#f8fafc
surface#ffffff
text#0a0a0a
See the roles applied
accent

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

the roles, doing their job
The quick brown fox60px
Jumps over the lazy dog24px
A subheading in their voice18px

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
14pxAa
16pxAa
18pxAa
24pxAa
60pxAa
WEIGHTS
Aa400
Aa500
Aa600
Aa700
FAMILIES
ui-sans-serif
rendered in their own type system · webfont not loaded. system fallback if uninstalled
X-ray a funnel

Your competitor's funnel is one URL away.

Give your AI real references · Measured facts, not taste

Similar crawls