A sitemap submitted through Google Search Console is an XML file that lists your site's URLs along with metadata like last modification date, change frequency, and priority. You upload it to tell Google exactly what pages exist, rather than waiting for the crawler to find everything through internal links alone. Google Search Console shows you how many URLs you submitted versus how many Google actually indexed. If there's a gap, the Coverage report tells you why—maybe pages are blocked by robots.txt, return 404s, or are marked noindex. This diagnostic data is why submitting a sitemap matters more than just having one sitting on your server. Sitemaps are especially useful for sites with poor internal linking, pages behind forms or JavaScript navigation, new sites with few backlinks, or large catalogs where you add products frequently. For a 50-page brochure site with clean navigation, a sitemap barely moves the needle. For a 5,000-page e-commerce site launching 100 SKUs monthly, it's essential. You can submit multiple sitemaps—one for blog posts, one for products, one for images. Google supports up to 50,000 URLs per sitemap file and a maximum file size of 50MB uncompressed. If you exceed that, split into multiple files or use a sitemap index file. At Ottawa SEO, we generate sitemaps dynamically for our portfolio sites using plugins or server-side scripts, then verify in Search Console that Google is actually fetching them. We check the submitted versus indexed count weekly on active properties. If indexation drops suddenly, the sitemap report usually tells us whether it's a technical block or a quality issue. One common mistake: submitting URLs you don't want indexed, like /cart or /thank-you pages, then wondering why Google marks them as excluded. Your sitemap should only include canonical, indexable URLs. Another: never updating the sitemap after site changes, so Google keeps crawling deleted pages. Set it to regenerate automatically whenever you publish or remove content, and resubmit in Search Console if you make structural changes.