Back to Tools
SEO

SEO Health Auditor

Scan any website for common SEO issues including missing meta tags, broken links, slow page speed, and mobile responsiveness problems. Get an actionable report.

PythonPuppeteerHTML

Common Use Cases

  • Performing comprehensive technical SEO audits for new client websites.
  • Checking for 404 broken links across deeply nested blog posts and archives.
  • Validating semantic HTML structure and meta tags before launching a new site.

Tips & Tricks

  • Schedule the script to run weekly using Cron jobs to catch SEO regressions early.
  • Use the `--mobile` flag to simulate checking the site using mobile user agents.
  • Export the findings to CSV to easily import them into project management tools.

Frequently Asked Questions

Does it execute JavaScript like modern Googlebot?

Yes, it uses Puppeteer under the hood to render full JavaScript applications (like React/Next.js) before analyzing the DOM.

Will it slow down the target website?

It sends requests sequentially with a built-in delay to ensure it doesn't overload the server. You can modify this throttle delay.

FreeSize: 2.7 MB