Why Isn't My Site on Google? How to Get Indexed
You've built your site, hit publish, searched Google for it… and nothing. It's one of the most frustrating moments for any site owner, but it's almost always fixable. Indexing — getting your pages into Google's database so they can appear in results — depends on a handful of things going right. Let's troubleshoot them in order.
First, is it actually indexed?
Search Google for site:yoursite.com. If pages appear, you're indexed (you may just be ranking poorly, which is a different problem). If nothing shows, you have an indexing issue. Check specific pages with our Google index checker.
Reason 1: The site is too new
Google takes time to discover and crawl new sites — sometimes days, sometimes weeks. If you launched recently and haven't told Google about it, patience plus the steps below is the fix. Don't assume something's broken on day two.
Reason 2: You haven't submitted it
Don't wait to be found — invite Google in. Create a free Google Search Console account, verify ownership, submit your XML sitemap, and use the URL Inspection tool to request indexing for key pages. This is the single most effective step for a new site.
Reason 3: robots.txt is blocking crawlers
A stray Disallow: / in your robots.txt blocks your whole site — a very common leftover from staging environments. Check yours and fix it with our robots.txt generator. (See our robots.txt guide for the details.)
Reason 4: A "noindex" tag
A <meta name="robots" content="noindex"> tag tells Google to keep a page out of results entirely. CMS platforms sometimes ship with a "discourage search engines" setting switched on — check that box is unticked. Inspect a page's tags with the meta tag analyzer.
Reason 5: Thin or duplicate content
Google may choose not to index pages it considers low-value — thin, duplicated, or near-empty. Make sure each page offers genuine, unique content. This is increasingly common and the fix is editorial: make the page actually useful.
Reason 6: No internal or external links
Google finds pages by following links. An orphan page with nothing pointing to it may never be discovered. Link to important pages from your navigation and other content, and earn a few external links where you can.
Bottom line
If your site isn't on Google, work through the list: confirm it's not blocked by robots.txt or a noindex tag, submit it in Search Console with a sitemap, make sure pages are genuinely useful and internally linked, and give a new site time. Do those and indexing almost always follows.