---
name: schema.nsgoods.org
description: schema.nsgoods.org provides a single-endpoint service that analyzes a public web page URL and returns a heuristic extractability score indicating how well the page is structured for AI crawlers and answer engines. It delivers per-category breakdowns, a prioritized list of actionable fixes, and a signed proof of delivery for auditability.
host: schema.nsgoods.org
---

# schema.nsgoods.org

This host serves developers, SEO practitioners, and AI pipeline builders who need to evaluate whether a given public web page is optimally structured for generative AI and answer-engine extraction (GEO). It focuses narrowly on structural and metadata quality signals — not live search rankings or compliance — and returns machine-readable results with a cryptographic proof of delivery.

## When to use this host

Use this host when an agent needs to audit a single public web page for AI/answer-engine extractability, obtain a signed proof of that audit, and receive actionable remediation steps. Do not use it for real-time SEO ranking data, keyword research, backlink analysis, or compliance audits — dedicated SEO platforms or legal tools are more appropriate for those needs. It is also not suitable for pages behind authentication or paywalls, as it only analyzes publicly accessible URLs.

## Capabilities

### Page Extractability Analysis

Analyzes a public URL and returns a signed extractability score with per-category breakdowns (structured data, metadata, machine readability, etc.) and a prioritized fix list to improve AI/answer-engine discoverability.

- **`fetch-extractability-score`** — Returns a signed extractability score, per-category breakdown, and actionable fixes for a given URL, indicating how well a page is structured for AI/answer-engine extraction.

## Skill reference

### `fetch-extractability-score`

**Schema Extractability Check** — Returns a signed extractability score, per-category breakdown, and actionable fixes for a given URL, indicating how well a page is structured for AI/answer-engine extraction.

*Use when:* Use when an agent needs to assess how extractable a web page is for AI crawlers or answer engines, including a signed proof of delivery, category scores (structured data, metadata, machine readability, etc.), and a prioritized fix list.

*Not for:* Do not use for real-time SEO ranking signals or legal/compliance audits; this is a heuristic GEO analysis only. Not suitable for non-public URLs that require authentication.

**Inputs:**

- `url` (string, required) — Fully qualified public URL of the page to analyze for extractability.

**Returns:** Returns a signed JSON object with an Ed25519 _proof (verdict DELIVERED), a total score broken into six weighted categories (max 100), and a fixes array with per-check remediation steps.

**Example:** `GET https://schema.nsgoods.org/extractability?url=https://example.com`

---
