Endpoint:
https://api.i-as.dev/api/seo?domain={domain}
Method:GET
{
"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
}
https://api.i-as.dev/api/seo?domain=example.com
This will return SEO details of the specified domain.