// README.md - 설정 및 사용 지침
SEO 검사기 및 스키마 검증기 MCP
SEO 문제에 대한 웹 페이지를 분석하고 구조화된 데이터 스키마를 검증하는 Cursor용 MCP(Model Context Protocol) 서버입니다.
특징
SEO 문제를 위해 코드베이스의 HTML 파일을 분석합니다.
JSON-LD 구조화된 데이터 검증
SEO 개선을 위한 권장 사항을 받으세요
브라우저 확장 프로그램이 필요하지 않습니다. 코드베이스와 직접 작동합니다.
설치
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm install이 MCP 서버를 사용하도록 커서를 구성하세요.
설정 > 기능 > 커서의 MCP로 이동하세요.
다음을 사용하여 새로운 MCP 서버를 추가합니다.
이름: SEO 검사관
유형: sse
용법
MCP 서버를 시작합니다.
./run-mcp.sh이제 Cursor에서 SEO 검사기 도구를 사용할 수 있습니다.
seo.analyze-codebase- 디렉토리의 HTML 파일 분석seo.analyze-html- 특정 HTML 문자열 분석
우선 순위가 지정된 SEO 구성 요소
이 도구는 다음과 같은 주요 SEO 요소를 확인합니다(중요도 순).
비판적인
페이지 제목
메타 설명
H1 제목
정식 URL
중요한
제목 구조(H2-H6)
이미지 대체 텍스트
구조화된 데이터(JSON-LD)
로봇 지침
추천
오픈 그래프 태그
트위터 카드
내부 링크
URL 구조
모바일 친화성
스키마 검증
이 도구는 다음 스키마 유형을 검증합니다.
조직
지역 비즈니스
제품
기사
웹페이지
FAQ페이지
이벤트
레시피
검토
특허
MIT
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
브라우저 확장 프로그램을 사용하지 않고도 웹 페이지의 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