saas · Aug 3, 2026

seedaudio.org

43/100 Thin

Scores higher than 49% of 1,391 multi-step funnels we have measured. Among the 1,074 saas funnels in that group, higher than 38%.

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 11 that apply to a saas funnel. Per device: desktop 50 · mobile 35.

Walk 8 links on the entry page, 5 walkable. 1 matched a funnel step; we captured 2 pages in all, this one included.

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

What we recorded

Progress

3 scans

this funnel’s coverage score across measured re-scans

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

The funnel, frame by frame

2 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
6 tactics

50% off  ·  2 proof points

ReviewsCountdownTrust badgesFree trialNo cardLogo wall
Pricing
02

Pricing

▼ thinnest
3 tactics

$12.9 +5 more  ·  23% OFF  ·  1 proof point

FAQTrust badgesFree trial

In their own words

30 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
Seed Audio - Free AI Audio Generator & Text to Speech
Meta description
Seed Audio is a free AI audio generator and text-to-speech tool for creating voiceovers, multi-speaker conversations, music, sound effects, and complete audio scenes.
Headline
Create Audio for Every Story
Section headings
TemplatesOne Prompt. A Complete Audio Scene.Create More Than VoiceoversGuide the Result with Reference AudioFrom Idea to Finished AudioTurn Any Story into a Complete Audio SceneSeed Audio 1.0Text to Audio+7 more, not shown
Buttons and links
HomeCreateText to SpeechMy AudioPricingAPIEnglishSign inSeed Audio 1.0Eleven v3+2 more, not shown

Elements

3 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“0 / 5000”
No credit card element
No credit card“No credit card required”
Price anchor element
Price anchor“$12.9”

What we found

5 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

Action path2 of 4

Puts proof in the first viewport Text 00:30 00:00 00:30 Preview
Offers a free trial or free tier Free Credits

Trust & proof1 of 2

Shows customer logos or a trusted-by claim logos: Seed Audio, Powered by Startup Fast, Listed on Turbo0, ShinyLaunch, Submit AI Tools

Friction reduction2 of 2

Answers buyer objections Seed Audio pricing FAQ
Offers a free trial or free tier also shown under Action path

What we didn’t find

6 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 see6 of 11 applicable

Pricing tiers 699 of the 1,385 SaaS funnels we checked
Press / "as seen in" 508 of the 1,960 funnels we checked
Demo / docs entry 477 of the 1,393 funnels we checked
Lead-capture form 342 of the 1,393 funnels we checked
Us-vs-them comparison 332 of the 1,968 funnels we checked
Usage / adoption proof 237 of the 1,539 funnels we checked

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 16 measured checks need work1 could not be measured — not counted either way

Text contrast (WCAG AA)

contrast:text-contrast-wcag-aa

91% of measurable text passes WCAG AA. 4+ runs fail. 50% of text was unmeasurable (over images/gradients). not counted either way.

worst: “Commercial license” at 1.86:1 (14px, #f4b06a on #ffffff). 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 ~18px). below the ~16px readable floor.

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

Oversized images

weight:oversized-images

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

“featured-badge.webp” is 468px wide, displayed at 120px

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

Landmark regions

structure:landmark-regions

No <main> or <header> landmark. screen-reader users cannot jump between regions.

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

Input types

forms:input-types

2 fields use type="text" for email or phone. mobile keyboards will not adapt.

“Your email”, “Your email”

FixUse type="email" / type="tel" so phones show the right keyboard.

Tap-target size (mobile)

mobile:tap-target-size-mobile

152 of 165 interactive targets are under 44×44px on mobile.

smallest: “Dismiss offer banner” at 24×24px

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
Form labels

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

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

a11y:form-labels
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
Render-blocking resources

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

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

weight:render-blocking-resources
Keyboard reachability

70 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 2 fields. browsers cannot autofill.

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

forms:autocomplete-hints

Not measurable1

Page weight

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

weight:page-weight

Clear3

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

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

the roles, doing their job
The quick brown fox53px
Jumps over the lazy dog38px
A subheading in their voice24px

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
20pxAa
24pxAa
38pxAa
53pxAa
WEIGHTS
Aa400
Aa680
Aa700
Aa750
Aa780
Aa800
FAMILIES
ui-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