with one click
schema-markup
Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact.
Menu
Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact.
Optimize pull requests for quick approval and merging by ensuring clean diffs, comprehensive self-reviews, and structured documentation.
Frontend design entry point: direction, design system, visual philosophy. Use whenever building or touching the look of any web UI (components, pages, dashboards, React/Vue/HTML-CSS) or when the user says "make this look better", "fix the spacing/layout", or mentions styling, color, type, or polish.
Render the UI and prove it's balanced + usable: a deterministic layout audit (centroid / optical-center / pixel-oracle balance via explicit math + annotated screenshot) plus a vision-judged Nielsen usability audit by a separate fresh-eyes judge. The measurement layer taste-only design skills lack.
Automated visual tuning: a vision or video model rates rendered variants in a loop. Render several labeled variants into one artifact, ask the model to rate them and suggest better values, render the suggestions, ask it to pick the best, repeat until good — the model is the eye, you run the loop.
Human-in-the-loop web studio to tune AI-generated output by eye. Stand up a local interactive studio (sliders, pickers, drag handles) or an inline edit/highlight/comment annotation studio for prose & media, instead of guessing values or shipping a static comparison grid.
macOS screen recorder that captures the main display PLUS system audio via ScreenCaptureKit — no BlackHole/loopback driver, no sudo, just the standard Screen Recording permission. CLI-driven; fills the headless-screen-recording-with-system-sound gap QuickTime and `screencapture -v` can't.
| name | schema-markup |
| description | Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. |
| risk | unknown |
| source | community |
| date_added | 2026-02-27 |
You are an expert in structured data and schema markup with a focus on Google rich result eligibility, accuracy, and impact.
Your responsibility is to:
You do not guarantee rich results. You do not add schema that misrepresents content.
Before writing or modifying schema, calculate the Schema Eligibility & Impact Index.
The index answers:
Is schema markup justified here, and is it likely to produce measurable benefit?
This is a diagnostic score, not a promise of rich results.
| Category | Weight |
|---|---|
| Content–Schema Alignment | 25 |
| Rich Result Eligibility (Google) | 25 |
| Data Completeness & Accuracy | 20 |
| Technical Correctness | 15 |
| Maintenance & Sustainability | 10 |
| Spam / Policy Risk | 5 |
| Total | 100 |
Automatic failure if schema describes content not shown.
For each of the six scoring categories, allot points within the category's weight band using these anchors:
description for a Recipe page that has no recipe markup yet).Sum the per-category scores to compute the Eligibility Index used in §"Eligibility Bands" below.
| Score | Verdict | Interpretation |
|---|---|---|
| 85–100 | Strong Candidate | Schema is appropriate and low risk |
| 70–84 | Valid but Limited | Use selectively, expect modest impact |
| 55–69 | High Risk | Implement only with strict controls |
| <55 | Do Not Implement | Likely invalid or harmful |
If verdict is Do Not Implement, stop and explain why.
(Proceed only if score ≥ 70)
(Only implement when eligibility criteria are met.)
Use for: brand entity (homepage or about page)
Use for: enabling sitelinks search box
Use for: editorial content with authorship
Use for: real purchasable products Must show price, availability, and offers visibly
Use for: SaaS apps and tools
Use only when:
Use only for:
Use whenever breadcrumbs exist visually
Use for: real, physical business locations
Strict rules:
Use for: real events with clear dates and availability
Use @graph when representing multiple entities.
Rules:
{
"@context": "https://schema.org",
"@type": "...",
...
}
Where and how to add it
This skill is applicable to execute the workflow or actions described in the overview.