seo

Website not showing up on Google? Check these blocks first

Website not showing up on Google? Check if it is indexed, find the setting or block keeping it out, fix it, and see how long Google says a recrawl takes.

You typed your business name into Google and got your Facebook page, a directory listing and maybe a competitor, but not the website you paid for. If the site is new, or was just moved or rebuilt, that silence can feel like money gone. A website not showing up on Google is usually one of two problems, and they have different fixes. Either Google has not added the site to its index yet, or it has, and the page is not appearing for the search you tried. You can tell which one you have in a few minutes, for free, with Google's own tools. Once you know, the next step is usually small: switch off a setting, fix a redirect, or wait out a range Google publishes. You do not need to guess, and you do not need to buy anything to find out.

Key Takeaways

Check the homepage in Search Console first

URL Inspection tells you whether the page is on Google, and if it is not, it names the reason.

A site: search is a rough check

Google treats it as a sample of pages it knows about, not a full count, so no result is a warning rather than proof.

Look for a setting left on after launch

A noindex tag, WordPress's "Discourage search engines" box, a Wix indexing toggle, a Squarespace crawler block or a password can each keep a site out.

Google's published wait is a range, not a promise

Google says crawling can take a few days to a few weeks, and repeat requests for the same URL do not make it faster.

Nobody can pay to force Google

Appearing in Google Search costs nothing, and no paid service can make Google crawl, index or rank a page.

Find out in five minutes whether Google has your site at all

The fastest answer comes from Google Search Console, Google's free tool for site owners. If you or your developer have not set it up yet, add and verify your site first. Then paste your homepage address into the search bar at the top, which runs URL Inspection.

You will get one of two results, and each points to a different next step:

  • "URL is on Google": Google has indexed the page and it is eligible to appear. That does not mean it shows up first for every search, but it does mean the site is not missing. Skip ahead to the section on indexed pages that still do not appear.
  • "URL is not on Google": Google shows the reason. That reason is the most useful thing on this whole page, because it tells you exactly which block to look for.

For a quick look without Search Console, search `site:yourdomain.com` in Google, then search `site:` with the full homepage address. A result means that page is indexed. No result is a useful warning, but Google describes this as a way to see a sample of what it knows, so it is not a full count and not proof that nothing is indexed.

For the site as a whole, open the Page indexing report in Search Console. It groups pages by the reason they are not indexed. Use it to spot a pattern across many pages, and use URL Inspection to diagnose one page.

A closed laptop beside a mug of coffee and a blank notepad on a quiet wooden desk in morning light.
One check on your homepage tells you which problem you are solving.

Get your new website showing up on Google by clearing what blocks it

If Search Console says the page is not on Google, the cause is usually something you can find and fix. Google's own crawling and indexing FAQ names a site being too new as the most common reason. After that, Google lists causes but does not rank them by how often they happen, so the order below is a practical checking order rather than a measured one. Start at the top and stop when you find the one Search Console named.

A brand new website that Google has not reached yet

A new website not showing up on Google may simply be new. Google has to find a site before it can crawl and index it, and a brand new domain with no links pointing to it gives Google little to go on. Check that the site is published and loads in a private browser window, then submit your sitemap in Search Console and request indexing for the homepage. Google says a new page or site can take "a week or so" for crawling and indexing to start.

A "hide from search" setting left on after launch

A site can be built with search engines switched off so a half-finished version does not get indexed. If nobody switches it back on at launch, the finished site stays hidden. Where to look depends on the platform:

  • WordPress: Under Settings, then Reading, look for a box labeled "Discourage search engines from indexing this site." If it is checked, the site asks search engines to stay away.
  • Wix: Wix has a whole-site toggle and a page-level toggle, both labeled "Let search engines index." Wix says site indexing must be on for the site to appear in results.
  • Squarespace: A Squarespace site can block search crawlers, hide an individual page from search results, or sit behind a site or page password. Squarespace's own article on why a site does not appear in Google walks through each.
  • Any custom site: Look for a `noindex` tag in the page source or the response headers. Google explains how the tag works in its guide to blocking indexing with noindex.

If your squarespace website is not showing up on Google, or your wix website is not showing up on Google, these toggles are the first place to look, because they are easy to miss and quick to fix.

A robots.txt file, a password or a server error

Your robots.txt file lives at `yourdomain.com/robots.txt` and tells crawlers which parts of the site they may visit. A leftover line can block Googlebot from the whole site. Google's introduction to robots.txt notes that this file controls crawling, not indexing, so it is the wrong tool for hiding a page, and a mistaken rule can stop Google from reading pages you want found. A login screen or a server that returns errors has the same effect, because Googlebot cannot see what visitors cannot reach.

An old light switch plate in the off position mounted on a painted wooden board, lit from one side.
A single setting left off after launch can hide a finished site.

A move or rebuild without redirects

