seo-page
Installation
SKILL.md
Example output: examples/seo-page-notion-keyboard-shortcuts-20260514/PAGE.md
Page Intelligence
Show what a single URL ranks for, what traffic it captures, where its weak and strong points are, and what to do about it. The deliverable is an opinionated verdict — KEEP, REFRESH, CONSOLIDATE, or KILL — anchored in objective signals from SE Ranking's URL-level data.
Prerequisites
- SE Ranking MCP server connected.
- Claude's
WebFetchtool available (for the page-level HTML sense-check). - User provides: (a) a target URL, optionally (b) target market country (default:
us), (c) primary topical keyword (auto-inferred from<title>+<h1>if not supplied).
Process
- Validate target & preflight. See
skills/seo-firecrawl/references/preflight.mdfor the canonical 3-stage preflight (credit balance, Firecrawl availability, Google APIs). Skill-specific notes:- Confirm the URL is fetchable; derive parent domain. If the user supplied a primary keyword, use it; otherwise infer it in step 3.
- Estimated SE Ranking cost for this skill: ~10–15 credits typical (URL overview, ranking keywords, page authority, SERP context for top 3–5 keywords).
- Firecrawl: optional with WebFetch fallback, ~1 Firecrawl credit if available. When available, step 6 recovers
og:*,twitter:*, canonical, robots meta, JSON-LD types, and hreflang count from raw<head>— WebFetch returns markdown only and strips those fields. Without Firecrawl, the affected lines inPAGE.mdemit(skipped — Firecrawl not installed). Pass--no-firecrawlto treat Firecrawl as unavailable even when installed (credit conservation). - Google APIs: tier 1 (GSC available) unlocks step 4b (GSC URL performance + URL Inspection) after the page-authority step. See
skills/seo-google/references/cross-skill-integration.md§ "seo-page" for the full recipe.