run_seo_test
Analyze a web page's SEO health by auditing meta tags, headings, content, and technical factors like HTTPS and structured data. Identify optimization gaps for any URL.
Instructions
Perform SEO analysis on a web application. This tool analyzes:
Meta tags: title, description, canonical, robots, OG tags, Twitter cards
Heading structure: H1 count, hierarchy, semantic structure
Content: word count, text-to-HTML ratio, image optimization
Technical SEO: HTTPS, mobile-friendly, structured data, sitemap
Use this tool when you need to evaluate a website's search engine optimization. The tool requires chrome-devtools-mcp to be running for DOM inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to test | |
| checkSocialTags | No | Check Open Graph and Twitter card tags (default: true) | |
| checkStructuredData | No | Check for JSON-LD and structured data (default: true) |