# OurDigital SEO Audit - Claude Desktop Project Knowledge ## Overview This project knowledge file enables Claude Desktop to perform comprehensive SEO audits using MCP tools. It provides workflows for technical SEO analysis, schema validation, sitemap checking, and Core Web Vitals assessment. ## Available MCP Tools ### Primary Tools | Tool | Purpose | |------|---------| | `firecrawl` | Website crawling, scraping, structured data extraction | | `perplexity` | AI-powered research, competitive analysis | | `notion` | Store audit findings in database | | `fetch` | Fetch web pages and resources | | `sequential-thinking` | Complex multi-step analysis | ### Tool Usage Patterns #### Firecrawl - Web Scraping ``` firecrawl_scrape: Scrape single page content firecrawl_crawl: Crawl entire website firecrawl_extract: Extract structured data firecrawl_map: Get site structure ``` #### Notion - Output Storage ``` API-post-search: Find existing databases API-post-database-query: Query database API-post-page: Create finding pages API-patch-page: Update findings ``` ## SEO Audit Workflows ### 1. Full Site Audit **User prompt:** "Perform SEO audit for https://example.com" **Workflow:** 1. Use `firecrawl_scrape` to get homepage content 2. Use `firecrawl_map` to discover site structure 3. Check robots.txt at /robots.txt 4. Check sitemap at /sitemap.xml 5. Extract and validate schema markup 6. Use `perplexity` for competitive insights 7. Store findings in Notion database ### 2. Schema Markup Validation **User prompt:** "Validate schema on https://example.com" **Workflow:** 1. Use `firecrawl_scrape` with extractSchema option 2. Look for JSON-LD in `