# Send Schema Markup Generator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "schema-markup-generator",
    "name": "Schema Markup Generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/aaron-he-zhu/schema-markup-generator",
    "canonicalUrl": "https://clawhub.ai/aaron-he-zhu/schema-markup-generator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/schema-markup-generator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=schema-markup-generator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/schema-decision-tree.md",
      "references/schema-templates.md",
      "references/validation-guide.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "schema-markup-generator",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T12:16:51.545Z",
      "expiresAt": "2026-05-15T12:16:51.545Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=schema-markup-generator",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=schema-markup-generator",
        "contentDisposition": "attachment; filename=\"schema-markup-generator-9.9.5.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "schema-markup-generator"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/schema-markup-generator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/schema-markup-generator",
    "downloadUrl": "https://openagent3.xyz/downloads/schema-markup-generator",
    "agentUrl": "https://openagent3.xyz/skills/schema-markup-generator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/schema-markup-generator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/schema-markup-generator/agent.md"
  }
}
```
## Documentation

### Schema Markup Generator

SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills

Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis

Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator

Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher

Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-manager

Cross-cutting · content-quality-auditor · domain-authority-auditor · entity-optimizer · memory-management

This skill creates Schema.org structured data markup in JSON-LD format to help search engines understand your content and enable rich results in SERPs.

### When to Use This Skill

Adding FAQ schema for expanded SERP presence
Creating How-To schema for step-by-step content
Adding Product schema for e-commerce pages
Implementing Article schema for blog posts
Adding Local Business schema for location pages
Creating Review/Rating schema
Implementing Organization schema for brand presence
Any page where rich results would improve visibility

### What This Skill Does

Schema Type Selection: Recommends appropriate schema types
JSON-LD Generation: Creates valid structured data markup
Property Mapping: Maps your content to schema properties
Validation Guidance: Ensures schema meets requirements
Nested Schema: Handles complex, multi-type schemas
Rich Result Eligibility: Identifies which rich results you can target

### Generate Schema for Content

Generate schema markup for this [content type]: [content/URL]

Create FAQ schema for these questions and answers: [Q&A list]

### Specific Schema Types

Create Product schema for [product name] with [details]

Generate LocalBusiness schema for [business name and details]

### Audit Existing Schema

Review and improve this schema markup: [existing schema]

### Data Sources

See CONNECTORS.md for tool category placeholders.

With ~~web crawler connected:
Automatically crawl and extract page content (visible text, headings, lists, tables), existing schema markup, page metadata, and structured content elements that map to schema properties.

With manual data only:
Ask the user to provide:

Page URL or full HTML content
Page type (article, product, FAQ, how-to, local business, etc.)
Specific data needed for schema (prices, dates, author info, Q&A pairs, etc.)
Current schema markup (if optimizing existing)

Proceed with the full workflow using provided data. Note in the output which data is from automated extraction vs. user-provided data.

### Instructions

When a user requests schema markup:

Identify Content Type and Rich Result Opportunity
Reference the CORE-EEAT Benchmark item O05 (Schema Markup) for content-type to schema mapping:
### CORE-EEAT Schema Mapping (O05)

| Content Type | Required Schema | Conditional Schema |
|-------------|----------------|--------------------|
| Blog (guides) | Article, Breadcrumb | FAQ, HowTo |
| Blog (tools) | Article, Breadcrumb | FAQ, Review |
| Blog (insights) | Article, Breadcrumb | FAQ |
| Alternative | Comparison*, Breadcrumb, FAQ | AggregateRating |
| Best-of | ItemList, Breadcrumb, FAQ | AggregateRating per tool |
| Use-case | WebPage, Breadcrumb, FAQ | — |
| FAQ | FAQPage, Breadcrumb | — |
| Landing | SoftwareApplication, Breadcrumb, FAQ | WebPage |
| Testimonial | Review, Breadcrumb | FAQ, Person |

*Use the mapping above to ensure schema type matches content type (CORE-EEAT O05: Pass criteria).*

### Schema Analysis

**Content Type**: [blog/product/FAQ/how-to/local business/etc.]
**Page URL**: [URL]

**Eligible Rich Results**:

| Rich Result Type | Eligibility | Impact |
|------------------|-------------|--------|
| FAQ | ✅/❌ | High - Expands SERP presence |
| How-To | ✅/❌ | Medium - Shows steps in SERP |
| Product | ✅/❌ | High - Shows price, availability |
| Review | ✅/❌ | High - Shows star ratings |
| Article | ✅/❌ | Medium - Shows publish date, author |
| Breadcrumb | ✅/❌ | Medium - Shows navigation path |
| Video | ✅/❌ | High - Shows video thumbnail |

**Recommended Schema Types**:
1. [Primary schema type] - [reason]
2. [Secondary schema type] - [reason]



Generate Schema Markup
Based on the identified content type, generate the appropriate JSON-LD schema. Supported types: FAQPage, HowTo, Article/BlogPosting/NewsArticle, Product, LocalBusiness, Organization, BreadcrumbList, Event, Recipe, and combined multi-type schemas.

Reference: See references/schema-templates.md for complete, copy-ready JSON-LD templates for all schema types with required and optional properties.

For each schema generated, include:

All required properties for the chosen type
Rich result preview showing expected SERP appearance
Notes on which properties are required vs. optional

When combining multiple schema types on one page, wrap them in a JSON array inside a single <script type="application/ld+json"> tag.


Provide Implementation and Validation
## Implementation Guide

### Adding Schema to Your Page

**Option 1: In HTML <head>**
\`\`\`html
<head>
  <script type="application/ld+json">
    [Your JSON-LD schema here]
  </script>
</head>

Option 2: Before closing </body>
  <script type="application/ld+json">
    [Your JSON-LD schema here]
  </script>
</body>

Validation Steps


~~schema validator

Test your live URL or paste code
Check for errors and warnings



Schema.org Validator

URL: https://validator.schema.org/
Validates against Schema.org spec



~~search console

Monitor rich results in ~~search console
Check Enhancements reports for issues



Validation Checklist

 JSON syntax is valid (no trailing commas)
 All required properties present
 URLs are absolute, not relative
 Dates are in ISO 8601 format
 Content matches visible page content
 No policy violations

### Validation Steps

~~schema validator

Test your live URL or paste code
Check for errors and warnings



Schema.org Validator

URL: https://validator.schema.org/
Validates against Schema.org spec



~~search console

Monitor rich results in ~~search console
Check Enhancements reports for issues

### Validation Checklist

JSON syntax is valid (no trailing commas)
 All required properties present
 URLs are absolute, not relative
 Dates are in ISO 8601 format
 Content matches visible page content
 No policy violations

### Input Validation

Page URL or content provided
 Schema type appropriate for content (Article for blog, Product for e-commerce, etc.)
 All required data available (author, dates, prices, etc. depending on schema type)
 Content eligibility for rich results confirmed

### Output Validation

JSON syntax validates (no trailing commas, proper quotes)
 All required properties present for chosen schema type
 URLs are absolute, not relative
 Dates in ISO 8601 format (YYYY-MM-DDTHH:MM:SS+00:00)
 Schema content matches visible page content exactly
 Passes ~~schema validator with no errors
 Source of each data point clearly stated (~~web crawler extraction, user-provided, or manual entry)

### Example

User: "Generate FAQ schema for a page about SEO with 3 questions"

Output:

## FAQ Schema for SEO Page

### Schema Markup

\`\`\`json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is SEO?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "SEO (Search Engine Optimization) is the practice of optimizing websites and content to rank higher in search engine results pages (SERPs). It involves technical optimizations, content creation, and link building to increase organic visibility and drive qualified traffic to your website."
      }
    },
    {
      "@type": "Question",
      "name": "How long does SEO take to work?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "SEO typically takes 3-6 months to show significant results, though this varies based on competition, domain authority, and effort invested. New websites may take 6-12 months, while established sites with existing authority can see improvements in 1-3 months for less competitive keywords."
      }
    },
    {
      "@type": "Question",
      "name": "Is SEO better than paid advertising?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "SEO and paid advertising serve different purposes. SEO provides sustainable, long-term traffic without per-click costs but takes time to build. Paid advertising delivers immediate results but stops when you stop paying. Most successful businesses use both: paid ads for immediate leads and SEO for long-term growth."
      }
    }
  ]
}

Implementation: Wrap the above JSON-LD in <script type="application/ld+json">...</script> and place in <head> or before </body>. Test with ~~schema validator.

### SERP Preview

SEO Guide: Complete Beginner's Tutorial
yoursite.com/seo-guide/
Learn SEO from scratch with our comprehensive guide...

▼ What is SEO?
  SEO (Search Engine Optimization) is the practice of optimizing...
▼ How long does SEO take to work?
  SEO typically takes 3-6 months to show significant results...
▼ Is SEO better than paid advertising?
  SEO and paid advertising serve different purposes...

## Schema Type Quick Reference

| Content Type | Schema Type | Key Properties |
|--------------|-------------|----------------|
| Blog Post | BlogPosting/Article | headline, datePublished, author |
| Product | Product | name, price, availability |
| FAQ | FAQPage | Question, Answer |
| How-To | HowTo | step, totalTime |
| Local Business | LocalBusiness | address, geo, openingHours |
| Recipe | Recipe | ingredients, cookTime |
| Event | Event | startDate, location |
| Video | VideoObject | uploadDate, duration |
| Course | Course | provider, name |
| Review | Review | itemReviewed, ratingValue |

## Tips for Success

1. **Match visible content** - Schema must reflect what users see
2. **Don't spam** - Only add schema for relevant content
3. **Keep updated** - Update dates and prices when they change
4. **Test thoroughly** - Validate before deploying
5. **Monitor Search Console** - Watch for errors and warnings

## Schema Type Decision Tree

> **Reference**: See [references/schema-decision-tree.md](./references/schema-decision-tree.md) for the full decision tree (content-to-schema mapping), industry-specific recommendations, implementation priority tiers (P0-P4), and validation quick reference.

## Reference Materials

- [Schema Templates](./references/schema-templates.md) - Copy-ready JSON-LD templates for all schema types
- [Validation Guide](./references/validation-guide.md) - Common errors, required properties, testing workflow

## Related Skills

- [seo-content-writer](../seo-content-writer/) — Create content worth marking up
- [on-page-seo-auditor](../../optimize/on-page-seo-auditor/) — Audit existing schema
- [technical-seo-checker](../../optimize/technical-seo-checker/) — Technical validation
- [entity-optimizer](../../cross-cutting/entity-optimizer/) — Entity audit informs Organization, Person, Product schema
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: aaron-he-zhu
- Version: 3.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T12:16:51.545Z
- Expires at: 2026-05-15T12:16:51.545Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/schema-markup-generator)
- [Send to Agent page](https://openagent3.xyz/skills/schema-markup-generator/agent)
- [JSON manifest](https://openagent3.xyz/skills/schema-markup-generator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/schema-markup-generator/agent.md)
- [Download page](https://openagent3.xyz/downloads/schema-markup-generator)