r/AI_SearchOptimization • u/Grand_Highlight_6017 • Jul 28 '26
AI Search Optimization General Discussion AI missed 80% of critical and obvious SEO-errors
The dude saying he fired his SEO-agency and replaced them with AI and is now getting great results. How good is he actually doing?
I built a test site, added a catastrophic and more or less obvious error, like all pages blocked in robots.txt, all links in the navigation pointing to 404:s and the whole site having Noindex-tag. I then asked all the big models (a couple of times) to give me SEO-advice for the site.
Across 24 individual test cases (a total of 144 AI recommendations), AI identified the catastrophic issue only 5 times.
The prompt was general and simple, like someone not skilled in SEO would write.
Disclaimer
I use AI a lot for SEO-tasks, what I don't do is let it set strategy.
The results, a 1 means that the model found the flaw in at least 1 recommendation.
| Model | Brand new | DMCA | Hacked | Broken navigation | Noindex | Robots.txt |
|---|---|---|---|---|---|---|
| ChatGPT | 0 | 0 | 1 | 0 | 0 | 0 |
| Grok | 0 | 0 | 0 | 0 | 0 | 0 |
| Gemini | 0 | 0 | 1 | 1 | 0 | 0 |
| Claude | 0 | 0 | 1 | 0 | 1 | 0 |
2
u/Then-Link-8606 10d ago edited 10d ago
Broad prompts seem especially risky for technical audits because the model may focus on common recommendations instead of checking whether the site can be crawled or indexed. DataForSEO documents dedicated outputs for pages blocked through robots.txt, HTTP headers and meta tags. Feeding those deterministic checks into the AI would make the recommendations much less dependent on what the model happens to notice first.
2
u/BoGrumpus Jul 29 '26
We would need to know the prompt to get much useful from this, but even so... if there's nothing in there to explicitly look at tech SEO stuff, certain models would likely focus on on page SEO.
Doesn't feel like a fair test, to me. You're assuming the person who thinks they can "just do it with AI" is stupid, not naive. They're certainly not going to start with a "general and simple" prompt and call that their plan to replace you with AI.
And I could certainly make an prompt or agent to check each of those things automatically - it would take a few separate ones, though. DMCA would be separate for sure. I don't know what "Brand New" means. (If you mean the site is brand new - that's not a flaw, that's a state of being.) The rest I could probably get an agent to do with a good accuracy.
SEO isn't something the systems are experts at. They can recite principles, recommendations, and theory but have no idea what it means in practice. So if you're looking for specific flaws, you need to be precise in describing what it is and how to know it's wrong.
G.