Scanzie is a web-based SEO analyzer that evaluates website performance and provides actionable optimization recommendations. It includes a user-friendly web dashboard and a RESTful Analyzer API for programmatic usage. Live demo: https://scanzie.vercel.app
- Web interface: dashboard for analyzing SEO metrics
- Analyzer API: RESTful endpoints for automated analysis
- Key metrics: page speed, meta tags, keyword density, accessibility, and more
- Actionable insights: prioritized optimization suggestions
- Node.js v22 or higher
- npm or Yarn
- Vercel or any other service for deployment.
Clone the repository and install dependencies:
git clone https://github.com/scanzie/scanzie-web.git
cd scanzie-web
npm install
# or
# yarnStart the development server:
npm run devBuild for production:
npm run buildDeploy to Vercel:
vercel- Open the web dashboard (usually at http://localhost:3010) to analyze sites interactively.
- Use the Analyzer API to integrate SEO checks into other tools or workflows. Typical usage is a REST request to the analyzer endpoint with a target URL (see API docs in the project for exact routes and parameters).
Contributions, issues, and feature requests are welcome. Please open a pull request or issue in the repository.
This project was designed by Fisayo Obadina.