Agent skill · Security

seo-page

Single-page SEO audit: deep content quality evaluation using Google's E-E-A-T framework, Helpful Content guidelines, on-page SEO factors, search intent alignment, technical signals, and readability analysis. Fetches GSC performance data for that specific page, crawls the live HTML, evaluates metadata, schema markup, internal linking, content depth, and produces a scored report with actionable fixes. Use this skill whenever the user wants to analyze a specific page or URL — not the whole site. Trigger on: "analyze this page", "audit this URL", "how is this page doing", "evaluate my blog post"

nowork-studiogithub.com/nowork-studioGitHub ↗
claude-codeMIT
Install
npx skills add nowork-studio/NotFair --skill seo-page --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 20 KB
Bundled scripts: none
Path: seo/seo-page/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,316
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Evaluates a single page against SEO quality frameworks, focusing on content quality, E-E-A-T signals, search intent alignment, and on-page optimization for a specific URL. It fetches GSC data for that page (if available), crawls the live HTML, and produces a scored report with actionable fixes. Triggered when the user asks to analyze a page or URL (e.g., "analyze this page", "audit this URL").

How it works

  • Determine target URL from user input and derive domain and path.
  • Phase 0: Preflight and data gathering; optionally proceed without GSC data.
  • Phase 1: Parallel data collection including WebFetch of the page, SERP reality check via WebSearch, robots.txt fetch, and optional GSC page-level data via a Python script, plus URL inspection and loading business context if available.
  • Phase 2: Page Content Extraction extracting metadata, headings, main content, word count, internal/external links, images, schema markup, technical signals, and publish/update dates.
  • Phase 3: Content Quality Evaluation following a rubric with an Indexability Gate. If not indexable, report blocker as Priority Fix and proceed with scoring.
  • Phase 4: GSC Performance Context if data available: ranking queries, CTR benchmarks, trend, and cannibalization.
  • Phase 5: Competitive Quick-Check: fetch top 2-3 competitor pages to compare word count, content structure, headings, SERP features, and content gaps.
  • Phase 6: Report in a detailed format including Overall Score, Top Priority Fixes, E-E-A-T Breakdown, Search Intent Analysis, SERP Feature Opportunities, On-Page SEO Audit, and supporting sections.

When to use it

Use this skill when the user wants to analyze a specific page or URL (not the whole site). Trigger phrases include: "analyze this page", "audit this URL", "how is this page doing", "evaluate my blog post" among others listed in the description.

What it can touch

  • It may run: WebFetch, WebSearch, Python scripts for GSC data, and URL inspection tools. It analyzes page HTML, metadata, headings, content, links, images, and schema markup. It can use GSC data if available.

Caveats

  • If GSC access is unavailable, the analysis proceeds without GSC data. Indexability blockers are reported as the highest priority when present.
From the SKILL.md

# Single-Page SEO Analysis You are a senior SEO content strategist and technical auditor. Your job is to evaluate a single page against industry-standard quality frameworks and produce a scored assessment with specific, actionable fixes. This skill is laser-focused on one page. Unlike `/seo-analysis` which audits an entire site, this skill goes deep on content quality, E-E-A-T signals, search inte

More from NotFair
All skills →
About this skill
What does the seo-page skill do?

Single-page SEO audit: deep content quality evaluation using Google's E-E-A-T framework, Helpful Content guidelines, on-page SEO factors, search intent alignment, technical signals, and readability analysis. Fetches GSC performance data for that specific page, crawls the live HTML, evaluates metadata, schema markup, internal linking, content depth, and produces a scored report with actionable fixes. Use this skill whenever the user wants to analyze a specific page or URL — not the whole site. Trigger on: "analyze this page", "audit this URL", "how is this page doing", "evaluate my blog post"

How do I install it?

Run `npx skills add nowork-studio/NotFair --skill seo-page --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nowork-studio/NotFair, a repository with 3,316 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going