Spent an afternoon making my site more AI friendly. The next day AI traffic went 12x

Reddit r/AI_Agents News

Summary

A developer optimized their website for AI bots by fixing robots.txt, adding llms.txt, improving semantic HTML, and more, resulting in a 12x increase in AI traffic the next day.

I did a super detailed audit of our new landing page to see how AI agent ready it was. Scored 9/100 (it's two weeks old website so no feelings hurt). So I spent an afternoon fixing all the issues on the audit report. The next day we got this spike in AI traffic and it continued for the days after. I'm still monitoring whether these agent visits can bring us actual human users. But seeing the chart move that fast off a few hours of work is really promising so I wanted to share out checklist. Here's exactly what I fixed, in order: 1. **AI Accessibility** * Publish a `robots.txt` that explicitly allowlists major AI bots (GPTBot, ChatGPT-User, ClaudeBot, PerplexityBot, Google-Extended, CCBot) * Add a `Content-Signal` directive and a sitemap reference inside `robots.txt` * Serve a `sitemap.xml` with `lastmod` on every URL * Publish `llms.txt` (short) and `llms-full.txt` (comprehensive), per llmstxt.org * Add an `AGENTS.md` to guide coding agents through your product * Render pages server-side, not as a client-only SPA *(SPAs return blank HTML; agents read HTML, not JavaScript)* 2. **Brand Identity** * Embed sitewide JSON-LD `Organization` \+ `WebSite` schema (name, url, logo, description) * Match the brand string exactly across `<title>`, `og:title`, and Organization `name` *(inconsistencies split your brand authority across duplicates)* * Ship full Open Graph + Twitter Card metadata 3. **Content Readability** * Write real semantic HTML sections with proper headings and body text *(agents can only quote what they can parse)* * Load web fonts with `display: swap` 4. **Quotability** * Embed `FAQPage` JSON-LD wherever you have Q&A content * Chunk content into structured blocks *(easier for agents to lift quotable snippets)* 5. **Platform Fit** * Combine your AI bot allowlist, Content-Signal, `llms.txt`, and FAQ schema to cover per-platform signals 6. **Site Hygiene** * Set `<link rel="canonical">` on every page * Include meta description, keywords, and authors * Ship a full favicon set (favicon.ico, apple-icon, 192px, 512px) * Configure `robots` directives (index, follow, max-image-preview: large)
Original Article

Similar Articles

IndexedAI

Product Hunt

IndexedAI is a new product that scores websites for AI agent compatibility and provides improvement steps.

Free AI SEO Auditor

Product Hunt

A 100% open-source utility designed to audit websites for optimization in the emerging AI search landscape, currently featured on Product Hunt.

ai agents make the web feel weird now

Reddit r/artificial

The article reports that AI agents now account for a majority of web traffic, with agentic traffic growing 7,851% year-over-year, signaling a fundamental shift from human-centric web design to agent-friendly interfaces.