Back to list
nguyenthienthanh

seo-check

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.

3🍴 2📅 Jan 22, 2026

SKILL.md


name: seo-check description: "Run comprehensive SEO and GEO audit including meta tags, structured data, Core Web Vitals, and AI discovery readiness." autoInvoke: false priority: high triggers:

  • "seo:check"
  • "seo check"
  • "seo audit"
  • "check seo" allowed-tools: Read, Grep, Glob, WebFetch, Bash

SEO Check Command

Run comprehensive SEO and GEO (Generative Engine Optimization) audit.


Usage

# Check current project (localhost)
/seo:check

# Check production URL
/seo:check https://myapp.com

# Check specific page
/seo:check https://myapp.com/blog/article

# Full audit with all checks
/seo:check --full

# Quick check (meta + schema only)
/seo:check --quick

Checks Performed

1. Meta Tags Audit

meta_checks[8]{check,requirement}:
  Title tag,50-60 characters - unique per page
  Meta description,150-160 characters - compelling
  Canonical URL,Absolute URL present
  Viewport,width=device-width present
  Open Graph,og:title og:description og:image
  Twitter Cards,twitter:card twitter:title
  Robots meta,index/noindex appropriate
  hreflang,Multi-language if applicable

2. Structured Data (Schema.org)

Validation URL: https://search.google.com/test/rich-results

schema_checks[6]{schema,fields}:
  Organization,name url logo sameAs
  WebSite,name url potentialAction
  Article,headline author datePublished image
  Product,name image offers aggregateRating
  FAQPage,mainEntity (Question + Answer)
  BreadcrumbList,itemListElement position

3. Core Web Vitals

cwv_thresholds[4]{metric,good,needs_improvement,poor}:
  LCP (Largest Contentful Paint),<2.5s,2.5-4.0s,>4.0s
  INP (Interaction to Next Paint),<200ms,200-500ms,>500ms
  CLS (Cumulative Layout Shift),<0.1,0.1-0.25,>0.25
  FCP (First Contentful Paint),<1.8s,1.8-3.0s,>3.0s

4. AI Discovery (GEO)

geo_checks[6]{check,requirement}:
  robots.txt,GPTBot PerplexityBot ClaudeBot allowed
  Content structure,Answer-first paragraphs
  Semantic HTML,article section aside proper usage
  Author schema,Person with credentials
  Update dates,dateModified visible
  FAQ sections,FAQPage schema implemented

5. Technical SEO

technical_checks[8]{check,tool}:
  sitemap.xml,Validate at /sitemap.xml
  robots.txt,Validate at /robots.txt
  HTTPS,SSL certificate valid
  Mobile-friendly,Google Mobile Test
  Page speed,PageSpeed Insights
  Broken links,Crawl for 404s
  Redirect chains,Max 1 redirect
  Duplicate content,Canonical tags

Output Format

Generate report with:

CategoryScoreStatus
Meta TagsX/100PASS/WARNING/FAIL
Structured DataX/100PASS/WARNING/FAIL
Core Web VitalsX/100PASS/WARNING/FAIL
AI Discovery (GEO)X/100PASS/WARNING/FAIL
Technical SEOX/100PASS/WARNING/FAIL

Include:

  • Validation links (Rich Results Test, PageSpeed Insights)
  • Specific issues with fixes
  • Next steps with time estimates

CommandPurpose
/seo:schemaValidate structured data only
/seo:geoAI discovery audit only

Version: 1.17.0

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon