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.
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:
- Open Google Search.
- Enter
site:yourdomain.comin the search box. Use an English colon. - For example, to check
laifaxin.com, entersite:laifaxin.com. - Press Enter to search.
site:yourdomain.com
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
- Open Google Search Console and sign in with a Google account.
- Click
Add propertyfrom the property dropdown in the top-left area. - Choose
DomainorURL prefix. - If you manage DNS records,
Domainis recommended. If you only want to verify one exact URL, useURL prefix. - Enter the domain as prompted, then click
Continue.
Verify site ownership
Google needs to confirm that you control the site. The two most common methods are:
| Method | Best for | What to do |
|---|---|---|
| Cloudflare verification | Domain is managed in Cloudflare | Follow the GSC prompt, sign in to Cloudflare, and authorize verification |
| TXT record verification | Domain is not on Cloudflare, or automatic verification fails | Copy 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.
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.
When adding the TXT record in your DNS panel, the fields usually look like this:
| Field | What to enter |
|---|---|
| Record type | Select TXT |
| Host / Name | Usually enter @ for the root domain |
| Value | Paste the full google-site-verification=... value from GSC |
| Resolution source | Keep the default option |
| TTL | Keep the default option |
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
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:
- Open
https://yourdomain.com/sitemap.xmlin a browser first and make sure it loads. - Go back to Google Search Console.
- Click
Sitemapsin the left sidebar. - 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 onlysitemap.xml. - Click
Submit.
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 check | Where | Notes |
|---|---|---|
| Whether Google found the sitemap | Sitemaps | Confirms whether the sitemap was read successfully |
| Whether pages are indexed | Page indexing | Shows indexed pages and pages with issues |
| Whether search brings traffic | Performance | Shows clicks, impressions, queries, and pages |
| Rough indexing check | Google site:domain.com search | Use as a quick reference only |
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
| Question | Why it happens | What to do |
|---|---|---|
site: shows no results | The site is new and Google has not indexed it yet | Connect GSC, submit the sitemap, and wait a few days to a few weeks |
| Sitemap status says it could not be fetched | Google has not processed it yet, or the sitemap URL does not load | Confirm https://yourdomain.com/sitemap.xml opens, then wait |
| Ownership verification fails | DNS record has not propagated, or the value is wrong | Check 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 fields | If 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 timing | Usually a few days to a few weeks. Content quality and site stability matter |
Next
- Google Analytics 4 Setup: Track website visits.
- Launch Checklist: Run a complete check before and after launch.