seo-schema

SEO Schema Validation Command

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "seo-schema" with this command: npx skills add nguyenthienthanh/aura-frog/nguyenthienthanh-aura-frog-seo-schema

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

Option B: Test Code Snippet

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.21.0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

stitch-design

No summary provided by upstream source.

Repository SourceNeeds Review
General

visual-pixel-perfect

No summary provided by upstream source.

Repository SourceNeeds Review
General

nativewind-generator

No summary provided by upstream source.

Repository SourceNeeds Review
General

seo-expert

No summary provided by upstream source.

Repository SourceNeeds Review