π On Page SEO Analysis API – VebAPI
Perform a comprehensive on-page SEO audit of any website URL. This API checks critical SEO elements such as meta tags, headings, images, internal links, sitemaps, and more — all in one call.
π Description
The On Page SEO Analysis API provides a detailed inspection of a webpage’s HTML structure and SEO-related components. It helps identify SEO issues and improvement areas such as missing meta tags, improper heading usage, excess images, poor link structure, etc.
This is ideal for SEO tools, browser extensions, site health reports, or auditing tools.
π― Key Benefits
-
π Analyze key SEO elements of any page
-
π Get actionable improvement suggestions
-
π Check meta tags, headings, images, and links
-
β Detect missing or broken SEO components
-
π¦ Useful for technical SEO audits and content strategy
π Base URL
https://vebapi.com/api/seo/analyze
π₯ Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
website |
string | β Yes | The full domain (with or without https://) to analyze. Example: codeconia.com |
Header Required:
X-API-KEY: YOUR_API_KEY
π€ Output Parameters
The response is a JSON object with multiple categories of SEO insights.
| Key | Type | Description |
|---|---|---|
basic |
object | Basic details including URL, title, favicon |
webtitle |
object | Title tag content, length, and SEO suggestion |
metadescription |
object | Meta description content, length, and suggestion |
metakeywords |
object | Meta keywords content (if found) and keyword count |
headings |
object | Grouped by heading tags (h1 through h6) with their count and content |
sitemap_robots |
array | List of detected sitemap and robots.txt files |
iframe |
object | Count of iframes and suggestion for usage |
underscoreurl |
string | Check for underscore usage in URLs |
urlrewrite |
string | Check if URLs are SEO-friendly (rewritten) |
images |
object | All image URLs found, count, and optimization suggestions |
links |
object | All internal/external links, count, and suggestions for broken or empty links |