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.comin 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
- 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. - Generate a sitemap. If you use Astro, Next.js, or any modern framework, there is a one-line plugin. Visit
/sitemap.xmlin the browser and confirm it returns XML, not a 404 or your homepage. - 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. - 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.
- 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.
- 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
wwwvs non-wwwdiscrepancies 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 serveshttps://). The sitemap will be ignored. - Blocking
/sitemap.xmlinrobots.txtby accident with a too-broadDisallow: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
noindextag 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.
Related
- How to submit a sitemap in Search Console
- URL Inspection — the practical guide
- Reading the Pages report
- Submit website to Google (older companion)
- How to Use AI to Triage Search Console Issues
- How to Generate a Technical SEO Checklist with AI (Tailored to Your Stack)
Tags: #Indie dev #SEO #Google #Search Console #Indexing #Getting started