
Each local area page used to take us half a day to create and optimize.
With SEOmatic, we can create hundreds of pages in the same time, which helps our clients make the best use of their budget.
It's transformed how we deliver scalable SEO solutions.
Will Hawkins
Marketing Director, Digi-Business UK
Agents read your Search Console data, do the work, and prove what actually moved. You decide what ships.
14-Day Free Trial. $1 card check, refunded. Cancel Anytime.
Pay as you go
Researched against the pages that currently rank, written in your brand voice, scored before you ever see it, and delivered as markdown + HTML. Buy one, or put one a week on a schedule. Articles never expire.
Free account, then $9 per article. No plan, no credits, no monthly anything. Skeptical? Read an unedited sample first.
Real research, not vibes
Every article starts from a live read of the pages ranking for your topic, with real competitor URLs on the brief. Nothing is invented.
Internal links to your site
Connect your site (free) and articles link to your real pages, validated against your domain before delivery.
A quality gate with receipts
Structure, depth, keyword balance, a content score and an AI-search score. You see the numbers on every article.
Markdown + HTML, yours
Both formats, downloadable and editable. Edit the markdown and the HTML re-renders. Publish anywhere you like.
A weekly rhythm, if you want it
List your topics, flip a switch: one article a week from your prepaid balance, emailed to you when it lands. It pauses honestly when the balance is empty.
An API from day one
POST a topic, poll, receive markdown + HTML. The same $9 flat price, machine-readable walls, OpenAPI documented.
Three real articles, three different niches, exactly as the pipeline delivered them. Zero human edits, scores included.
2 458 words · AI-search 70/100 · content 57/100
Read the full article1 847 words · AI-search 68/100 · content 45/100
Read the full article2 473 words · AI-search 58/100 · content 61/100
Read the full article$50 to $300
A freelance writer, per article, plus briefing and review rounds.
$49 to $99/mo
Typical AI writing subscriptions, whether you publish that month or not.
$9 flat
One article, research and quality gate included. Pay only when you publish.
No plan to pick, no credits to decode. Top up a balance, spend it one article at a time, and keep whatever you don't use forever.
Top up your balance
Create a free account and buy 1, 5, or 10 articles at $9 each. Connect your site too if you want the articles to link to your real pages.
Give us a topic
Type it in the dashboard or POST it to the API. One topic consumes one prepaid unit, always.
The article writes and grades itself
Live research against the pages that currently rank, your brand voice, branded visuals, and a quality gate with a content score and an AI-search score before you ever see it.
Review, edit, publish anywhere
Read it, tweak the markdown if you want, download .md or .html, and publish on whatever stack you run. It is your content.
The article lane is a first-class API surface. One key, flat pricing, and a machine-readable wall: when the balance is empty the API answers 402 with a checkout link, so your integration (or your agent) always knows exactly what to do next.
curl -X POST https://app.seomatic.ai/api/v1/articles \
-H "Authorization: Bearer smk_live_..." \
-H "Content-Type: application/json" \
-d '{"topic": "how to choose trail running shoes"}'
# 202 { "id": "...", "status": "queued", "poll": "/api/v1/articles/{id}" }
# then GET the poll URL until status = "ready" -> { markdown, html, ... }Full contract in the OpenAPI 3.1 document, alongside the rest of the developer surface.