Exercise 3: Why Sitemaps Still Matter With Good Internal Linking — Possible Solution ==================================================================== WHAT CRAWLING NORMALLY RELIES ON, PER seo1-1 ------------------------------ Per this chapter, "seo1-1's own crawling stage relies primarily on following links." A crawler typically discovers new pages by starting somewhere already known and following every link it encounters, recursively, building up its own map of a site's pages one link at a time. WHY THIS SEEMS SUFFICIENT ON A WELL-LINKED SITE ------------------------------ If every page on a site is reachable by following links from some already-discovered page, link-following alone should, in principle, eventually surface every page — good internal linking (breadcrumbs, navigation menus, related-content links) means there are many paths into any given page, making it more likely a crawler will stumble onto it through ordinary link-following. WHAT A SITEMAP PROVIDES THAT LINK-FOLLOWING DOESN'T GUARANTEE ------------------------------ Per this chapter, a sitemap is "the explicit backup — a direct, machine-readable inventory of every URL that exists, submitted straight to a search engine, regardless of how well internal linking happens to be structured." Rather than relying on the crawler to discover a page indirectly through some chain of links, a sitemap states directly and unambiguously "this URL exists," bypassing the link-following process entirely. THE SPECIFIC KIND OF PAGE A SITEMAP IS BUILT TO RESCUE ------------------------------ Per this chapter, "pages that are genuinely orphaned from a site's own navigation are exactly the case a sitemap is built to rescue." An orphaned page — one with no inbound links from anywhere else on the site at all — cannot be discovered through link-following no matter how thorough a crawler's own traversal is, since there is no path leading to it. A sitemap is the only mechanism, short of an external backlink from some other site, that can make such a page discoverable at all. WHY THIS MEANS SITEMAPS AREN'T MADE OBSOLETE BY GOOD LINKING ------------------------------ Even a site with generally excellent internal linking can still accumulate individual orphaned pages — through oversights, removed navigation links, or content added outside the normal publishing workflow. A sitemap functions as a safety net specifically for these cases, independent of how good the rest of the site's own linking discipline happens to be, which is exactly why it remains worth maintaining even on a well-structured site. WHY THIS WORKS AS AN ANSWER ------------------------------ It explains what crawling normally relies on per seo1-1, why a sitemap supplies a genuinely different, link-independent discovery path, and identifies orphaned pages specifically as the case this chapter names as what a sitemap is actually built to address.