Open this lesson in your favourite AI. It'll walk you through the why, explain the demo, and quiz you on the try-it list.
Googlebot cannot crawl pages it does not know exist — URL discovery is the gate between your content and the index. Knowing the three discovery channels (sitemap submission, followed links, and manual fetch) lets you ensure every important page has a reliable path to being found.
Use these three in order. Each builds on the one before.
In one paragraph, explain the three main ways Google discovers new URLs on the web.
Walk me through how a well-structured XML sitemap interacts with Googlebot's crawl queue — what happens after you submit it and how Google decides which URLs to prioritize.
Given a news site that publishes 50 articles per day and needs each article indexed within an hour of publication, design the URL discovery strategy combining sitemaps, internal links, and Indexing API calls.