index-fix

Diagnose and resolve non-indexed web pages via Google Search Console and Bing Webmaster Tools.

115|13|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Houseofmvps/ultraship --skill index-fix
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: index-fix
Source: https://github.com/Houseofmvps/ultraship/tree/main/skills/index-fix
Command: npx skills add https://github.com/Houseofmvps/ultraship --skill index-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the critical issue of published web pages failing to appear in Google and Bing search indexes, which renders valuable content invisible to organic search traffic even when it is properly submitted via sitemaps.

Core Features & Use Cases

  • Cross-Engine Index Coverage Analysis: Pulls real data from Google Search Console (GSC) and Bing Webmaster Tools to show total submitted vs indexed pages, index rate, and overall health status.
  • Root-Cause Diagnosis: Inspects up to 50 non-indexed URLs via the GSC URL Inspection API to identify exact blockers (robots.txt rules, noindex tags, thin content, server errors, etc.) with severity ratings and specific fix recommendations.
  • Safe Guided Remediation: Provides step-by-step fix instructions with built-in safety checks to avoid accidentally unblocking intentional private content (staging pages, admin panels, etc.), plus sitemap cleanup and internal linking guidance.
  • Use Case: For example, a marketing team launching a new product landing page can use this Skill to identify an accidental noindex tag on the page, remove it safely, and resubmit the page to search engines to get it ranking within 1-2 weeks.

Quick Start

Use the index-fix skill to diagnose why my site's new blog post isn't showing up in Google search and apply the necessary fixes to get it indexed.

Frequently Asked Questions about index-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why are my published web pages not showing up in Google search results?โ–ผ

Published pages may not show up in Google search due to indexing blockers like robots.txt restrictions, noindex meta tags, canonical mismatches, or server errors. Diagnosing non-indexed URLs via Google Search Console identifies the exact blocker so you can apply the correct remediation.

How do I diagnose and fix non-indexed pages in Google Search Console?โ–ผ

To fix non-indexed pages in Google Search Console, use the URL Inspection API to identify specific blockers such as noindex tags or thin content. Then follow guided remediation steps to remove the blocker, clean up sitemaps, and resubmit the fixed URLs for indexing.

Do I need Google Search Console credentials to audit index coverage?โ–ผ

Yes, valid Google Search Console credentials are required to access the URL Inspection API for diagnosing non-indexed pages. Optional Bing Webmaster API keys can also be used for cross-engine index coverage comparison and batch URL resubmission.

What causes a page to be crawled but not indexed by search engines?โ–ผ

Pages crawled but not indexed often have noindex meta tags, robots.txt restrictions, canonical mismatches, or thin content. An index coverage audit identifies the exact root cause and provides severity ratings and specific fix recommendations for each blocked URL.

Can I check index coverage across both Google and Bing for my website?โ–ผ

You can check index coverage across Google and Bing by pulling real data from Google Search Console and Bing Webmaster Tools. This cross-engine analysis shows submitted versus indexed pages, index rate, and overall health status for your website.

How do I safely remove a noindex tag without exposing private staging pages?โ–ผ

Safe remediation involves built-in safety checks before removing noindex tags or robots.txt rules to prevent accidentally unblocking intentional private content like staging pages or admin panels. It provides step-by-step instructions to ensure only public-facing content is exposed.