Skip to main content

Check Google Indexing and Submit a Sitemap

After the site is built, Google still needs to discover it. Use this guide to check whether the site is indexed, connect Google Search Console, and submit the sitemap.xml file.

Remember this first

Submitting a sitemap does not mean Google will index every page immediately. It tells Google which pages exist, but real indexing usually takes a few days to a few weeks.

1. Check indexing with the site: command

Indexing means your pages have entered Google's search index. Only indexed pages can appear in Google search results.

Steps:

  1. Open Google Search.
  2. Enter site:yourdomain.com in the search box. Use an English colon.
  3. For example, to check laifaxin.com, enter site:laifaxin.com.
  4. Press Enter to search.
site:yourdomain.com
Google site command showing indexed results
Zero results can be normal for a new site

If the site just launched, seeing 0 results with site: is normal. The result count is also an estimate. Use Google Search Console for more reliable data.

2. Connect Google Search Console

Google Search Console is Google's free website management tool. You can use it to check indexing status, search performance, crawl issues, and sitemap submissions.

Add your property

  1. Open Google Search Console and sign in with a Google account.
  2. Click Add property from the property dropdown in the top-left area.
  3. Choose Domain or URL prefix.
  4. If you manage DNS records, Domain is recommended. If you only want to verify one exact URL, use URL prefix.
  5. Enter the domain as prompted, then click Continue.
Google Search Console Add property entry Google Search Console Domain and URL prefix options

Verify site ownership

Google needs to confirm that you control the site. The two most common methods are:

MethodBest forWhat to do
Cloudflare verificationDomain is managed in CloudflareFollow the GSC prompt, sign in to Cloudflare, and authorize verification
TXT record verificationDomain is not on Cloudflare, or automatic verification failsCopy the TXT record from GSC and add it in your DNS panel

If you need to add a TXT record, read Cloudflare DNS. The operation is similar: add a TXT record in DNS, save it, then return to GSC and click Verify.

Google Search Console ownership verification page

If GSC asks you to verify with a TXT record, copy the full verification value from GSC first, then paste it into your domain DNS panel.

Copy the TXT verification record in Google Search Console

When adding the TXT record in your DNS panel, the fields usually look like this:

FieldWhat to enter
Record typeSelect TXT
Host / NameUsually enter @ for the root domain
ValuePaste the full google-site-verification=... value from GSC
Resolution sourceKeep the default option
TTLKeep the default option
Add the Google Search Console TXT verification record in a DNS panel
Copy the full verification value and wait for DNS

Copy the full value, including google-site-verification=, and paste it into the Value field. If your DNS provider or GSC shows a different host/name requirement, follow that prompt.

The TXT record may not work immediately after saving. If verification fails, wait 10 to 30 minutes and try again in GSC.

3. Submit sitemap.xml

A sitemap is usually a file named sitemap.xml. It lists important pages on your site and helps Google discover content more completely.

AllinCMS admin sites usually expose the sitemap at:

https://yourdomain.com/sitemap.xml
Open an AllinCMS website sitemap.xml in a browser - the XML URL list confirms that the sitemap is accessible

If you see an XML URL list like the screenshot above, sitemap.xml is accessible. A browser message saying that the XML file has no style information is normal and does not affect Google submission.

Steps:

  1. Open https://yourdomain.com/sitemap.xml in a browser first and make sure it loads.
  2. Go back to Google Search Console.
  3. Click Sitemaps in the left sidebar.
  4. In the "Add a new sitemap" field, enter the sitemap address. If the page does not automatically show your domain prefix, enter the full URL, for example https://www.laicms.com/sitemap.xml. If the domain prefix is already fixed on the page, enter only sitemap.xml.
  5. Click Submit.
Submit sitemap.xml in Google Search Console

After submission, GSC starts processing the sitemap. The first status may show that it could not fetch the file. Wait a few hours or one or two days. If the status changes to Success, Google has accepted the sitemap.

4. How to check results later

After the sitemap is submitted, you do not need to submit it repeatedly. Check these areas instead:

What to checkWhereNotes
Whether Google found the sitemapSitemapsConfirms whether the sitemap was read successfully
Whether pages are indexedPage indexingShows indexed pages and pages with issues
Whether search brings trafficPerformanceShows clicks, impressions, queries, and pages
Rough indexing checkGoogle site:domain.com searchUse as a quick reference only
Do not keep resubmitting the same sitemap

If the sitemap has already been read successfully, you do not need to submit it every day. Focus on real content updates and check the Page indexing report regularly.

FAQ

QuestionWhy it happensWhat to do
site: shows no resultsThe site is new and Google has not indexed it yetConnect GSC, submit the sitemap, and wait a few days to a few weeks
Sitemap status says it could not be fetchedGoogle has not processed it yet, or the sitemap URL does not loadConfirm https://yourdomain.com/sitemap.xml opens, then wait
Ownership verification failsDNS record has not propagated, or the value is wrongCheck the TXT record and verify again after 10 to 30 minutes
Should I enter the full sitemap URL?Different GSC property types show different sitemap fieldsIf the field does not show your domain prefix, enter the full URL. If the prefix is already fixed, enter only sitemap.xml
How long does indexing take after submission?Google controls crawling and indexing timingUsually a few days to a few weeks. Content quality and site stability matter

Next