SEO Meta Analyzer is a web-based tool that analyzes any website URL and provides a detailed SEO score based on meta tags, social media readiness, and technical performance. Ideal for developers, marketers, and site owners looking to quickly audit and improve their site's SEO.
#site link: [https://seo-meta-analyzer.onrender.com]
- 🌐 Analyze any public URL for SEO quality
- 📈 Breakdown of:
- Meta Tags
- Social Media metadata
- Technical SEO indicators
- 📁 Export detailed PDF reports
- 🔄 Schedule SEO rechecks
- 🧠 Clean and responsive UI built with modern tools
- Frontend: TypeScript, Tailwind CSS, Vite
- Backend: Custom server in TypeScript
- Styling: Tailwind CSS
- Tooling: Vite, Replit
- ORM: Drizzle ORM (optional, based on config)
git clone https://github.com/kirtan-pc/SEO-Meta-Analyzer.git
cd seo-inspector
# Install dependencies
npm install
# Start the app
npm run dev