Skip to content

Commit 49b1f9f

Browse files
sukru-can1claude
andcommitted
refocus landing page on protocol mission, not SEO
Hero, Problem, and AIO sections reverted to protocol-first messaging. SEO/AIO positioned as a side benefit, not the core identity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 29b0167 commit 49b1f9f

4 files changed

Lines changed: 29 additions & 31 deletions

File tree

src/components/AIO.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<div class="fade-in text-center mb-16">
33
<p class="text-xs font-mono text-fw-mint mb-4 tracking-widest uppercase">AI Optimization</p>
44
<h2 class="font-display text-3xl sm:text-4xl lg:text-5xl font-bold mb-4">
5-
SEO took 20 years. <span class="text-fw-mint">AIO takes 5 minutes.</span>
5+
What FlyWeb does <span class="text-fw-mint">for your website.</span>
66
</h2>
7-
<p class="text-fw-muted text-lg max-w-2xl mx-auto">FlyWeb does three things for your website. Pick one. Pick all three. Start free.</p>
7+
<p class="text-fw-muted text-lg max-w-2xl mx-auto">Structure your content once. Get discovered, cited, and credited by every AI agent on the web.</p>
88
</div>
99

1010
<div class="grid md:grid-cols-3 gap-5 max-w-5xl mx-auto">

src/components/Hero.astro

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,20 @@
1414
</div>
1515

1616
<h1 class="font-display text-4xl sm:text-5xl lg:text-6xl xl:text-7xl font-800 tracking-tight leading-[1.08] mb-6">
17-
Is your website<br />
18-
<span class="text-fw-mint">invisible to AI?</span>
17+
Make the internet<br />
18+
<span class="text-fw-mint">machine-readable.</span>
1919
</h1>
2020

2121
<p class="text-base sm:text-lg text-fw-muted leading-relaxed mb-8 max-w-lg">
22-
AI reads your content, gives you <span class="text-red-400 font-medium">nothing</span>.
23-
No credit. No traffic. No payment.
24-
<span class="text-fw-mint font-medium">FlyWeb</span> is the open protocol that makes your site
25-
<span class="text-fw-mint">discoverable, readable, and cited</span> by every AI agent.
22+
An open protocol that lets every website describe its content in a way machines can understand.
23+
<span class="text-fw-text font-medium">One file.</span> Universal discovery. Enforced attribution.
24+
<span class="text-fw-mint font-medium">FlyWeb</span> is the standard for how AI reads the web.
2625
</p>
2726

2827
<div class="flex flex-wrap gap-2.5 mb-10">
29-
<span class="px-3 py-1.5 rounded-md border border-fw-border bg-fw-surface/60 text-xs text-fw-muted font-mono">AI visibility</span>
28+
<span class="px-3 py-1.5 rounded-md border border-fw-border bg-fw-surface/60 text-xs text-fw-muted font-mono">universal discovery</span>
29+
<span class="px-3 py-1.5 rounded-md border border-fw-border bg-fw-surface/60 text-xs text-fw-muted font-mono">structured data</span>
3030
<span class="px-3 py-1.5 rounded-md border border-fw-border bg-fw-surface/60 text-xs text-fw-muted font-mono">enforced attribution</span>
31-
<span class="px-3 py-1.5 rounded-md border border-fw-border bg-fw-surface/60 text-xs text-fw-muted font-mono">5 min setup</span>
3231
</div>
3332

3433
<div class="flex flex-col sm:flex-row gap-3">
@@ -87,16 +86,16 @@
8786
<!-- Bottom stat bar -->
8887
<div class="mt-20 pt-10 border-t border-fw-border/30 grid grid-cols-1 sm:grid-cols-3 gap-6">
8988
<div class="code-line text-center" style="animation-delay: 3.6s">
90-
<div class="text-2xl font-display font-bold text-fw-mint mb-1">AI-Readable</div>
91-
<div class="text-xs text-fw-muted font-mono">structured data AI understands</div>
89+
<div class="text-2xl font-display font-bold text-fw-text mb-1">1 file</div>
90+
<div class="text-xs text-fw-muted font-mono">your whole site, structured</div>
9291
</div>
9392
<div class="code-line text-center" style="animation-delay: 3.8s">
94-
<div class="text-2xl font-display font-bold text-fw-mint mb-1">AI-Visible</div>
95-
<div class="text-xs text-fw-muted font-mono">discovered by every AI agent</div>
93+
<div class="text-2xl font-display font-bold text-fw-text mb-1">any AI</div>
94+
<div class="text-xs text-fw-muted font-mono">universal agent compatibility</div>
9695
</div>
9796
<div class="code-line text-center" style="animation-delay: 4.0s">
98-
<div class="text-2xl font-display font-bold text-fw-mint mb-1">AI-Attributed</div>
99-
<div class="text-xs text-fw-muted font-mono">your content, your credit</div>
97+
<div class="text-2xl font-display font-bold text-fw-text mb-1">5 min</div>
98+
<div class="text-xs text-fw-muted font-mono">add to any website</div>
10099
</div>
101100
</div>
102101
</div>

