Submit a New Site to Google — 2026 Four-Step Flow with Realistic Timelines

The shortest 2026 submission flow: verify, sitemap, request indexing on one URL, link from the homepage — plus how long each step actually takes for a brand-new domain.

You launched a site this week, you typed site:yourdomain.com into Google, and you got nothing. That is normal. Here is the current 2026 flow for telling Google your site exists, in the order that actually matters. If you also want the deeper playbook with robots.txt configuration and manual indexing strategy, see the complete submission playbook.

Background

Google does not need you to “submit” your site the way old SEO guides imply — it crawls the web on its own. But for a brand-new domain with no inbound links, you can shave days off the wait by doing four things in the right order: verify in Search Console, submit a sitemap, request indexing on your most important URL, and make sure the homepage links to every page you care about.

How to tell

  • Your domain is less than 30 days old, or just moved hosts.
  • site:yourdomain.com in Google returns zero results.
  • You have no backlinks yet — Google has no other path to find you.
  • You added a sitemap but it shows “Couldn’t fetch” or “0 discovered URLs”.

Quick verdict

Verify the domain property in Search Console, submit sitemap.xml, then request indexing on your homepage. Do not request indexing on 50 URLs the same night — that does not speed anything up and Google rate-limits it anyway.

Step by step

  1. Open Google Search Console and add your site as a Domain property (not URL prefix). Verify with a DNS TXT record at your registrar — this covers https://, http://, www. and bare-domain in one go.
  2. Generate a sitemap. If you use Astro, Next.js, or any modern framework, there is a one-line plugin. Visit /sitemap.xml in the browser and confirm it returns XML, not a 404 or your homepage.
  3. In Search Console -> Sitemaps, paste sitemap.xml (no leading slash) and submit. Within 1-3 days status should flip to “Success” with a URL count > 0.
  4. Use the URL Inspection tool on your homepage. Click Request indexing. Wait. This is the only URL you should manually request — the rest will come through the sitemap.
  5. Make sure your homepage internal-links to every section / article you want indexed. Google follows links far more reliably than it discovers URLs only from a sitemap.
  6. Wait 7-14 days, then check the Pages report. If most URLs say “Discovered — currently not indexed”, that is a content / authority signal, not a submission problem. Stop resubmitting; start linking and writing.

Common pitfalls

  • Submitting a URL-prefix property only — you miss the www vs non-www discrepancies that catch most new sites.
  • Clicking “Request indexing” on 30 URLs the same evening. Google ignores most of them and you waste your quota.
  • Sitemap URL uses a different protocol or host than your canonical (e.g. sitemap lists http:// but site serves https://). The sitemap will be ignored.
  • Blocking /sitemap.xml in robots.txt by accident with a too-broad Disallow: rule.
  • Expecting same-day indexing. New domains routinely wait 5-21 days for the first round of indexing — that is not a bug.

Who this is for

Solo builders launching a content site, indie SaaS landing pages, or a personal portfolio under a fresh domain.

When to skip this

If you already have hundreds of indexed pages and you are debugging “why did indexed count drop?” you want the Pages report guide, not this submission walkthrough.

FAQ

  • How long until my site shows up in Google?: For a brand-new domain, expect 3-14 days for the homepage and 2-6 weeks for the long tail. If nothing is indexed after 21 days, your sitemap is broken, you have a noindex tag somewhere, or your content is too thin.
  • Do I need to ping Google or submit to “submit-your-site” services?: No. Those services are a relic. Search Console + a working sitemap is the entire 2026 flow. Third-party submission services do nothing useful and several are scams.
  • Should I also submit to Bing?: Yes, but separately. Bing Webmaster Tools accepts an import from Search Console, so it is a five-minute extra step. Skip the others.
  • What if I do not see my domain verification option?: Use the DNS TXT record method. The HTML file method only works for URL-prefix properties; for Domain properties (which you want) DNS is mandatory.

Tags: #Indie dev #SEO #Google #Search Console #Indexing #Getting started