← ClaudeAtlas

ghost-seo-agentlisted

Autonomously audits, fixes, and re-submits Ghost posts for Google indexing. Works for any Ghost publisher. Uses browser access to log into Google Search Console, pull non-indexed URLs, diagnose each page, apply fixes via Ghost MCP, and request re-crawl — all without manually exporting CSVs or clicking through Search Console. Also detects Ghost-specific structural issues (tag/author archives, paginated pages, sitemaps, AMP duplicates, HTTPS config, members-only content, sparse tags, non-WebP images) and content quality problems (thin posts, isolated posts with no internal links). Includes a migration audit mode for publishers moving from Substack or WordPress. Use this skill whenever a Ghost publisher says "run SEO audit", "fix indexing issues", "check what's not indexed", "why aren't my posts showing up in Google", "fix Ghost SEO", or any similar phrase about search visibility, indexing, or organic traffic on a Ghost site. Always use this skill for Ghost SEO work — do not attempt to diagnose or fix indexing i
skills-agents-co/skills-and-agents-library · ★ 1 · AI & Automation · score 70
Install: claude install-skill skills-agents-co/skills-and-agents-library
# Ghost SEO Agent Fully autonomous SEO audit and indexing repair loop for any Ghost-powered site. Runs end-to-end from Search Console diagnosis through Ghost metadata fixes through re-crawl submission. Detects structural Ghost SEO issues and surfaces actionable fixes with exact code. --- ## Setup — Confirm Site URL Before starting, confirm the target site URL with the publisher: ``` SITE_URL = https://[your-ghost-site.com] ``` All Search Console navigation, sitemap checks, and report links derive from this URL. If the publisher doesn't specify, ask: "What's your Ghost site URL?" --- ## Execution Modes ### Mode A — Full Autonomous (Cowork + Browser) Complete loop: Search Console login → audit → diagnose → fix → resubmit → follow-up. Preferred mode. Use when Cowork and browser tools are available. ### Mode B — Single Session (Browser only, no Cowork) Same steps as Mode A without the 48-72 hour follow-up loop. Runs to completion in one session and produces a report artifact. ### Mode C — CSV Input (no browser) Publisher exports the Coverage report from Search Console as CSV and drops it into the conversation. Skill handles diagnosis and Ghost fixes, produces a manual re-indexing checklist. Use only when browser is unavailable. ### Mode D — Migration Audit (Substack / WordPress → Ghost) Checks redirect coverage, canonical integrity, and URL mapping for publishers who recently migrated from another platform. See Step 10 for full workflow. --- ## Full Workflow (Mode A