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.
Not every URL Google crawls ends up in the index — pages can be excluded for dozens of reasons, and most site owners do not know it is happening. Understanding what triggers exclusion (noindex, soft 404, duplicate content, low quality signals) gives you a diagnostic framework for pages that should rank but do not.
noindex meta tag using curl https://yourpost | grep 'noindex' — confirm none were accidentally excluded by a plugin or CMS setting.Use these three in order. Each builds on the one before.
In one paragraph, explain the difference between being crawled and being indexed, and why a page can be one without the other.
Walk me through the main categories of reasons Google would crawl a URL but not add it to the index, from technical blocks to quality assessments.
Given an e-commerce site with 10,000 product pages, 4,000 of which are flagged as 'Crawled — currently not indexed' in Search Console, design a systematic triage process to identify which exclusion causes to fix first.