indexability

Installation
SKILL.md

Make important pages indexable

A page blocked from indexing cannot appear in search results, regardless of its content quality or backlinks. Accidentally blocking key landing pages, product pages, or blog posts is one of the most impactful technical SEO errors — often silently losing significant organic traffic.

Quick Reference

  • Verify that pages you want ranked are not blocked by noindex, robots.txt, or X-Robots-Tag headers
  • Test indexability with Google Search Console's URL Inspection tool — 'URL is on Google' confirms indexing
  • Common accidental blocks: staging environments promoted to production, CMS default noindex settings, and overly broad robots.txt Disallow rules

Check

For each important page (homepage, key landing pages, product pages, top blog posts): (1) Check <meta name='robots' content='...'> — does it contain noindex? (2) Check X-Robots-Tag HTTP response header — does it contain noindex? (3) Check robots.txt — is the URL's path blocked by a Disallow rule? (4) In Google Search Console, use URL Inspection to confirm the page is indexed. Flag any important page with any form of noindex or robots.txt block.

Fix

Installs
6
GitHub Stars
73.9K
First Seen
Aug 11, 2026
indexability — thedaviddias/front-end-checklist