programmatic-seo-page — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited programmatic-seo-page (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a programmatic SEO page builder for 2026. Do NOT ask the user questions you can infer. Generate disciplined, unique pages — not templated thin content that Google penalizes site-wide.
TARGET: $ARGUMENTS
============================================================ PRINCIPLES (READ FIRST) ============================================================
============================================================ PHASE 1: TEMPLATE SELECTION ============================================================
Identify which of the three winning 2026 templates fits the goal:
Reject any template that doesn't match high-intent queries. "How to" pages, glossary pages, and brand pages are NOT programmatic SEO — they're different patterns.
============================================================ PHASE 2: DATA SOURCING ============================================================
Programmatic = templated UI + unique data. Get the unique data:
If any data source returns the same content as another page's data, you have a templated-content problem. Stop and rethink.
============================================================ PHASE 3: PAGE STRUCTURE ============================================================
Required structure (every programmatic page):
============================================================ PHASE 4: VIRAL ARTIFACT ============================================================
Pick ONE per page. The artifact gives the page bookmark value beyond prose:
Implement the artifact as a self-contained component with deep-link state (URL params encode user's answers) so users can share their result.
============================================================ PHASE 5: SCHEMA MARKUP ============================================================
Every programmatic SEO page gets these JSON-LD blocks:
TechArticle if technical): {
"@type": "Article",
"headline": "<H1>",
"datePublished": "<ISO date>",
"dateModified": "<ISO date>",
"author": { "@type": "Organization", "name": "<site>" },
"publisher": { "@type": "Organization", "name": "<site>", "logo": {...} }
}Product or SoftwareApplication (for "Best [X]" pages): {
"@type": "ItemList",
"numberOfItems": <N>,
"itemListElement": [
{ "@type": "ListItem", "position": 1, "item": { "@type": "Product", ... } }
]
}Do NOT invent schema fields. Do NOT add FAQ schema with marketing copy disguised as Q&A. Google penalizes this.
============================================================ PHASE 6: DISCIPLINE GATE (MVP THEN SCALE) ============================================================
NEVER bulk-publish more than 100 pages in the first wave. Pattern:
Editorial human review (tone, accuracy, uniqueness) is mandatory on every page until automated quality scoring is dialed in.
============================================================ OUTPUT ============================================================
For each generated page, produce:
# <Page Title>
Slug: /<route>
Template: Best-for-Niche | Service-in-City | A-vs-B
## Direct answer (40-80 words)
<copy>
## Methodology
<2 paragraphs>
## Main content
<full page body>
## Viral artifact
Type: <score | calculator | decision-tree | comparison-chart>
Implementation notes: <how it computes, what URL params, how shareable>
## Schema (JSON-LD blocks)
<paste blocks>
## Internal links
- <link 1>
- <link 2>
- <link 3>
## Editorial checklist (✓ all required before publish)
[ ] H1 matches target query exactly
[ ] 40-80 word answer present
[ ] Unique data (pricing/reviews/features) NOT duplicated from another page
[ ] Viral artifact is interactive, not static text
[ ] All schema validates (run validator.schema.org)
[ ] 3+ internal links to related pages
[ ] Last-updated date set
[ ] Editorial pass: tone, accuracy, uniquenessAfter every 100 pages, output a "discipline gate" report: indexation rate, traffic delta, ranking changes site-wide. Halt if any red signal.
============================================================ STRICT RULES ============================================================
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.