// README.md - セットアップと使用方法の説明
SEOインスペクター&スキーマバリデーターMCP
Web ページの SEO の問題を分析し、構造化データ スキーマを検証する、Cursor 用の Model Context Protocol (MCP) サーバー。
特徴
コードベース内の HTML ファイルを分析して SEO の問題を調べる
JSON-LD構造化データを検証する
SEOを改善するための推奨事項を取得する
ブラウザ拡張機能は不要 - コードベースで直接動作します
インストール
このリポジトリをクローンします:
git clone https://github.com/yourusername/seo-inspector-mcp.git cd seo-inspector-mcp依存関係をインストールします:
npm installこの MCP サーバーを使用するように Cursor を構成します。
設定 > 機能 > カーソル内のMCPに移動します
次のようにして新しい MCP サーバーを追加します。
名前: SEOインスペクター
タイプ: sse
使用法
MCP サーバーを起動します。
./run-mcp.shCursor では、SEO Inspector ツールを使用できるようになりました。
seo.analyze-codebase- ディレクトリ内のHTMLファイルを分析するseo.analyze-html- 特定のHTML文字列を分析する
優先SEOコンポーネント
このツールは、次の主要な SEO 要素をチェックします (重要度順)。
致命的
ページタイトル
メタディスクリプション
H1見出し
正規URL
重要
見出し構造(H2-H6)
画像の代替テキスト
構造化データ(JSON-LD)
ロボット指令
推奨
オープングラフタグ
Twitterカード
内部リンク
URL構造
モバイルフレンドリー
スキーマ検証
このツールは次のスキーマ タイプを検証します。
組織
ローカルビジネス
製品
記事
ウェブページ
FAQページ
イベント
レシピ
レビュー
ライセンス
マサチューセッツ工科大学
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
ブラウザ拡張機能を必要とせずに、Web ページの SEO 問題を分析し、コードベース内の構造化データ スキーマを検証する Cursor MCP サーバー。
Related MCP Servers
- Asecurity-licenseAqualityA simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.Last updated -236MIT License
- -security-license-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -74Apache 2.0
- -security-license-qualityA Cursor MCP server that provides tools and prompts for accessing various Semrush keyword-related API endpoints, enabling keyword research, analysis, and monitoring through natural language.
pure.md MCP serverofficial
Asecurity-licenseAqualityAn MCP server that enables AI clients like Cursor, Windsurf, and Claude Desktop to access web content in markdown format, providing web unblocking and searching capabilities.Last updated -23241