|
2 | 2 | <div class="fade-in text-center mb-16"> |
3 | 3 | <p class="text-xs font-mono text-fw-mint mb-4 tracking-widest uppercase">The problem</p> |
4 | 4 | <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. |
6 | 6 | </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> |
8 | 8 | </div> |
9 | 9 |
|
10 | 10 | <div class="grid md:grid-cols-3 gap-5"> |
11 | 11 | <div class="fade-in group bg-fw-surface/50 border border-fw-border rounded-xl p-7 hover:border-red-400/30 transition-colors"> |
12 | 12 | <div class="font-mono text-2xl mb-5 text-red-400/80"></></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> |
14 | 14 | <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. |
16 | 16 | </p> |
17 | 17 | </div> |
18 | 18 |
|
19 | 19 | <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">✕</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> |
22 | 22 | <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> |
24 | 24 | </p> |
25 | 25 | </div> |
26 | 26 |
|
27 | 27 | <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">✕</div> |
| 29 | + <h3 class="font-display text-lg font-bold mb-3 text-fw-text">Scraped Without Credit</h3> |
30 | 30 | <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. |
32 | 32 | </p> |
33 | 33 | </div> |
34 | 34 | </div> |
35 | 35 |
|
36 | 36 | <div class="fade-in mt-14 text-center"> |
37 | 37 | <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> — 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>. |
41 | 40 | </p> |
42 | 41 | </div> |
43 | 42 | </section> |
0 commit comments