スキル一覧に戻る
atiati82

seo-brain-v1

by atiati82

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: seo-brain-v1 description: Automated SEO proposals, keyword optimization, and page prioritization

SEO Brain Skill v1.0

Purpose: AI-powered SEO optimization using the Andara SEO Engine.

1) Non-Negotiables (Policy)

SEO Launch Readiness

  • All pages must have proper meta tags via StandardPageLayout
  • Use noindex for staging/preview pages
  • Schema.org structured data required for products

Metadata Requirements

Every page must have:

interface PageMeta {
  title: string;           // 50-60 chars
  description: string;     // 150-160 chars
  keywords?: string[];
  canonical?: string;
  ogImage?: string;
}

2) Inputs & Outputs

Page Analysis Input

interface SEOAnalysisRequest {
  url: string;
  content: string;
  currentMeta: PageMeta;
}

Optimization Output

interface SEORecommendation {
  score: number;              // 0-100
  issues: SEOIssue[];
  suggestions: string[];
  proposedMeta: PageMeta;
}

3) Quality Gates

Pre-Publish Checklist

  • Title tag present (50-60 chars)
  • Meta description (150-160 chars)
  • Single H1 per page
  • Internal links to related content
  • Image alt tags filled
  • Schema.org for products

SEO Audit Command

tsx scripts/ingest-seo-copilot.ts

SEO Agent Integration

Server Agent Location

server/agents/seo.ts

Available Functions

  • Keyword density analysis
  • Meta tag generation
  • Internal linking suggestions
  • Competitor analysis (via RAG)

Keyword Strategy (Andara)

Primary Keywords

  • ionic minerals
  • sulfate minerals
  • structured water
  • mineral drops
  • water science

Cluster Keywords

Each science cluster has targeted keywords. See: ANDARA_SITEMAP_V1_3.md

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です