Install
$ agentstack add skill-hainrixz-claude-seo-ai-seo-schema-jsonld ✓ 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 No
- ✓ 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.
About
seo-schema-jsonld (M5)
Structured data is the single highest-leverage signal for both classic rich results and AI citation. Reference: references/schema-tier1.md. Templates: schema/jsonld-templates/.
Audits
Working from the PageSnapshot (rendered_dom if present, else raw_html):
- Detect every `` block; parse JSON; note any inline microdata/RDFa (flag for migration to JSON-LD).
- Validate each block: valid JSON, recognized
@type, required + recommended properties present perreferences/schema-tier1.md. - Completeness vs the page's content & vertical: e.g. an article page should have
Article/BlogPostingwithauthor(Person),datePublished,dateModified,image,publisher; a product pageProduct+Offer(price,priceCurrency,availability). - Entity hygiene: stable
@id,@graphlinkage,sameAs(defer the sameAs audit detail to M6/seo-entity-linking). - Date agreement: schema
datePublished/dateModifiedshould match visible dates (cross-check with M13). - Deprecation honesty: if
FAQPage/HowTopresent, do NOT report them as a rich-result win — label deprecated-for-SERP (still parseable by AI).
Fixes (fixable: auto)
Generate complete, valid JSON-LD blocks inferred from page content for any missing/incomplete Tier-1 type:
Article/BlogPostingfrom `,`, byline, dates, hero image.Organization/WebSitefrom footer/contact/logo.Product+Offerfrom product DOM (name, image, price, currency, availability).BreadcrumbListfrom nav breadcrumb.Person(author) with credential fields the user supplies.
Use a single @graph with stable @ids. Inject missing dateModified/@id. The block is a diff for fix (AUTO). Never invent prices, dates, ratings, or sameAs identity links — ask or leave a clearly-marked TODO placeholder the user fills.
Verification
- Offline:
node ${CLAUDE_SKILL_DIR}/../../scripts/validate-jsonld.mjs --url— checks JSON validity + required properties against the templates. - Tier 1: confirm eligibility with Google Rich Results Test / schema.org validator. When unavailable, status is
needs_api, notpass.
Findings
Emit findings per schema/finding.schema.json. Examples:
M5.article.missing— no Article schema on an editorial page (severity 4, fail,fixable: auto, axisboth, confidenceestablished).M5.product.missing_offer_price— Product withoutOffer.priceon a product page (statusfail, severity 4,fixable: auto, axisboth, confidenceestablished).M5.faqpage.deprecated_richresult— FAQPage present (statuswarn, severity 1,fixable: advisory, axisai, confidenceestablished; rationale cites Google FAQ rich-result removal; not counted as a win).
Each finding: evidence.observed quotes what's on the page; verification.reproduce is the runnable command above; expected_impact is banded + confidence-tagged (no naked %).
Honesty
- FAQPage/HowTo: parseable by AI, no Google rich results — keep if present, don't add expecting SERP features.
- Don't mark up content not visible on the page; keep schema consistent with any product feed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Hainrixz
- Source: Hainrixz/claude-seo-ai
- License: MIT
- Homepage: https://tododeia.com
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.