Skip to content

How to get indexed by Google: a plain-English guide for a personal site

Being on the web is not the same as being in Google. Here is how to tell Google your site exists, help it decide the pages are worth keeping, and why the wait is normal.

Founder, Folio8 min read

To get indexed by Google, first confirm the site is crawlable, then verify ownership in Google Search Console and submit an XML sitemap so Google has a complete list of your pages. Indexing is not instant or guaranteed: Google crawls a page, then decides whether it is worth storing, and pages with no internal or external links pointing at them are the most likely to be skipped. Make sure every page is linked from somewhere, and give a new site a few days to a few weeks.

First, the distinction

Indexed is not the same as ranked

The single most common confusion about getting on Google is treating two separate steps as one. Indexing is whether Google has stored a copy of your page in its enormous database at all. Ranking is where that page shows up when someone searches, assuming it has been indexed. A page can be perfectly indexed and still sit on the fifth page of results for a competitive term. This post is about the first step only: getting into the database. Ranking well once you are there is a different and longer effort.

Why does the distinction matter so much? Because the fixes are different. If your page is not indexed, no amount of keyword work or content polishing will help, because Google is not considering the page at all. You have to solve indexing first. Checking which situation you are in takes ten seconds: search for your exact page by typing site: followed by your full URL into Google. If the page appears, it is indexed, and your problem is ranking. If nothing appears, it is not indexed, and this guide is for you.

There is a second reason to be clear-eyed here. Getting indexed is largely mechanical and mostly within your control, which is encouraging. Ranking depends on competition, authority, and relevance, which are slower and only partly in your hands. So it is worth doing the indexing work carefully and completely, because it is the part where effort reliably produces a result. It is also the part you can finish. There is a definite end state, every page you care about present in the index, whereas ranking is a moving target you never quite complete. Once every page you care about is in the index, you have a foundation to build ranking on top of.

How it actually works

The three stages Google runs before a page appears

Google describes its pipeline in three stages. Knowing where a page can fall out tells you exactly what to check when it does not show up.

Crawl

Discovery and crawling

Google finds a page by following a link to it or reading it from a sitemap, then fetches the page with its crawler. If nothing links to the page and it is not in a sitemap, Google may never discover it. Discovery is the stage most personal sites quietly fail at.

Render

Rendering the content

Google runs the page, including its JavaScript, to see the content a visitor would see. If your page shows nothing without scripts, or blocks the crawler from the resources it needs, rendering can come back empty, and an empty page is not worth indexing.

Index

The indexing decision

Even after crawling and rendering, Google decides whether the page is worth storing. Thin, duplicate, or apparently pointless pages get crawled and then dropped, which shows up in Search Console as crawled, currently not indexed. This is a judgment, not a bug.

Signals

What tips the decision

Internal and external links, unique and useful content, and a clean crawlable structure all push a page toward being kept. A page that is linked, distinct, and genuinely informative is one Google has every reason to index and little reason to skip.

The actual steps

A checklist to get a new site indexed

Do these in order. The first three are the ones that matter most; the rest help Google along and let you watch it happen.

  1. Confirm the site is crawlable at all.

    Check that your robots.txt is not blocking Google and that your pages do not carry a noindex tag left over from development. This is the single most common cause of a site that will not index: it is telling Google to stay away, usually by accident. Fix this before anything else.

  2. Verify the site in Google Search Console.

    Search Console is the free, official channel between you and Google indexing. Add your site and verify ownership. Everything else in this list runs through it, and without it you are working blind, guessing at what Google sees instead of being told.

  3. Submit an XML sitemap.

    A sitemap is a machine-readable list of every page you want indexed. Generate one, make sure it lists your real pages, and submit its URL in Search Console. This gives Google a complete map of the site instead of leaving it to stumble across pages by following links.

  4. Link every page from somewhere.

    Make sure no page is an orphan reachable only by typing its address. Link to it from your home page, your navigation, or a related page. A page with internal links pointing at it is far more likely to be crawled and kept than one floating alone.

  5. Request indexing for key pages, then wait.

    Use the URL Inspection tool in Search Console to request indexing for your most important pages. Do it once. Resubmitting the same page repeatedly does not help and can look like impatience. Then give it days to weeks and check back rather than refreshing hourly.

The uncomfortable part

Why indexing takes time, and why that is normal

The hardest thing to accept about indexing is that it is slow and you cannot force it. Google crawls the web on its own schedule, and a brand-new site with no history and no links is low on its priority list, because Google has no reason yet to believe the site matters. There is no button that guarantees indexing within an hour, no fee that jumps the queue, and no trick that reliably beats the wait. A new personal site commonly takes several days to a few weeks for its pages to appear, and that range is normal rather than a sign something is broken.

