The workflow JSON is attached. Here's what it does and what you'll need. Example of output One form input: website URL, country, language. From that it runs six phases: 1. Keywords the site already ranks for (volume, intent, difficulty, competition, CPC, bids, trends) 2. Keywords the site could rank for 3. Google Lighthouse, full audit 4. Sitemap map + a scrape loop over every page (screenshot, HTML, markdown) 5. On-page SEO audit 6. Domain signals: backlinks, domain rank, technologies, relevant pages Then it renders one canonical report object into a PDF, an HTML report, a Markdown file and an XLSX keyword sheet. What you need before importing: - n8n (self-hosted or cloud) - DataForSEO API key - Firecrawl API key - Gotenberg running for the PDF render (this one trips people up - the PDF node points at `http://gotenberg:3000`, so it needs to be reachable from your n8n container) Full video walkthrough: https://www.youtube.com/watch?v=O53pNhQopPI Import it, run it on your own site, and post your report's overall health score below. If a node errors, paste the error and which node it was and I'll help you fix it.