Skip to main content
ToolVerse
All guides

Technical SEO

XML sitemap best practices for Google and Bing

Build a sitemap that lists only indexable URLs, uses honest lastmod dates, and gets submitted in Search Console and robots.txt.

6 min readSeptember 4, 2026
Free toolXML Sitemap Generator

A sitemap is a hint

Search engines use sitemaps to discover URLs and to see what changed. They will not index a thin or blocked page just because it is listed.

Include canonical, indexable URLs only. Leave out noindex pages, parameter copies, thank-you pages, and admin URLs.

Priority and changefreq are weak signals

Google has said it largely ignores priority and changefreq. lastmod is more useful when it is accurate. Do not set every URL to 1.0 and always.

The homepage can stay 1.0. Section hubs can sit at 0.8–0.9. Deep posts can be lower.

Ship it the right way

Generate the XML in ToolVerse, upload it to the site root or a known path, add Sitemap: https://example.com/sitemap.xml to robots.txt, and submit the same URL in Google Search Console and Bing Webmaster Tools.

Frequently asked questions

Do I need a sitemap for a 10-page site?

It still helps discovery and lastmod. It is required more as the site grows or if pages are poorly linked.

HTML sitemap vs XML sitemap?

XML is for crawlers. An HTML sitemap can help people. They solve different jobs.

What if I have more than 50,000 URLs?

Split into multiple sitemaps and point to them from a sitemap index file.

Open XML Sitemap Generator

More guides