From claude-seo
Plans and audits programmatic SEO for data-driven pages at scale, covering data assessment, templates, URL patterns, internal linking, and thin content safeguards.
npx claudepluginhub agricidaniel/claude-seo --plugin claude-seoThis skill uses the workspace's default tool permissions.
Build and audit SEO pages generated at scale from structured data sources.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Build and audit SEO pages generated at scale from structured data sources. Enforces quality gates to prevent thin content penalties and index bloat.
Evaluate the data powering programmatic pages:
Design templates that produce unique, valuable pages:
/tools/[tool-name]: Tool/product directory pages/[city]/[service]: Location + service pages/integrations/[platform]: Integration landing pages/glossary/[term]: Definition/reference pages/templates/[template-name]: Downloadable template pages| Metric | Threshold | Action |
|---|---|---|
| Pages without content review | 100+ | โ ๏ธ WARNING: require content audit before publishing |
| Pages without justification | 500+ | ๐ HARD STOP: require explicit user approval and thin content audit |
| Unique content per page | <40% | โ Flag as thin content (likely penalty risk) |
| Word count per page | <300 | โ ๏ธ Flag for review (may lack sufficient value) |
Google's Scaled Content Abuse policy (introduced March 2024) saw major enforcement escalation in 2025:
Enhanced quality gates for programmatic pages:
Recommendation: The WARNING gate at
<40% unique contentremains appropriate. Consider a HARD STOP at<30%unique content to prevent scaled content abuse risk.
โ Integration pages (with real setup docs, API details, screenshots) โ Template/tool pages (with downloadable content, usage instructions) โ Glossary pages (200+ word definitions with examples, related terms) โ Product pages (unique specs, reviews, comparison data) โ Data-driven pages (unique statistics, charts, analysis per record)
โ Location pages with only city name swapped in identical text โ "Best [tool] for [industry]" without industry-specific value โ "[Competitor] alternative" without real comparison data โ AI-generated pages without human review and unique value-add โ Pages where >60% of content is shared template boilerplate
Unique content % = (words unique to this page) / (total words on page) ร 100
Measure against all other pages in the programmatic set. Shared headers, footers, and navigation are excluded from the calculation. Template boilerplate text IS included.
<lastmod> reflects actual data update timestamp (not generation time)| Category | Status | Score |
|---|---|---|
| Data Quality | โ /โ ๏ธ/โ | XX/100 |
| Template Uniqueness | โ /โ ๏ธ/โ | XX/100 |
| URL Structure | โ /โ ๏ธ/โ | XX/100 |
| Internal Linking | โ /โ ๏ธ/โ | XX/100 |
| Thin Content Risk | โ /โ ๏ธ/โ | XX/100 |
| Index Management | โ /โ ๏ธ/โ | XX/100 |
| Scenario | Action |
|---|---|
| URL unreachable | Report connection error with status code. Suggest verifying URL accessibility and checking for authentication requirements. |
| No programmatic pages detected | Inform user that no template-generated or data-driven page patterns were found. Suggest checking if pages use client-side rendering or if the URL points to the correct section. |
| Thin content threshold exceeded | Trigger quality gate warning. Report the unique content percentage and flag pages below 40% uniqueness. Require user acknowledgment before proceeding. |
| Quality gate violation | Halt analysis at the HARD STOP threshold (500+ pages without justification or <30% unique content). Present findings and require explicit user approval to continue. |