What AI-Assisted Posts Actually Do for a New Domain
Do AI generated blog posts rank? We ran our own AI-assisted publishing pipeline on a brand-new domain (techpotions.com) for six months, and the honest answer is: not yet, and not for the reasons you think.

Do AI generated blog posts rank? We ran our own AI-assisted publishing pipeline on a brand-new domain (techpotions.com) for six months, and the honest answer is: not yet, and not for the reasons you think. The raw numbers are unflattering, but the diagnosis—and the rebuild that followed—is what matters for any founder being sold an AI content engine.
What our zero‑traffic AI content pipeline actually looked like
Our baseline, pulled in July 2026, was brutal. Semrush showed zero organic traffic, an Authority Score of 2, and exactly one genuine referring domain (a nofollowed Medium mention). Google Search Console revealed a tiny trickle over 28 days: 16 clicks from 341 impressions at an average position of 12.1. We had published roughly 40 posts to our /lab section, but the numbers told a different story behind the scenes.
Metric | Value |
|---|---|
Semrush Authority Score | 2 |
Organic traffic (Semrush) | 0 |
Organic keywords (Semrush) | 4 |
Referring domains (genuine) | 1 |
Pages indexed (GSC) | 47 |
Pages not indexed (GSC) | 56 |
Clicks (28 days, GSC) | 16 |
Impressions (28 days, GSC) | 341 |
Avg. position (GSC) | 12.1 |
Those 56 unindexed URLs weren’t a sign of low-quality content being rejected. They were a sign of a broken technical foundation. 33 of them were www duplicates of pages that already existed at the apex domain—so they were never separate content at all. Another 2 were stale redirects left over from a hosting migration. The rest were thin or orphaned pages that the generator had produced in volume mode.
Volume was never the constraint. The pipeline was a volume machine, recycling trending news into posts that summarized what was already ranked elsewhere. It was writing, but it wasn’t saying anything that hadn’t been said a hundred times.
Do AI generated blog posts rank? Here’s why ours didn’t.
Three things were broken, and none of them were fixed by writing more.
1. Indexation sabotage. Before you measure traffic, measure indexation. Of our 56 unindexed URLs, 35 were completely avoidable—33 www duplicates and 2 stale redirects. Google had crawled the right pages but chose to ignore the wrong ones, and we had given it twice as many wrong ones as right ones. When you fix that, you don’t get better content; you just stop actively sabotaging your own presence. We cleaned up canonical tags, set up proper redirects, and used IndexNow for Next.js to tell search engines about the canonical versions immediately.
2. Domain authority gating. Authority Score 2 with one real referring domain does not rank, regardless of how good any individual post is. No amount of publishing fixes a referring-domain problem. This is the gap that most AI content engines conveniently ignore. SE Ranking’s own experiment with AI-generated articles on an established blog saw traffic gains precisely because the domain already had authority. Without that, even well-written, helpful AI-assisted posts remain invisible.
3. Undifferentiated output. Our earlier pipeline recycled trending news. It produced posts that merely summarized what was already ranking. That’s the fastest way to hit the “thin content” wall, even if Google’s guidance on AI content says it’s not automatically spam. The posts weren’t deceptive; they were just redundant. As one Reddit thread points out, the best AI-assisted workflows use research and first-hand data, not just summarization. We had to kill the news-recycling mode entirely.
The pipeline rebuild that stopped writing when there was nothing to say
We rebuilt the generator so that it will only draft a topic that carries a real proof point and a first-hand expert note. If the backlog has neither, the generator produces zero posts by design. An empty backlog now means zero output.
# Pseudo-code for the rule we baked into the pipeline
def should_generate(topic):
if not (topic.get("proof_point") and topic.get("expert_note")):
return None # No output until a real expert note exists
return draft_post(topic)This is the difference between “using AI to write” and “using AI to scale what you already know.” Averi’s breakdown gets it right: AI-generated content isn’t good or bad for SEO; your process for creating AI-assisted content determines whether it helps or hurts. Our process now requires a human to bring something original before the model gets to type a single word. We also built in safeguards against the hallucination problem that plagues AI pipelines—stopping hallucinations before they publish is a non-negotiable layer.
Transferable rules for founders buying an AI content engine
Measure indexation before you measure traffic. Unindexed posts are not slow—they are absent. If half your pages aren’t in Google’s index, no amount of content tweaking will help. Fix duplicate-host and redirect issues before blaming the copy.
Judge month one on indexation and keyword coverage, not sessions. A new domain with zero authority will not earn meaningful traffic in the first month, no matter how good the content is. Track how many pages are indexed and how many queries they show up for in Search Console—that’s your real leading indicator.
AI removes the drafting cost, not the authority cost. The CreativeStable experiment with automated AI blogging hit the same wall: volume alone doesn’t build trust. You still need to earn links the old-fashioned way. AI-assisted writing changes your publishing rate and nothing about your link profile.
Require first-hand proof points or the pipeline stays silent. If your topic backlog is just a list of keywords, you’ll produce the same summary everyone else has. The only AI content that earns a place on the web is built on something the model didn’t read on the internet—your data, your experiment, your expert note.
These rules are exactly what we’ve baked into Growth Labs, where we pair AI-assisted drafting with real authority-building tactics so founders don’t have to learn the hard way.
How to start building an AI-assisted content engine that actually works
- Clean up your technical foundation. Fix canonicalization, eliminate
wwwduplicates, and remove stale redirects. Use IndexNow to push canonical URLs to search engines the moment you publish. - Build a topic backlog that requires proof points. Every topic should have a “why us” column: a data point, a screenshot, a customer story, a build log. If you can’t fill that column, the topic doesn’t get written.
- Set the generator to produce zero output when the backlog is empty. The pipeline should not have a fallback mode that summarizes trending news. “No expert note” means “no post.”
- Track indexation and keyword coverage, not sessions. In month one, your goal is to get 90%+ of your pages indexed and to see impressions climbing for a growing set of queries. Traffic comes later.
- Invest in link building separately. The AI pipeline is your drafting engine; you still need a link-building strategy. Treat them as two independent workstreams.
Ready to build an AI-assisted content engine without the expensive mistakes? Start here.
FAQ
Do AI generated blog posts rank on a new domain?
Not automatically. On a brand-new domain with zero authority, even genuinely helpful AI-assisted posts won’t rank if they are not indexed, if the technical foundation is broken, or if the content itself is undifferentiated. Our own pipeline produced zero organic traffic according to Semrush, despite 40 posts, because indexation issues and domain authority gate kept them invisible.
What’s the first thing to fix before using AI-generated content on my site?
Fix indexation first. Before writing a single post, clean up duplicate canonical URLs, stale redirects, and www/non-www conflicts. Then build a topic backlog that requires a first-hand proof point and an expert note, and set your generator to produce zero posts when the backlog is empty. Finally, track keyword coverage and indexed pages, not sessions, in month one.
Can I rank a new domain with AI content alone, without any link building?
No. AI removes the drafting cost, not the authority cost. A domain at Authority Score 2 with one real referring domain will not rank, regardless of post quality. You need a separate link-building strategy alongside AI-assisted publishing to earn the referring domains that signal trust.