If the site moved to a new domain or new page addresses, Google may still be holding the old addresses. Each meaningful old URL needs a permanent redirect, in one hop, to its matching new URL. Inspect a few old addresses in Search Console and watch the Page indexing report for a jump in "Not found" pages. Google's site move guidance says noticing a move of medium size generally takes a few weeks. If you moved because your builder closed or changed its plans, the steps in what to save when a website builder shuts down help you keep the old addresses on hand for mapping.

A manual action, rarely

Search Console has a Manual actions report. Open it and look. If it is empty, there is no manual action, and you can stop worrying about a penalty. If it names one, the fix is to remove the problem it describes and ask for reconsideration.

Fix the cause and know how big the job is

Once you know the cause, the fix is usually clear. The size of the job varies more than the fix itself. Use this table to judge whether you can handle it yourself or need a developer.

Common blocks, how to spot them, and the size of the fix
CauseHow you spot itThe fixUsual job size
Brand new siteNot on Google, no block namedVerify, submit sitemap, request homepage crawl, waitSmall, owner task
Noindex or platform toggleURL Inspection names noindex; toggle is offTurn on indexing, publish, run live test, request indexingSmall, owner or developer
Password, login or robots.txt blockPage asks for a login; robots.txt disallows the siteRemove the unintended block, keep private areas privateSmall to medium
Missing redirects after a moveOld URLs return "Not found"Map each old URL to its new match with a permanent redirectMedium to large, by page count
Server errorsSearch Console reports server errorsCheck host logs and how the site respondsMedium to large, technical
Manual actionListed in the Manual actions reportRemove the problem, request reconsiderationVaries; cannot be judged from the symptom
CauseBrand new site
How you spot itNot on Google, no block named
The fixVerify, submit sitemap, request homepage crawl, wait
Usual job sizeSmall, owner task
CauseNoindex or platform toggle
How you spot itURL Inspection names noindex; toggle is off
The fixTurn on indexing, publish, run live test, request indexing
Usual job sizeSmall, owner or developer
CausePassword, login or robots.txt block
How you spot itPage asks for a login; robots.txt disallows the site
The fixRemove the unintended block, keep private areas private
Usual job sizeSmall to medium
CauseMissing redirects after a move
How you spot itOld URLs return "Not found"
The fixMap each old URL to its new match with a permanent redirect
Usual job sizeMedium to large, by page count
CauseServer errors
How you spot itSearch Console reports server errors
The fixCheck host logs and how the site responds
Usual job sizeMedium to large, technical
CauseManual action
How you spot itListed in the Manual actions report
The fixRemove the problem, request reconsideration
Usual job sizeVaries; cannot be judged from the symptom

After the fix, use the live test in URL Inspection to confirm Google can now see the page, then request indexing once. Ask only for the few pages that matter most, such as the homepage and your main service pages. Your sitemap and your site's own menu links carry the rest.

Keep a sitemap submitted, but know its limits. Google says a sitemap helps it find your URLs and does not guarantee indexing or improve rankings. The same goes for requesting indexing.

Know how long Google says to wait after a fix

Google publishes ranges, not deadlines. Its guide to asking Google to recrawl your URLs says: "Crawling can take anywhere from a few days to a few weeks." It also says that requesting a crawl does not guarantee inclusion in search results instantly, or at all, and that asking again for the same URL will not make it happen faster. No law or web standard sets a time limit for Google to index a business website.

What Google says about timing

  1. 1

    New page or site

    "A week or so" for crawling and indexing to start.

  2. 2

    Recrawl after a fix

    A few days to a few weeks.

  3. 3

    Site move with URL changes

    Generally a few weeks for Google to notice a medium-size move.

  4. 4

    Repeat requests

    Do not speed up a crawl for the same URL.

So, if you fixed a real block last Tuesday and the homepage is still missing today, that is inside Google's range. The useful move is to confirm the live test passes and then leave it alone. Changing more things while Google is still recrawling makes it harder to tell what worked.

A small brass hourglass with sand running, set on a stack of blank index cards on a linen tablecloth.
After a real fix, the wait is part of the process, not a sign of failure.

Tell an indexed page from one that ranks too low to see

If URL Inspection says "URL is on Google" but you still cannot find your site, you have a different question. Indexing means Google stored the page and it is eligible to appear. Ranking is the separate decision about where it appears for a particular search. Google explains the difference in how Search works, and results can vary by the search, the searcher's location and other factors.

If my website is not showing up on Google search for a word like "plumber" or "bakery," that is usually a ranking question, not a missing site. Test these first:

  • Your exact business name: A distinctive name should bring up an indexed homepage. If it does not, check that your homepage title uses the name and that no duplicate or old version of the site is competing with it.
  • Your domain: Search the domain itself.
  • Your phone number: A distinctive number can surface pages that mention it.
  • The Performance report: In Search Console, it shows the searches your site actually appeared for, how often and in what position.

