Submission cannot rescue an empty site
Search engines need a page worth retrieving before they need a submission form. Publish a clear home page, an about page and several genuinely useful articles that answer specific questions from experience. Google Search Essentials recommends people-first content, words that readers use in prominent places such as the title and main heading, and crawlable links to other pages.
Do not generate dozens of near-identical pages just to look established. For this site, one tested server guide with screenshots, commands and corrections is a stronger starting asset than twenty generic summaries.
Check every important page
Use curl -I https://example.com/article/my-guide to check status and redirects. Submit the final URL, not a temporary HTTP address or a URL that immediately redirects elsewhere.
Create robots.txt and sitemap.xml
A minimal public-site robots file can allow crawling and declare the sitemap:
User-agent: *
Allow: /
Sitemap: https://example.com/sitemap.xml
The sitemap should contain absolute canonical URLs and accurate last-modified dates. Place it at the site root when practical. Google's sitemap documentation sets a limit of 50,000 URLs or 50 MB uncompressed for one sitemap; small sites need only one. A sitemap is a discovery hint, not a ranking boost or an indexing guarantee.
Open /robots.txt and /sitemap.xml in an incognito window. Confirm that the sitemap URLs return 200 and use the same canonical host. Do not list admin, preview, search-result or duplicate redirect URLs.
Submit to Google Search Console
1. Add and verify the site property. A Domain property covers protocols and subdomains but requires DNS verification; a URL-prefix property covers only the exact prefix.
2. Open the Sitemaps report and submit https://example.com/sitemap.xml.
3. Use URL Inspection on the home page and a few cornerstone articles. Request indexing after the page is final.
4. Watch Pages indexing and Search performance instead of requesting the same URL every day.
Google explicitly says sitemap submission is a hint and does not guarantee crawling, indexing or ranking. Give the crawler a stable site and improve pages based on queries and reader behavior.
Submit to Baidu Search Resource Platform
Add and verify the site in Baidu Search Resource Platform, then use its ordinary inclusion tools. Baidu's official inclusion guide describes API submission, sitemap submission and manual submission. API submission can help discovery of new or updated URLs, while sitemap supports a maintained set of site URLs.
Submit the final non-redirecting URL and stay within the quota shown in your own account. Do not buy indexing promises or repeatedly push nonexistent pages. Baidu also makes clear that successful submission means discovery, not guaranteed inclusion.
What to observe for 30 days
On day 1, save a baseline: published URLs, indexed pages reported by each console, clicks, impressions and any crawl errors. After 7 days, fix technical errors and strengthen internal links to pages that remain isolated. After 30 days, update weak articles using real search queries, reader questions and missing examples. Keep the URL stable when the topic is unchanged.
The site:example.com search operator is a quick spot check, not a complete index report. Use the official consoles for diagnosis and compare trends over time rather than celebrating or worrying about one daily count.
What I learned
My earliest SEO routine was submit, refresh and search for site: every morning. It produced anxiety, not better pages. The useful routine is slower: publish something I have actually done, link it from a relevant page, submit once, then use the first queries and reader feedback to make the article more complete.
Finish line
The site is ready when important URLs return 200, canonical and language signals are consistent, robots allows public pages, sitemap contains final URLs, both platforms are verified and the first submissions are recorded. Then continue publishing on a schedule and document what changed; discovery grows from a reliable site and useful content, not from a submission button.