AIPM-002 · Stable
AI Page Manifest (AIPM)
AI Page Manifest (AIPM) is an open specification for describing web pages in a machine-readable format optimized for AI systems. It provides structured metadata, entity relationships, trust signals, summaries, claims, and discovery information to help AI assistants understand and reference web content more accurately.
Part of the AI Discovery Framework (ADF), maintained and published by AigeoRadar.
File format
Each HTML page may publish a sidecar manifest at a path-adjacent URL:
https://example.com/blog/my-post ← human-readable HTML
https://example.com/blog/my-post.ai.json ← AI Page Manifest (AIPM)
Declared in HTML <head>:
<link rel="alternate" type="application/json"
href="/blog/my-post.ai.json"
title="AI Page Manifest (AIPM) v1.2.0">
What AIPM answers for AI systems
- What is this page about? —
primaryTopic,purpose - What is the executive summary? —
abstract→summary150→summary500 - What entities are discussed? —
mainEntity,secondaryEntities - What verifiable claims are made? —
claimswithtype(internal/external) - Is this content current? —
contentFreshness,dateModified - Who published it? —
publisher,maintainer - What related content exists? —
relatedPages
Current version
AIPM v1.2.0 — JSON Schema: https://aigeoradar.com/schemas/aipm/1.2/page-manifest.schema.json