$npx skillfedfor your agent

indexing

This skill helps you identify and resolve indexing problems that prevent your web pages from appearing in Google search results. It guides you through common crawl and indexation blockers, then walks you through targeted fixes to get your content discoverable and ranked.

indexing helps you diagnose why Google crawled your pages but didn't add them to the search index. Common causes include low-quality content, duplicate pages, or crawl budget issues. Check Google Search Console's Coverage report to identify affected pages, then review their content quality, ensure they're not blocked by robots.txt or noindex tags, and verify they're not duplicates of indexed pages. Submit sitemaps and use the Indexing API for important pages to accelerate discovery.

AI-generated summary based on this skill's SKILL.md

762 109 MITupdated by kostja94

Decision gist · record as of 2026-06-09

indexing helps you diagnose why Google crawled your pages but didn't add them to the search index. Common causes include low-quality content, duplicate pages, or crawl budget issues. Check Google Search Console's Coverage report to identify affected pages, then review their content quality, ensure they're not blocked by robots.txt or noindex tags, and verify they're not duplicates of indexed pages. Submit sitemaps and use the Indexing API for important pages to accelerate discovery.

manual: git clone https://github.com/kostja94/marketing-skills → cp -r marketing-skills/skills/seo/technical/indexing ~/.claude/skills/indexing
skills/seo/technical/indexing/SKILL.md · version 32cbc023

Use it when

  • indexing guides you through noindex implementation for pages you want to keep live but hidden from search results.
  • indexing helps identify multiple reasons your pages may be missing from search: they might be crawled but not indexed.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

kostja94/marketing-skills/indexing

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What should I do about crawled but currently not indexed pages?

indexing helps you diagnose why Google crawled your pages but didn't add them to the search index. Common causes include low-quality content, duplicate pages, or crawl budget issues. Check Google Search Console's Coverage report to identify affected pages, then review their content quality, ensure they're not blocked by robots.txt or noindex tags, and verify they're not duplicates of indexed pages. Submit sitemaps and use the Indexing API for important pages to accelerate discovery.

How do I implement noindex tags to exclude pages from search?

indexing guides you through noindex implementation for pages you want to keep live but hidden from search results. Add the meta tag `<meta name="robots" content="noindex">` in your page's HTML head section, or use HTTP headers like `X-Robots-Tag: noindex`. This is ideal for staging environments, duplicate content, or low-value pages. Unlike 404 responses or 301 redirects, noindex keeps the page accessible while signaling to Google not to index it.

Why are my pages not showing in Google search results?

indexing helps identify multiple reasons your pages may be missing from search: they might be crawled but not indexed, blocked by noindex tags or robots.txt, marked as duplicates, or flagged as low-quality. Check your Search Console Coverage report for errors and exclusions. Verify your pages load properly, contain original content, and aren't accidentally blocked. Ensure your site structure is crawlable and submit your sitemap to Google for better discovery.

What's the difference between noindex and nofollow tags?

indexing clarifies that noindex and nofollow serve different purposes. noindex prevents a page from appearing in search results but allows Google to crawl it and follow its links. nofollow tells Google not to follow links on a page or pass authority through them, but the page itself can still be indexed. Use noindex for duplicate or low-value pages you want hidden; use nofollow for untrusted external links or pages where you don't want to pass ranking power.

How do I use Google Indexing API to accelerate content discovery?

indexing explains that the Google Indexing API lets you notify Google immediately when you publish or update important content, bypassing normal crawl delays. It's designed for job postings and live events. Set up authentication with a service account, format your requests with the page URL and publish action, then submit them to the API. This is faster than waiting for Google's crawler to find your pages naturally, but requires proper implementation and valid content types.

Should I use a 301 redirect, 404, or noindex to remove a page?

indexing helps you choose the right removal method. Use a 301 redirect if you're moving content to a new URL—it passes ranking power to the replacement. Use 404 if the page is truly gone and has no replacement; Google will gradually remove it from the index. Use noindex if you want to keep the page live but hidden from search. For deleted pages, 301 redirects are preferred; for pages you want to hide but keep accessible, use noindex.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

SEO Technical: Indexing

Guides indexing troubleshooting and fix actions. For how to find and diagnose issues in GSC, see google-search-console.

When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

Scope (Technical SEO)

  • Fix actions: noindex, canonical, content quality, URL Inspection; verify robots.txt does not block (see robots-txt)
  • Noindex: Page-level index control; which pages to exclude and how. Complements robots-txt (path-level crawl control) and google-search-console (Coverage diagnosis)

Initial

(truncated - see the full file via the links below)

File tree — 1 file
skills/seo/technical/indexing/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Diagnose and fix pages that are crawled but not indexed in Google Search Console”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

page-metadata
by kostja94 · kostja94/marketing-skills

This skill enables AI agents to extract, analyze, and configure page-level metadata essential for international search optimization. It supports hreflang tag implementation to signal language and regional variants to search engines, ensuring proper indexing and ranking across multilingual properties.

MITupdated Jun 2026
★ 762repo stars
robots-txt
by kostja94 · kostja94/marketing-skills

Manage crawler permissions and site indexing rules through robots.txt setup and validation. This skill helps you configure directives that guide search engines and AI bots on which content to crawl and index, while auditing existing configurations for compliance and optimization.

MITupdated Jun 2026
★ 762repo stars
google-search-console
by kostja94 · kostja94/marketing-skills

This skill enables AI agents to tap into Google Search Console data, extracting key performance metrics and uncovering actionable insights for search engine optimization. Use it to surface ranking opportunities, diagnose indexing issues, and refine your content strategy based on real search behavior.

MITupdated Jun 2026
★ 762repo stars
seo-audit
by kostja94 · kostja94/marketing-skills

This skill enables AI agents to conduct thorough SEO audits by evaluating technical infrastructure, on-page elements, content quality, and backlink profiles. It surfaces actionable insights across all major ranking factors, helping teams prioritize improvements and track performance gains over time.

MITupdated Jun 2026
★ 762repo stars
migrate-site
by calm-north · calm-north/seojuice-skills

migrate-site helps you orchestrate website transitions without sacrificing search visibility. This skill guides you through migration planning, URL mapping, redirect strategies, and post-migration validation to keep your rankings intact. Built for AI agents managing technical SEO workflows.

MITupdated Feb 2026
★ 17repo stars
xml-sitemap
by kostja94 · kostja94/marketing-skills

xml-sitemap enables AI agents to programmatically create XML sitemaps that improve search engine crawlability and indexing. This skill automates sitemap generation, helping ensure your site's content is discoverable by search engines and properly prioritized for crawling.

MITupdated Jun 2026
★ 762repo stars

More skills site-crawlability (MIT) · seo-technical-audit (MIT) · technical-seo (MIT) · serp-features (MIT) · masonry (MIT)

Tags
search-visibilitycrawl-controlindex-exclusiontechnical-seo-fixesduplicate-resolutionstatus-codesapi-submissionmetadata-directivesremoval-strategy