seo-schema-jsonld — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited seo-schema-jsonld (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
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.
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/.
Working from the PageSnapshot (rendered_dom if present, else raw_html):
<script type="application/ld+json"> block; parse JSON; note any inline microdata/RDFa (flag for migration to JSON-LD).@type, required + recommended properties present per references/schema-tier1.md.Article/BlogPosting with author (Person), datePublished, dateModified, image, publisher; a product page Product + Offer (price, priceCurrency, availability).@id, @graph linkage, sameAs (defer the sameAs audit detail to M6/seo-entity-linking).datePublished/dateModified should match visible dates (cross-check with M13).FAQPage/HowTo present, do NOT report them as a rich-result win — label deprecated-for-SERP (still parseable by AI).Generate complete, valid JSON-LD blocks inferred from page content for any missing/incomplete Tier-1 type:
Article/BlogPosting from <article>, <h1>, byline, dates, hero image.Organization/WebSite from footer/contact/logo.Product+Offer from product DOM (name, image, price, currency, availability).BreadcrumbList from 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.
node ${CLAUDE_SKILL_DIR}/../../scripts/validate-jsonld.mjs --url <u> — checks JSON validity + required properties against the templates.needs_api, not pass.Emit findings per schema/finding.schema.json. Examples:
M5.article.missing — no Article schema on an editorial page (severity 4, fail, fixable: auto, axis both, confidence established).M5.product.missing_offer_price — Product without Offer.price on a product page (status fail, severity 4, fixable: auto, axis both, confidence established).M5.faqpage.deprecated_richresult — FAQPage present (status warn, severity 1, fixable: advisory, axis ai, confidence established; 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 %).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.