Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
Conflating crawling errors with indexing errors leads to wrong fixes — a 404 is a crawl error (the server rejected the request) while a 'Duplicate without canonical' is an indexing error (the server responded fine but Google chose not to index it). Diagnosing the right layer determines whether you fix your server configuration, your canonical tags, or your content quality.
curl -o /dev/null -w '%{http_code}' https://yourpage — confirm the HTTP status is 200, then explain why Google classified it as a soft 404 despite the 200 response.curl -IL https://yoururl — identify whether the final destination is the canonical version you intended.