Real-time SEO analysis directly in your browser side panel. 100+ rules for meta tags, headings, links, schema, and performance.
Install from Chrome Web Store | Landing Page | Privacy Policy
That downloads the source code, NOT the extension.
Click the link below to download
latest-build.zipdirectly.
>>> Download latest-build.zip <<<
- Extract the downloaded
latest-build.zipto a folder - Go to
chrome://extensions/in Chrome - Enable Developer mode (toggle in top-right)
- Click Load unpacked → select the extracted folder (should contain
manifest.json) - Done! Click the extension icon on any website to start analyzing
- 100+ SEO Rules - Title, meta tags, canonical, Open Graph, Schema.org, images, links, security headers
- Real-time Analysis - Results update as you browse
- Google Integration - PageSpeed Insights scores, Search Console data
- Export Reports - HTML and JSON export for sharing
- Side Panel UI - Non-intrusive Chrome DevTools-style interface
| Category | Description |
|---|---|
| HEAD | Title, meta description, canonical, robots, viewport |
| Open Graph | og:title, og:description, og:image, og:url |
| Schema.org | Article, Breadcrumb, FAQ, Product, Recipe, Video |
| HTTP | Status codes, redirects, HSTS, security headers, gzip |
| BODY | H1, images, internal links, nofollow |
| SPEED | Preload, preconnect, DNS prefetch, blocking scripts |
| PageSpeed Insights, Search Console | |
| DISCOVER | Google Discover eligibility checks |
# Clone the repository
git clone https://github.com/franzenzenhofer/franz-enzenhofer-seo-live-test-v7.git
cd franz-enzenhofer-seo-live-test-v7/v7
# Install dependencies
npm install
# Build the extension
npm run build
# Load v7/dist folder in Chrome as unpacked extension- Navigate to any website
- Click the extension icon in the toolbar
- View SEO analysis in the side panel
- Click on any result to see details
- Use the export button for HTML/JSON reports
Works out of the box. For heavy usage, get your own free key: https://developers.google.com/speed/docs/insights/v5/get-started
Open Settings → Google Account → Sign In with your Google account
cd v7
npm run dev # Development server
npm run test # Run tests
npm run typecheck # Type checking
npm run lint # Linting
npm run build # Production build- Chrome Extension Manifest V3
- React 18 + TypeScript
- Vite + Tailwind CSS
- Vitest for testing
This extension respects your privacy:
- All analysis runs locally in your browser
- No data is sent to external servers
- No tracking or analytics
- Optional Google integrations require explicit consent
MIT License - See LICENSE.txt
Franz Enzenhofer - fullstackoptimization.com

