---
title: Evaluate SEO Health API
slug: evaluate-seo-health
url: https://apyhub.com/chisleroff/service/evaluate-seo-health
provider: Website Intelligence
categories: [Marketing, SEO]
tags: [seo-audit, page-audit, structured-data, rich-results, metadata, technical-seo]
auth: api_key
---

# Evaluate SEO Health API

Audit a webpage URL and get a score, grade, structured-data breakdown, and top fixes. Useful for checking metadata and rich-result readiness.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/chisleroff/seo/health-score` | What it does Evaluates the SEO health of a webpage given its url and returns an SEO report for that… | 50 |

## About

## What it does
SEO Health Checker evaluates a webpage URL and returns a structured audit of its search-engine signals. Send it an http or https URL, and you get a score, a grade, and a breakdown of the page’s SEO-related metadata and structured data.

Use it when you need a quick technical read on a landing page, blog post, or product page before publishing. The response includes counts for warnings, critical errors, JSON-LD items, microdata items, and rich results, plus booleans for Open Graph, Twitter Card, and structured data presence. That makes it useful for spotting missing metadata and comparing pages in a crawl or content QA workflow.

You also get a `top_fixes` array with the main issues to address, along with the audited `url` and `source_url`. If you are building an internal SEO review tool or automating pre-publish checks, this gives you a compact machine-readable summary without parsing the page yourself.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/chisleroff/service/evaluate-seo-health
