Install
$ agentstack add skill-zacharticulatev-designer-pro-and-seo-seo-page ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
seo-page
Family: seo Status: Stable
Purpose
The single-page analyzer: the same on-page, meta, schema, image, and internal-link checks as a full audit, scoped to one URL, plus observable performance issues — real Core Web Vitals field data only when seo-google is connected. Cheaper to run and easier to act on for spot checks, pre-publish reviews, and "is this page good?" questions. The free path (fetch + parse + score) is the whole product; paid APIs only add live ranking and field-performance context.
Triggers
- "analyze this page" / "check this page" / "review this URL"
- "single URL SEO" / "check page SEO"
- "page-level analysis"
Inputs
- A single URL (or local HTML file)
- Optional: target keyword(s) for relevance scoring
Steps
- Fetch the page (WebFetch, or
curl-style retrieval of the raw HTML). For a
local build, read the file directly.
- On-page & meta — check: one descriptive `` (≤ ~60 chars), meta
description (~150–160 chars), exactly one `` and a logical heading order, canonical tag, meta robots, and Open Graph / Twitter card tags.
- Content quality — word count vs topical depth, target-keyword presence in
title/H1/early body (without stuffing), readability, and whether the page answers the likely search intent. (Hand to seo-content for deep E-E-A-T.)
- Schema — detect JSON-LD; validate type appropriateness and required
properties; flag rich-result eligibility. (Delegate deeper work to seo-schema.)
- Images — alt text presence/quality, dimensions declared (CLS), modern
formats (WebP/AVIF), and lazy-loading below the fold.
- Performance — note render-blocking resources and obvious payload issues.
If seo-google (PageSpeed/CrUX) is available, pull real LCP/CLS/INP; otherwise report observable issues and say field data needs seo-google.
- Internal links — count, descriptive anchor text, and whether the page links
to/within relevant site sections.
- Optional enrichment — if the DataForSEO extension is configured, add live
ranking/keyword context; otherwise state, in one line, what it would add.
- Render a compact report — findings grouped Critical / High / Medium / Low,
each with a specific fix.
Outputs
- Page-level findings grouped by priority, each with a concrete fix
- A short "what paid data would add" note when running the free path
Dependencies
- None required — the free path uses page fetch + parsing only
- Optional:
seo-schema(deep schema),seo-content(deep E-E-A-T),
seo-google (real CWV/field data), DataForSEO extension (ranking context)
Notes
A focused single-page subset of seo-audit; both exist because their cost profiles differ (one URL vs. a full crawl). They share the same checks — keep the simple entry point (see references/ENGINE-CONTRACTS.md §5 on the free path).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ZachArticulateV
- Source: ZachArticulateV/designer-pro-and-seo
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.