// README.md - 设置和使用说明
SEO 检查器和 Schema 验证器 MCP
Cursor 的模型上下文协议 (MCP) 服务器可分析网页的 SEO 问题并验证结构化数据模式。
特征
分析代码库中的 HTML 文件以查找 SEO 问题
验证 JSON-LD 结构化数据
获取改进 SEO 的建议
无需浏览器扩展 - 直接与您的代码库一起使用
安装
克隆此存储库:
git clone https://github.com/yourusername/seo-inspector-mcp.git cd seo-inspector-mcp安装依赖项:
npm install配置 Cursor 以使用此 MCP 服务器:
前往“设置”>“功能”>“光标中的 MCP”
添加新的 MCP 服务器:
名称:SEO检查员
类型:sse
用法
启动 MCP 服务器:
./run-mcp.sh在 Cursor 中,您现在可以使用 SEO Inspector 工具:
seo.analyze-codebase- 分析目录中的 HTML 文件seo.analyze-html- 分析特定的 HTML 字符串
优先 SEO 组件
该工具检查以下关键 SEO 元素(按重要性排序):
批判的
页面标题
元描述
H1标题
规范网址
重要的
标题结构(H2-H6)
图片替代文本
结构化数据 (JSON-LD)
机器人指令
受到推崇的
开放图谱标签
Twitter 卡片
内部链接
URL结构
移动友好性
模式验证
该工具验证以下架构类型:
组织
本地商家
产品
文章
网页
常见问题解答页面
事件
食谱
审查
执照
麻省理工学院
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Cursor MCP 服务器可分析网页的 SEO 问题并验证代码库中的结构化数据模式,而无需浏览器扩展。
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