@michael_chomsky
Michael @michael_chomsky
Monday, February 2, 2026

Tweet

There is so much SEO/AEO alpha in just pasting this blog into Claude Code and telling it to optimize your project. here's the tldr: -always respect 'Accept: text/plain' and 'Accept: text/markdown' headers (most agents don't render js, biggest win) -let agents know about your llms.txt, otherwise they won't check for it -keep important context for agents at the top of your files (they tend to truncate) -prioritize agents when serving content We're building something absolutely insane for agent SEO next. I really can't wait to share!

Save Insight

The tweet itself contains the value — save the takeaway

Quick Insight

This is about optimizing websites for AI agents (AEO = Agent Engine Optimization) rather than traditional search engines. The key wins are serving plain text/markdown for agents that don't render JS, using llms.txt files, and putting important content at the top since agents often truncate responses.

Actionable Takeaway

Add `Accept: text/plain` and `Accept: text/markdown` header detection to his side project sites and serve simplified content versions. Start with his print-on-demand automation landing pages since those likely need discoverability.

Related to Your Work

His fintech platform's webhook integrations and analytics dashboards could benefit from agent-friendly endpoints - especially if partners or customers start using AI agents to discover and integrate with their credit-card-linked offers API.

Source Worth Reading

The tweet mentions "this blog" and pasting it into Claude but doesn't link to it. Without the actual blog post, this is just high-level tips. The promised "something insane for agent SEO" is vaporware until shipped.

Tags

#ai-agents #seo #web-optimization #api-design #automation