src/components/Problem.astro

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,41 @@
22
<div class="fade-in text-center mb-16">
33
<p class="text-xs font-mono text-fw-mint mb-4 tracking-widest uppercase">The problem</p>
44
<h2 class="font-display text-3xl sm:text-4xl lg:text-5xl font-bold mb-4">
5-
AI uses your content. <span class="text-red-400">Gives you nothing.</span>
5+
The web wasn't built for machines.
66
</h2>
7-
<p class="text-fw-muted text-lg max-w-xl mx-auto">Three problems destroying the relationship between publishers and AI.</p>
7+
<p class="text-fw-muted text-lg max-w-xl mx-auto">And it's breaking everything AI tries to do.</p>
88
</div>
99

1010
<div class="grid md:grid-cols-3 gap-5">
1111
<div class="fade-in group bg-fw-surface/50 border border-fw-border rounded-xl p-7 hover:border-red-400/30 transition-colors">
1212
<div class="font-mono text-2xl mb-5 text-red-400/80">&lt;/&gt;</div>
13-
<h3 class="font-display text-lg font-bold mb-3 text-fw-text">Invisible to AI</h3>
13+
<h3 class="font-display text-lg font-bold mb-3 text-fw-text">HTML Soup</h3>
1414
<p class="text-sm text-fw-muted leading-relaxed">
15-
When someone asks an AI assistant for a recommendation, your site may never appear. There's no way to optimize for AI discovery. No sitemap. No structured data. <span class="text-red-400">Zero control.</span>
15+
Every website is a unique mess of divs, classes, and JavaScript. AI agents scrape raw HTML, guess what's content, and <span class="text-red-400">hallucinate</span> when they get it wrong.
1616
</p>
1717
</div>
1818

1919
<div class="fade-in group bg-fw-surface/50 border border-fw-border rounded-xl p-7 hover:border-red-400/30 transition-colors">
20-
<div class="font-mono text-2xl mb-5 text-red-400/80">&#x2715;</div>
21-
<h3 class="font-display text-lg font-bold mb-3 text-fw-text">Scraped Without Credit</h3>
20+
<div class="font-mono text-2xl mb-5 text-red-400/80">???</div>
21+
<h3 class="font-display text-lg font-bold mb-3 text-fw-text">No Discovery</h3>
2222
<p class="text-sm text-fw-muted leading-relaxed">
23-
AI scrapes your content, generates answers from it, and gives <span class="text-red-400">zero attribution</span> to the original creator. Your words. Their profit. Your name? Nowhere to be found.
23+
There's no standard way for a machine to ask: "What content do you have?" Every API is bespoke. Every integration is custom. <span class="text-red-400">No universal protocol.</span>
2424
</p>
2525
</div>
2626

2727
<div class="fade-in group bg-fw-surface/50 border border-fw-border rounded-xl p-7 hover:border-red-400/30 transition-colors">
28-
<div class="font-mono text-2xl mb-5 text-red-400/80">???</div>
29-
<h3 class="font-display text-lg font-bold mb-3 text-fw-text">HTML Soup</h3>
28+
<div class="font-mono text-2xl mb-5 text-red-400/80">&#x2715;</div>
29+
<h3 class="font-display text-lg font-bold mb-3 text-fw-text">Scraped Without Credit</h3>
3030
<p class="text-sm text-fw-muted leading-relaxed">
31-
Every website is a unique mess of divs, classes, and JavaScript. AI agents scrape raw HTML, guess what's content, and <span class="text-red-400">hallucinate</span> when they get it wrong.
31+
AI consumes content, generates answers, and gives <span class="text-red-400">zero attribution</span> to the original creator. No credit. No link back. No control.
3232
</p>
3333
</div>
3434
</div>
3535

3636
<div class="fade-in mt-14 text-center">
3737
<p class="text-lg text-fw-muted">
38-
Google had <span class="text-fw-text font-medium">SEO</span>.
39-
The AI era needs <span class="text-fw-mint font-medium">AIO</span> &mdash; AI Optimization.
40-
<span class="text-fw-mint font-medium">FlyWeb is how you rank.</span>
38+
The result? AI that <span class="text-red-400 font-medium">hallucinates</span>, publishers that get <span class="text-red-400 font-medium">scraped</span>,
39+
and a web that <span class="text-red-400 font-medium">no machine can reliably read</span>.
4140
</p>
4241
</div>
4342
</section>

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import JoinCTA from '../components/JoinCTA.astro';
1313
---
1414

1515
<Layout
16-
title="FlyWeb — SEO for the AI Era | Make Your Website Visible to AI"
17-
description="FlyWeb is the open protocol that makes your website discoverable, readable, and cited by every AI agent. AI Optimization in 5 minutes."
16+
title="FlyWeb — The Open Protocol for Machine-Readable Websites"
17+
description="FlyWeb is the open protocol that lets every website describe its content in a way machines can understand. One file. Universal discovery. Enforced attribution."
1818
>
1919
<Nav />
2020
<main>

0 commit comments

Comments
 (0)