DEV Community

Aniket Saini
Aniket Saini

Posted on

What my first week of Google Search Console data taught me about SEO for a new site

I assumed getting indexed was the hard part. It wasn't — Quietbench got crawled and indexed within days. What the first week of impression data actually taught me was something more specific: which kind of page a brand-new domain can realistically rank for, and which it can't yet.

The main tool pages got zero impressions. /json-formatter, /regex-tester, /api-tester — nothing. Makes sense in hindsight: "JSON formatter" is a query owned by sites with a decade of backlinks and authority. A new domain isn't out-competing that anytime soon, no matter how good the tool is.

The long-tail supporting pages got almost all of the traction. Pages like /regex-tester/cheat-sheet and /cron-builder/syntax-explained picked up impressions almost immediately, for queries like "cron syntax" and "website contrast checker" — specific, lower-competition phrases with far less entrenched competition.

The clearest signal came from one page that got zero impressions despite being indexed. I'd written a /api-tester/what-is-cors page targeting the query "what is CORS" — a broad, heavily-answered question already owned by MDN, web.dev, and freeCodeCamp. Meanwhile, the page's own content had the exact console error text buried in a sub-section: "No 'Access-Control-Allow-Origin' header is present...". That's the actual thing someone in a debugging session searches for, verbatim, not a definitional question. Restructuring the page to lead with that error message instead of the broad definition was a one-line insight that took a week of data to actually see.

The pattern, stated plainly: a new domain can't compete on definitional or generic queries yet, no matter the content quality. It can compete on specific, verbatim, low-competition phrasing almost immediately — error messages, exact syntax terms, comparison phrases. If you're building a new site's content strategy, the frustrating console error your users paste into Google is worth more, right now, than the polished "what is X" page you were probably planning to write first.

Following that data, not a guess, is doing more for the site's early SEO than anything I planned upfront.

Top comments (0)