🎯

seo-optimizer

🎯Skill

from ntaksh42/agents

VibeIndex|
What it does

Optimizes web pages for search engines by analyzing and improving meta tags, structured data, semantic HTML, and performance metrics.

📦

Part of

ntaksh42/agents(78 items)

seo-optimizer

Installation

📋 No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add ntaksh42/agents --skill seo-optimizer
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Analyze and optimize web pages for SEO including meta tags, structured data, and performance. Use when improving website SEO or analyzing search optimization.

Overview

# SEO Optimizer Skill

SEO最適化の提案を行うスキルです。

概要

Webページのメタデータ、構造化データ、コンテンツをSEOの観点から分析・最適化します。

主な機能

  • メタタグ最適化: title、description、OGタグ
  • 構造化データ: JSON-LD、Schema.org
  • セマンティックHTML: 適切なタグ使用
  • パフォーマンス: Core Web Vitals
  • モバイル対応: レスポンシブデザイン
  • 内部リンク: サイト構造の最適化
  • 画像最適化: alt、サイズ、形式

使用方法

```

以下のHTMLをSEO最適化:

[HTML]

チェック項目:

  • メタタグ
  • 構造化データ
  • セマンティックHTML

```

最適化例

メタタグ

最適化前:

```html

Home

```

最適化後:

```html

高品質なWebサービス | 会社名 - 信頼できるソリューション

```

構造化データ

記事ページ:

```html

```

商品ページ:

```html

```

セマンティックHTML

最適化前:

```html

...

```

最適化後:

```html

記事タイトル

...

...

```

見出し構造

最適化前:

```html

サイト名

セクション1

セクション2

```

最適化後:

```html

ページタイトル(1ページに1つ)

主要セクション1

サブセクション1-1

サブセクション1-2

主要セクション2

サブセクション2-1

```

画像最適化

最適化前:

```html

```

最適化後:

```html

src="photo-800w.webp"

srcset="photo-400w.webp 400w,

photo-800w.webp 800w,

photo-1200w.webp 1200w"

sizes="(max-width: 600px) 400px,

(max-width: 900px) 800px,

1200px"

alt="東京タワーの夜景写真"

width="800"

height="600"

loading="lazy">

```

チェックリスト

On-Page SEO

  • [ ] 適切なタイトルタグ(50-60文字)
  • [ ] メタディスクリプション(150-160文字)
  • [ ] H1タグ(1ページに1つ)
  • [ ] 見出し階層(H1 → H2 → H3)
  • [ ] 画像のalt属性
  • [ ] 内部リンク
  • [ ] Canonical URL
  • [ ] モバイルフレンドリー
  • [ ] ページ速度
  • [ ] HTTPS

構造化データ

  • [ ] JSON-LD形式
  • [ ] 適切なスキーマタイプ
  • [ ] 必須プロパティ
  • [ ] バリデーション通過

コンテンツ

  • [ ] ユニークで価値あるコンテンツ
  • [ ] 適切なキーワード密度
  • [ ] 読みやすい文章
  • [ ] 内部リンク
  • [ ] 外部リンク(信頼できるソース)

バージョン情報

  • スキルバージョン: 1.0.0
  • 最終更新: 2025-01-22

---

使用例:

```

このページをSEO最適化:

[HTML]

改善項目:

  • メタタグ
  • 構造化データ
  • 画像最適化

```

SEO最適化されたHTMLが生成されます!

More from this repository10

🎯
document-summarizer🎯Skill

Generates concise summaries of documents by extracting key information and condensing text into a more digestible format.

🎯
algorithmic-art🎯Skill

Generates creative algorithmic art using p5.js, creating unique visual designs with patterns, fractals, and dynamic animations.

🎯
sql-query-helper🎯Skill

Generates, optimizes, and explains SQL queries with best practices, providing intelligent database query solutions across multiple database platforms.

🎯
plantuml-diagram🎯Skill

Generates PlantUML diagrams (class, sequence, component) to visually represent system architecture and UML models.

🎯
azure-pipelines-generator🎯Skill

Generates Azure Pipelines YAML configurations automatically for CI/CD workflows, supporting multi-stage builds and deployments across different environments.

🎯
kubernetes-helper🎯Skill

Assists Kubernetes users by generating, validating, and explaining Kubernetes manifests and configurations with AI-powered insights.

🎯
using-git-worktrees🎯Skill

Creates isolated Git worktrees with smart directory selection and safety verification for feature work and branch management.

🎯
dependency-analyzer🎯Skill

Analyzes project dependencies, identifies potential conflicts, and provides insights into library compatibility and version management.

🎯
brainstorming🎯Skill

Collaboratively refines rough ideas into fully-formed designs through systematic questioning, alternative exploration, and incremental validation.

🎯
azure-boards-helper🎯Skill

Manages Azure Boards work items by creating, querying, and automating work item workflows using WIQL and comprehensive templates.