AI Readiness Score
A 0-100 score across crawlability, structured data, entities, product data, and policies - with the top issues explained in plain language.
THE MACHINE-READABLE LAYER FOR YOUR SITE
Readient scans your site, generates a clean AI-readable layer, connects verified product data, and publishes Markdown, JSON, llms.txt, and agent-ready endpoints.
No signup for your first scan. Free plan available.
// What you get
Humans get UX built for browsing and persuasion. Agents need clean facts, structured entities, source attribution, and stable endpoints. Readient builds that second layer.
A 0-100 score across crawlability, structured data, entities, product data, and policies - with the top issues explained in plain language.
llms.txt, agent.json, Markdown, and JSON product feeds, generated from your content and regenerated on every change.
Connect stores, feeds, or the API. Verified catalogue data always overrides crawled guesses, with source attribution.
Compare agent success on your raw site vs. your Readient layer - proof the generated data actually helps.
Publish on your own subdomain like ai.example.com with automatic TLS, or start on a free hosted endpoint.
See endpoint requests, top files, and likely AI-agent traffic - and get alerts when data goes stale.
Enter a domain. Readient discovers your sitemap, crawls key pages, and reads existing structured data.
It extracts your company, products, and policies into a canonical model and generates the AI layer.
Review, approve, and publish clean endpoints instantly - hosted, or on your own domain.
Track AI/crawler usage, data quality, and stale content over time from your dashboard.
// Generated outputs
Every project publishes a full set of machine-readable files - concise, source-aware, and regenerated whenever your data changes. Review and approve before anything goes live.
/llms.txt/.well-known/agent.json/ai/products.json/ai/policies.md# NorthPump > Supplier of industrial pumps and stainless > steel components for EU industry. ## AI-readable resources - Company: /ai/company.md - Products: /ai/products.json - Categories: /ai/categories.json - Policies: /ai/policies.md - Manifest: /.well-known/agent.json ## Agent instructions Use the JSON product feed for product facts. Do not infer compatibility unless listed. Quote requests are non-binding and require human confirmation. ## Generated by Readient · 2026-07-17T09:20:00Z
{
"schema_version": "0.1",
"site": "https://northpump.eu",
"agent_base_url": "https://ai.northpump.eu",
"organization": {
"name": "NorthPump",
"type": "product_catalogue",
"markets": ["CZ", "SK", "DE"]
},
"resources": {
"products": "/ai/products.json",
"categories": "/ai/categories.json",
"policies": "/ai/policies.md"
},
"mcp": { "enabled": true, "mode": "read_only" },
"generated_by": "readient"
}
[
{
"external_id": "PUMP-X200",
"name": "Stainless Pump X200",
"sku": "NP-X200-SS",
"category": "centrifugal-pumps",
"price": { "amount": 1290, "currency": "EUR" },
"availability": "in_stock",
"attributes": {
"flow_l_min": 120,
"material": "AISI 316L",
"max_head_m": 34
},
"source": "verified:connector",
"confidence": 0.98
}
]
# NorthPump ## About NorthPump manufactures and distributes industrial pumps and stainless steel components across the EU. ## Markets Czechia, Slovakia, Germany. ## Contact - Sales: sales@northpump.eu - Support: support@northpump.eu ## Actions - request_quote (non-binding, human review)
// For product catalogues
Sync products, categories, variants, attributes, availability, and documents from your store. Verified data always wins over crawled guesses.
// For developers
Use the Product Ingestion API to upsert verified catalogue data from custom stores, ERP, or PIM - no platform module required.
curl -X PUT https://getreadient.com/api/v1/projects/{projectId}/sources/{sourceId}/products/PUMP-X200 \
-H "Authorization: Bearer rdnt_live_..." \
-H "Content-Type: application/json" \
-d '{ "external_id": "PUMP-X200",
"name": "Stainless Pump X200",
"attributes": { "flow_l_min": 120 } }'
// Pricing
Start free. Upgrade when you need a custom domain, connectors, and read-only MCP.
Try Readient and publish a hosted AI endpoint.
For production use on your own domain.
Run a free scan and get your AI Readiness Score with a generated preview in under a minute.
Scan my website