{
"entry": {
"loc": "https://example.com/page",
"lastmod": "2026-08-09",
"changefreq": "daily",
"priority": 0.8
}
}
Web and API intelligence · web-api-intelligence
Sitemap Entry Validate
Sitemap Entry Validate: Sitemap Entry Validate checks one sitemap URL entry for required location and bounded metadata from bounded caller-supplied values without an external provider. Call Sitemap Entry Validate before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Sitemap Entry Validate as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.
One-command purchase
Run it from an agent.
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/sitemap-entry-validate -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"entry":{"loc":"https://example.com/page","lastmod":"2026-08-09","changefreq":"daily","priority":0.8}}'
{
"schema": "delx/util-sitemap-entry-validate/v1",
"operation": "web_reliability:sitemap_entry_validate",
"status": "pass",
"result": {
"loc": "https://example.com/page",
"priority": 0.8,
"valid": true
},
"evidence": {
"input_sha256": "fda1f399d464bbb13c321c02199eae3906a2640f91fb77236be99e66edeb762d",
"retained": false,
"external_calls": 0
}
}
Machine-readable evidence