api
CheckSEO

Documentation

How to Use

Endpoint:

https://api.i-as.dev/api/seo?domain={domain}

Method:
GET


Response Format

{
  "seoSuccessRate": "string",       // Overall SEO score or success rate
  "title": "string",                // Page title
  "metaDescription": "string",      // Meta description of the page
  "metaKeywords": "string",         // Keywords associated with the page
  "ogTitle": "string",              // Open Graph title
  "ogDescription": "string",        // Open Graph description
  "ogImage": "url",                 // Open Graph image URL
  "canonicalUrl": "url",            // Canonical URL of the page
  "isIndexable": "boolean"          // Indicates if the page is indexable
}

Example Request

https://api.i-as.dev/api/seo?domain=example.com

This will return SEO details of the specified domain.