This is where people make things worse. Convinced the site is stuck, they resubmit the sitemap daily, request indexing on the same page five times, and tinker with the structure, which resets Google understanding of a page that was quietly on its way in. Patience is genuinely part of the method. Once you have done the crawlable, verified, sitemapped, and linked steps, the correct next action is usually to leave it alone and publish more good content, because activity and links are what move a new site up the crawl priority.

It helps to know what a healthy wait looks like in Search Console. A page will often show as discovered, currently not indexed or crawled, currently not indexed for a while before it flips to indexed. Those statuses are not errors; they are Google saying it has seen the page and has not yet decided, or has decided to wait. If a page sits in those states for many weeks, that is a signal to improve the page, usually by making it more distinct and better linked, rather than to keep pressing the button. The mechanics get you in line; the quality of the page decides how fast the line moves.

Common blockers

The reasons a page stays out of the index

When a page will not index after a fair wait, it is almost always one of these. Each has a specific fix.

Noindex

An accidental noindex tag

A meta robots noindex tag, often left in from a staging setup or a template default, tells Google not to index the page no matter what else you do. Check the page source for it. Removing it is usually the entire fix, and it is worth checking first because it is both common and invisible.

Orphans

No links point to the page

A page nothing links to is one Google struggles to discover and has little reason to keep. Add internal links from your home page or a relevant section. Getting even one external link from another site also helps Google find and trust the page.

Thin

Too little unique content

A near-empty page, or one nearly identical to another, often gets crawled and then dropped as not worth storing. The fix is to make the page genuinely useful and distinct from your other pages, so Google has a reason to keep a separate copy of it.

Canonical

A canonical pointing elsewhere

A canonical tag tells Google another URL is the real version of this page. If it is set wrong, you are handing your indexing to a different page. Confirm each page canonical points to itself unless you deliberately meant to consolidate it with another.

The foundation

Start from a site that is easy to index

Almost every indexing problem traces back to the same root: a site that was hard for Google to crawl in the first place. A page built as a single blob of JavaScript that renders nothing without scripts, a structure where pages are not linked to each other, a missing sitemap, a stray noindex from a template. You can fix all of these after the fact, but it is far less painful to start on a foundation that does the boring parts correctly by default, so your only job is to publish good pages and wait.

That is a large part of the case for a purpose-built personal site over a hand-rolled one. Folio is one example: it serves real, crawlable HTML, generates and submits a sitemap for you, gives every page a self-referencing canonical, and links your pages together so none of them end up orphaned. That means the mechanical side of indexing is handled, and the part left to you is the part that actually deserves your attention, which is making each page worth indexing. On the free plan your site lives at portfolio.wrxstack.com/yourname and carries a small "Made with Folio" badge, and the full theme gallery is a paid upgrade.

Whatever you build on, the sequence is the same and it is short. Make the site crawlable, verify it in Search Console, submit a sitemap, link every page, request indexing once for the pages that matter, and then be patient while Google does its work. Get those right and the pages come in. The rest, the ranking, is a longer road, but it only exists once the indexing is done, so it is worth doing first and doing properly.

Frequently asked questions

How do I get my website indexed by Google?

Make sure the site is crawlable, verify it in Google Search Console, and submit an XML sitemap so Google has a full list of your pages. Then link every page from somewhere on the site and use the URL Inspection tool to request indexing for your most important pages. After that, the main thing to do is wait, since indexing is not instant.

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

For a brand-new site with no history or links, expect anywhere from a few days to a few weeks. Google crawls on its own schedule and gives new sites low priority until it has a reason to believe they matter. Resubmitting repeatedly does not speed this up, so the useful move is to keep publishing good, well-linked content and check back periodically.

Why is my page crawled but not indexed?

That status means Google fetched the page but decided it was not worth storing, usually because the content is thin, nearly duplicate, or has almost nothing linking to it. Make the page genuinely useful and distinct from your other pages, add internal links pointing to it, and it stands a much better chance of being kept the next time Google looks.

Do I have to submit my site to Google, or will it find it on its own?

Google can find your site on its own if other pages link to it, but submitting speeds discovery and gives you visibility into what Google sees. Verify the site in Search Console and submit a sitemap. It is free, it is the official channel, and it turns indexing from something you guess about into something you can actually watch happen.

Does resubmitting a sitemap make Google index faster?

No. Submitting the sitemap once is enough; Google re-reads it on its own schedule. Resubmitting the same sitemap or requesting indexing on the same page over and over does not move you up the queue. Once the mechanics are in place, indexing speed comes from the quality and link support of your pages, not from repeated submissions.

Start free

Build the portfolio, resume, and site in one place.

A theme, an AI resume, a custom domain, and the SEO built in. No card required to start, and your work is yours to export any time.

Keep reading

How to Get Indexed by Google: A Plain-English Guide