A simple web-based SEO audit tool that analyzes basic on-page SEO signals.
- Title & meta description check
- Heading structure analysis
- Image alt tag detection
- Link count
- Next.js
- Node.js
- Express
- Cheerio
- Start backend server
- Start frontend
- Enter a URL and analyze
Some websites (e.g., Google, Facebook) block automated analysis requests. This tool works on publicly accessible websites that allow standard HTTP requests.
The analyzer first attempts a fast HTTP request. If the website blocks automated requests, a headless browser fallback is used to render the page before analysis.