
seo-schema
by nguyenthienthanh
Aura Frog — AI-powered structured development plugin for Claude Code Turn Claude Code into a full-fledged dev platform: Aura Frog brings 24 specialized agents, a 9-phase TDD workflow, built-in quality gates and 70+ commands so your team doesn’t need to manually draft prompts — just call the right command and follow guided instructions.
SKILL.md
name: seo-schema description: "Validate structured data (Schema.org JSON-LD) using Google Rich Results Test. Ensures schema is error-free before deployment." autoInvoke: false priority: high triggers:
- "seo:schema"
- "schema validation"
- "validate schema"
- "rich results"
- "json-ld validation" allowed-tools: Read, Grep, Glob, WebFetch, Bash
SEO Schema Validation Command
Validate structured data (Schema.org JSON-LD) using Google Rich Results Test.
Usage
# Validate schema on URL
/seo:schema https://myapp.com
# Validate specific page
/seo:schema https://myapp.com/blog/article
# Validate local dev server
/seo:schema http://localhost:3000
# Validate code snippet (opens Rich Results Test)
/seo:schema --code
Validation Process
Step 1: Open Rich Results Test
URL: https://search.google.com/test/rich-results
Step 2: Test URL or Code
Option A: Test Live URL
- Go to https://search.google.com/test/rich-results
- Paste URL in the input field
- Click "Test URL"
- Wait for analysis (10-30 seconds)
Option B: Test Code Snippet
- Go to https://search.google.com/test/rich-results
- Click "Code" tab
- Paste JSON-LD script
- Click "Test Code"
Step 3: Review Results
result_status[3]{status,meaning,action}:
Green checkmark,Schema valid - eligible for rich results,Deploy
Yellow warning,Non-critical issues,Review and fix if important
Red error,Schema invalid - won't show rich results,Must fix before deploy
Schema Types to Validate
schema_types[10]{type,rich_result,priority}:
Article,Article rich result,High
Product,Product snippet with price/rating,High
FAQPage,FAQ accordion in SERP,High
HowTo,Step-by-step instructions,Medium
BreadcrumbList,Breadcrumb trail,High
Organization,Knowledge panel,High
LocalBusiness,Local pack listing,High
Review,Review stars,Medium
Event,Event listing,Medium
Recipe,Recipe card,Medium
Common Errors & Fixes
common_errors[6]{error,cause,fix}:
Missing required field,Required property not present,Add missing property
Invalid date format,Wrong date string,Use ISO 8601: 2025-01-15T08:00:00+00:00
Invalid URL,Relative URL used,Use absolute URL with https://
Missing @context,No context declaration,Add "@context": "https://schema.org"
Wrong @type,Typo in type name,Use exact Schema.org type name
Invalid image,Broken or wrong format image,Use absolute URL to valid image
Quick Reference: Valid JSON-LD Template
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Article Title (max 110 chars)",
"description": "Article description",
"image": "https://example.com/image.jpg",
"author": {
"@type": "Person",
"name": "Author Name"
},
"publisher": {
"@type": "Organization",
"name": "Publisher Name",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.png"
}
},
"datePublished": "2025-01-15T08:00:00+00:00",
"dateModified": "2025-01-15T10:30:00+00:00"
}
</script>
Output Format
Generate report with:
| Schema Type | Status | Issues |
|---|---|---|
| Article | PASS/WARNING/FAIL | Details |
| BreadcrumbList | PASS/WARNING/FAIL | Details |
Include:
- Rich Results Test link for URL
- Preview of rich result appearance
- Specific fixes for any issues
Related Commands
| Command | Purpose |
|---|---|
/seo:check | Full SEO audit |
/seo:geo | AI discovery audit |
Version: 1.17.0
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です

