First — Is This Actually Impressive?
Context matters. For an established site with domain authority, getting indexed in 3 days is routine. Google already trusts it and crawls it regularly.
For a brand new domain with no history, no authority, and no backlinks, the default expectation is weeks — sometimes months — before Google finds and indexes your pages. New sites often sit in what SEOs call the "sandbox," a period where Google has seen the domain but hasn't decided whether to trust it enough to show it in results.
Getting past that quickly isn't about gaming the system. It's about making it as easy as possible for Google to find, crawl, and understand your pages from day one. That's what this post covers.
The key insight: Google doesn't automatically find your pages. You have to tell it where they are and give it a reason to trust what it finds. Most new site owners do neither.
The Setup — Before You Publish a Single Page
Connect Google Search Console on Day One
Before anything else. Go to search.google.com/search-console, add your property, and verify ownership. The fastest method is adding a meta tag to your homepage's <head>. This is non-negotiable — without Search Console you can't submit sitemaps or request indexing manually. Don't wait until you have content. Do this the day the domain resolves.
Build Clean HTML — No CMS Bloat
Every page on comborb.com is hand-written HTML. No WordPress, no page builders, no plugins generating bloated markup. Google's crawler is software — it reads code. Clean, valid HTML with proper semantic structure (<article>, <h1>, <h2>, <nav>) gives it exactly what it needs without fighting through 200KB of theme scripts to find the actual content.
Canonical Tags on Every Page
Every single page has a canonical tag pointing to its own URL. This tells Google which URL is the definitive version of each page and prevents any duplicate content confusion. It's one line in the <head> and it matters more than most people think on new domains where crawl budget is limited.
Create and Submit a Sitemap
Write a clean XML sitemap listing every page URL, then submit it in Search Console under Sitemaps. This is how you formally tell Google what exists on your site. Without it, Google has to discover your pages by crawling — which can take weeks on a new domain. With it, you're handing Google a map.
Request Indexing Manually for Each URL
This is the step most people skip. In Search Console, use the URL Inspection tool on each individual page URL and hit "Request Indexing." Google doesn't guarantee it indexes immediately, but submitting the request puts your URLs in the priority crawl queue. Do this for every page — not just the homepage.
The On-Page Structure That Builds Trust Fast
Technical setup gets Google to your pages. On-page structure determines whether it trusts them. On a new domain with no authority signals, your content has to do more work than it would on an established site. Here's what we put on every page:
- One H1, matching the target keyword phrase. Not close to it — matching it. If the page targets "NQ day type classification," the H1 says "NQ Day Type Classification" or a natural variation of that exact phrase.
- Logical H2 structure. Every major section gets its own H2. Google uses heading structure to understand what a page covers. If your headings don't tell a coherent story, your page won't rank for one.
- Schema markup. Every article page has Article schema. The homepage has WebSite schema. This gives Google structured data about what type of content it's looking at — and on a new domain, any signal that reduces ambiguity helps.
- Internal links from day one. Every article links to at least one other article on the site. Even on launch day with only a few pages, those internal links help Google discover other pages and understand the site's topical structure.
- No keyword stuffing. Write for the reader. Use the target phrase naturally in the intro, one or two H2s, and throughout the body. Forcing it reads as spam and Google has been good at detecting that for years.
The Sitemap Format
Here's the basic structure of the sitemap we submitted:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://comborb.com/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://comborb.com/article-day-type-classification.html</loc>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- one <url> block per page -- -->
</urlset>
Keep it simple. No fancy parameters. One <url> block per page, the canonical URL, a changefreq hint, and a priority. Submit it in Search Console and leave it alone.
What Won't Work
A few things that don't move the needle on a new domain and aren't worth spending time on early:
- Submitting your sitemap multiple times. Once is enough. Resubmitting the same sitemap repeatedly doesn't speed anything up.
- Social media sharing to "force" indexing. Sharing a new page on Twitter doesn't make Google index it faster in any meaningful way on a new domain.
- Buying links. On a new domain, bought links are a fast way to get a manual penalty. Build the content first.
- Waiting. The most common mistake. New site owners publish pages and assume Google will find them eventually. Google needs to be told. Use Search Console, use the URL inspection tool, request indexing on every page. Don't wait for the crawler to discover things on its own.
The Honest Caveat
Getting indexed quickly doesn't mean ranking quickly. Indexing means Google has your page in its database. Ranking means Google shows your page to users searching for your target keyword. Those are different things with different timelines.
New domains typically take 3-6 months to start seeing meaningful organic traffic on competitive keywords — sometimes longer. What we did was optimize the indexing step. The ranking step takes time, consistent content, and topical authority built page by page.
The 3-day indexing was a good sign — it means the technical setup was clean and Google had no reason not to crawl the site immediately. Everything after that is content and patience.