🚨 新一代 SEO 已经不是 Google SEO 了。
而是 AI SEO(GEO)。
刚刚在 GitHub 看到一个很有意思的项目:
👉 geo-seo-claude
简单说,它是一个给 Claude Code 用的 GEO 工具,可以直接分析你的网站 在 AI 搜索里的可见度。比如 ChatGPT / Perplexity / Claude。
很多人还在做传统 SEO,
但未来真正的流量入口是 AI答案里的引用。
而这个工具做的事情非常直接:
⚡ 一条命令跑完整 AI SEO 审计
/geo audit twexapi. io
然后它会自动帮你分析:
• AI crawler 是否能访问你的网站
• 内容是否容易被 AI 引用(citability score)
• Schema / structured data 是否完整
• 品牌在 Reddit / Wikipedia / YouTube 的权威度
• 给出 GEO 优化建议
• 甚至直接生成 PDF 报告
核心思路其实是一个新概念:
GEO(Generative Engine Optimization)
也就是:
优化内容,让 AI 在回答问题时引用你的网站,而不是只在 Google 排名。
这件事会越来越重要,因为:
AI搜索正在替代传统搜索
用户越来越直接问 ChatGPT
“被 AI 引用” = 新时代的流量入口
所以未来 SEO 可能会变成:
Google SEO → AI Citation SEO
如果你在做:
SaaS
API
开���者工具
内容网站
建议研究一下这个方向。⬇️
yes, I crossed $1,000,000 / month
was trying to keep it quiet but it got leaked on a pod so... let's go
quick backstory:
I sold Tweet Hunter and Taplio for $8m in 2024
then got back to work
and honestly, I was terrified
when you set a standard for yourself, you have to live by it and that pressure is real
every single thing I shipped felt scary - I felt like a fraud, "the lucky guy who got acquired once"
every launch, I kept thinking:
what if it flops?
what if I go from "the guy who exited" to just... a nobody?
so I forced myself to ship a ton
a lot failed
I was embarrassed by the bugs in my MVPs
but I kept going
Revid, Outrank, SuperX, PostSyncer, Feather -> five products thriving
today they do more than anything I've ever built before
grateful to my co-makers, to the team, and to everyone following along, giving feedback, using the products every day
thank you, genuinely 🙏
Claude Code tips that have made my life easier:
(Add these to your CLAUDE .md file)
1. "Before writing any code, describe your approach and wait for approval. Always ask clarifying questions before writing any code if requirements are ambiguous."
2. "If a task requires changes to more than 3 files, stop and break it into smaller tasks first."
3. "After writing code, list what could break and suggest tests to cover it."
4. "When there’s a bug, start by writing a test that reproduces it, then fix it until the test passes."
5. "Every time I correct you, add a new rule to the CLAUDE .md file so it never happens again."
The wording in the file is much more detailed than what I wrote above, but hopefully these show the spirit.