When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," or "breadcrumb schema." For broader SEO issues, see seo-audit.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Der Befehl bleibt in einer Zeile. Scrollen Sie horizontal, um ihn vor dem Kopieren vollständig zu prüfen.
Sie bevorzugen eine lokale Kopie? Laden Sie die Dateien herunter, die SkillsMP derzeit vorliegen.
SKILL.md wird angezeigt
SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
schema-markup
version
1.0.0
brand
AgentKits Marketing by AityTech
category
seo-growth
difficulty
intermediate
description
When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," or "breadcrumb schema." For broader SEO issues, see seo-audit.
You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search.
{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is schema markup?","acceptedAnswer":{"@type":"Answer","text":"Schema markup is a structured data vocabulary that helps search engines understand your content..."}},{"@type":"Question","name":"How do I implement schema?","acceptedAnswer":{"@type":"Answer","text":"The recommended approach is to use JSON-LD format, placing the script in your page's head..."}}]}
HowTo
Use for: Instructional content, tutorials
Required properties:
name
step (array of HowToStep)
Recommended properties:
image
totalTime
estimatedCost
supply/tool
{"@context":"https://schema.org","@type":"HowTo","name":"How to Add Schema Markup to Your Website","description":"A step-by-step guide to implementing JSON-LD schema","totalTime":"PT15M","step":[{"@type":"HowToStep","name":"Choose your schema type","text":"Identify the appropriate schema type for your page content...","url":"https://example.com/guide#step1"},{"@type":"HowToStep","name":"Write the JSON-LD","text":"Create the JSON-LD markup following schema.org specifications...","url":"https://example.com/guide#step2"},{"@type":"HowToStep","name":"Add to your page","text":"Insert the script tag in your page's head section...","url":"https://example.com/guide#step3"}]}