SEO Audit
Crawl site pages, check meta tags, analyze performance, and create an SEO report
Example Prompt
Run a full SEO audit on our marketing site at www.example.com
About
Performs a comprehensive SEO audit by navigating through key pages of a website, capturing screenshots for visual review, fetching page source to analyze meta tags and structured data, and researching current SEO best practices. The audit produces a detailed report with scores, issues found, and prioritized recommendations.
Workflow Steps
Navigate to each key page of the website using Puppeteer for rendering analysis
🎯 Navigate PageCapture screenshots of each page for visual layout and mobile-friendliness review
📷 Take ScreenshotFetch raw page HTML to analyze meta tags, headings, structured data, and link structure
🌐 Fetch URLSearch for current SEO best practices and algorithm updates for relevant recommendations
🌐 Web SearchWrite a comprehensive SEO audit report with scores, issues, and prioritized fix recommendations
✏️ Write FileTools Used
Web Search
Search the web using Brave Search and return relevant results with snippets
Fetch URL
Make an HTTP request to a URL and return the response body
Write File
Write or overwrite a file at a specified path with the given content
Navigate Page
Navigate to a URL and extract the page content as text or HTML
Take Screenshot
Navigate to a URL and capture a screenshot of the rendered page
Required MCP Servers
Brave Search
Privacy-first web search powered by Brave's independent search index
Fetch
Retrieve and convert web content to markdown, extract text from URLs and APIs
Filesystem
Read, search, and manage files on the local filesystem
Puppeteer
Browser automation for web scraping, screenshots, and UI testing via headless Chrome