Competing for a general service term is a relevance and ranking task that takes time, and stronger competing pages are often the reason, not a technical fault. If your analytics shows no visitors at all while Search Console shows impressions, the problem may be tracking rather than Google, and what to check when Google Analytics shows zero visitors covers that side.

Save money by skipping what does not help

Some of the effort owners put into this problem does not move anything. Google Search Essentials says: "It doesn't cost any money to appear in Google Search results." Google also says it does not accept payment to rank pages higher, and that meeting its requirements does not guarantee a page will be crawled, indexed or shown.

That makes a few things safe to stop:

  • Paying for search engine submission: Offers to submit your site to hundreds of search engines do not get you into Google. Google's own tools do the submitting for free.
  • Requesting indexing over and over: Google says repeat requests for the same URL do not make it faster.
  • Treating a blank site: search as final: It is a sample, not a count.
  • Expecting every page to be indexed: Duplicates, redirected pages and pages you excluded on purpose are often correctly left out.

What does deserve your attention is a named reason in Search Console, a homepage that sits behind a password, or missing redirects after a move. Those are real blocks, and they will not clear on their own.

A neat stack of unopened envelopes held with a rubber band beside a closed ledger on a worn desk.
Getting into Google costs nothing, so the spend belongs on real fixes.

Run the fifteen-minute owner check

If you want a single pass that settles which state your site is in, this covers it. It will separate "wait for a new site" from a clear publishing, access or indexing block. It will not settle a ranking question.

  1. Search `site:yourdomain.com` and your exact homepage address. Treat the result as a rough check.
  2. Open Search Console and run URL Inspection on the homepage. Note the result and any reason given.
  3. Read the Page indexing report for a pattern across many pages.
  4. Open your platform's setting: WordPress's "Discourage search engines" box, Wix's site and page indexing toggles, or Squarespace's crawler block and "Hide from search results."
  5. Load the site in a private browser window to confirm it is published and has no password.
  6. Open `yourdomain.com/sitemap.xml` and confirm it loads and is submitted in Search Console.

Write down what each step showed. If step 2 says "URL is on Google" and nothing else looks wrong, the site is not missing. If a step turns up a block, you now know exactly what to fix.

Which problem does your site have?

Pick an answer to begin.

1. Search Console says "URL is on Google," but you cannot find your homepage for the word "plumber." What does that most likely mean?

2. You fixed a noindex tag and requested indexing. What should you do next?

3. A site: search for your domain returns nothing. What does that tell you?

Frequently Asked Questions About website not showing up on google

How do I know if Google has indexed my website?

Search `site:yourdomain.com` for a rough sample, then run URL Inspection on your homepage in Google Search Console. "URL is on Google" means the page is indexed and eligible to appear.

How long does it take Google to index a new website?

Google says a new page or site can take a week or so for crawling and indexing to start, and that crawling can take a few days to a few weeks. Google treats these as ranges, not promises.

Why is my new website not showing up on Google?

Google names being too new as the most common reason. After that, check for a noindex tag, a platform setting that hides the site, a password, a robots.txt block or a server error.

Can I pay someone to get my site indexed instantly?

No. Appearing in Google Search costs nothing, and no provider can force Google to crawl, index or rank a page.

Does robots.txt remove a page from Google?

No. It controls which pages crawlers visit. To keep a page out of Google's index, use a noindex tag on a page Google can crawl, or put it behind a password.

My page is indexed. Why can't I find it?

Being indexed makes a page eligible to appear, not guaranteed to rank. Search your exact business name, then check the Performance report in Search Console to see which searches the site actually appears for.

What This Means for You

A website that is missing from Google is either not indexed or indexed but not ranking for the search you tried. URL Inspection on your homepage tells you which, for free, and it names the reason when a page is left out. The usual fixes are a setting, a tag, a password or a redirect, followed by one indexing request and a wait inside Google's published range.

Once the site is indexed and your settings are right, you can stop searching your own name every morning. You will have Search Console showing you what Google sees, a sitemap on file, and a clear record of anything you excluded on purpose, so the next launch or redesign goes smoothly.

If Search Console names a problem you are not sure how to change, or a move left a tangle of old addresses and redirects, Web Leveling can find the block and fix it with you. Our search engine optimization work starts with that diagnosis and a verified repair, not with a promise Google does not let anyone make. If your site turns out to be indexed and simply needs time, we will say so and point you to the wait. We work with small and medium businesses across the country and overseas. Tell us what Search Console is showing you, and we will help you read it.

Terms

Google indexing words in this post

Tap a term to see what it means.

Indexing. Google storing a page in its index so the page is eligible to appear in search results.

Crawling. Googlebot visiting a page to read its content.

URL Inspection. A Search Console tool that shows whether one page is on Google and, if not, why.

Noindex. A tag or header that tells Google not to add a page to its index.

robots.txt. A file at the root of your site that tells crawlers which parts they may visit.

Sitemap. A file listing your site's pages to help Google find them; it does not guarantee indexing.

Redirect. A rule that sends visitors and Google from an old address to a new one.