SEO Analyzer API
Key Features Comprehensive SEO Analysis Analyze URLs for page title, meta description, and main headings. Keyword Density Analysis Automatically compute keyword frequency and percentage to guide content optimization. Header Tags Extraction Extract and analyze - tags to understand page structure and hierarchy. Sitemap URL Parsing Fetch and parse sitemap.xml files to retrieve all URLs for bulk SEO…
SEO Analyzer API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
🔎 SEO Analysis /api/seo/analyze |
Analyze SEO for a given URL (title, meta). |
| POST |
🏷️ Header Tags Analysis /api/seo/analyze/header-tags |
Extract H1-H6 tags structure. |
| GET |
📄 Get All Results /api/seo/results |
List all SEO analysis results (protected). |
| POST |
🗺️ Sitemap Analysis /api/seo/analyze/sitemap |
Parse sitemap.xml and return URLs. |
| GET |
📄 Get Single Result /api/seo/results/{id} |
Retrieve one result by ID (protected). |
| PUT |
✏️ Update Result /api/seo/results/{id} |
Update a result by ID (protected). |
| DELETE |
🗑️ Delete Result /api/seo/results/{id} |
Delete a result by ID (protected). |
| POST |
🔑 Keyword Density Analysis /api/seo/analyze/keyword-density |
Analyze keyword frequency and density. |