SEO is Dead? How I Optimized My Next.js SaaS for ChatGPT & Perplexity (AEO)
March 2026 · Damir Andrijanic · 5 min read
Everyone is still playing the Google SEO game: stuffing keywords, buying backlinks, and fighting for Page 1. But if you are building a B2B SaaS in 2026, your target audience (developers, founders, CTOs) has already changed their behavior.
They aren't Googling anymore. They are asking Perplexity, ChatGPT, Claude and Google AI mode.
When I launched my Micro-SaaS, ComplianceRadar (an automated EU AI Act risk scanner), I realized something terrifying: getting to the top of Google might take 6 months. But getting cited by an LLM as the authoritative source? That can happen almost instantly if you speak their language.
llms.txt
A machine-readable company summary for AI crawlers.
JSON-LD
Structured entities that let models parse your product fast.
Authority links
Primary-source citations that increase trust and citations.
1) The Secret Weapon: Add llms.txt
Just like robots.txt tells traditional search engines where to go, the new llms.txt standard tells AI agents what your company actually does.
AI crawlers (like OpenAI's OAIbot or Anthropic's crawler) want high-signal, low-noise text. They don't care about your beautiful Tailwind CSS gradients. They want raw facts.
I created an llms.txt file in my public directory so it lives at complianceradar.dev/llms.txt. Now, when an LLM scans my domain to figure out if it should recommend me, it gets a structured, hallucination-resistant summary of my exact value proposition.
2) Inject Heavy Structured Data (JSON-LD)
LLMs rely heavily on the semantic web. I went beyond basic meta tags and injected strict JSON-LD schemas in my Next.js App Router routes:
- Organization + WebSite in the root layout to establish the brand entity.
- SoftwareApplication to describe the category, use case, and pricing model.
- FAQPage on the risk classification guide for pre-packaged Q&A retrieval.
3) Use Authority Anchors (Official Citations)
Most founders publish opinions with zero hard sources. LLMs prioritize corroborated information.
So I updated my blog routes with explicit outbound links to primary legal sources like EUR-Lex.
By bridging dense government legislation and developer-friendly implementation guidance, I signal: this product is not just generating text, it is grounding claims in official data.
The Result
Building a lead-generating SaaS is only half the battle. Distribution is the other half.
By implementing llms.txt, deep structured data, and authoritative citations, ComplianceRadar is no longer waiting passively for Google indexing. It is actively feeding high-trust structured data into the AI systems my customers already use.
Final takeaway
If you are an indie hacker or founder, stop optimizing only for meta descriptions. Optimize for the machines your users are talking to.
And if you are building AI features and want a fast compliance check, try complianceradar.dev ↗