Domus Inventum
AI agents can use most of these docs. A few fixes would make them reliable.
Last scanned Sep 26, 2026domusinventum.com/docsCustom platform15 pages tested
Score overview
Domus Inventum scores 81 out of 100 (grade B), passing 19 of 27 checks. 8 still need work.
- Kind of site
- Developer docs
- Checks passed
- 19/27
- Partly passed
- 2
- Failed
- 6
Access
Content discoverability5 passed2 failed
Pages point agents to llms.txt
No llms.txt directive found in HTML of any of 15 sampled pages
No agent-facing directive pointing to llms.txt was detected in the HTML of any tested page. Add a visually-hidden element near the top of each page (e.g., a div with CSS clip-rect) containing a link to your llms.txt. If your site serves markdown versions of pages, mention that in the directive too so agents know to request it.
Check your fix:
curl -s https://domusinventum.com/docs | grep -n llms.txtfinds the link near the top of the HTML.Markdown pages point agents to llms.txt
No llms.txt directive found in markdown of any of 15 sampled pages
No llms.txt directive was detected in the markdown of any tested page. Add a blockquote near the top of each markdown page (e.g., "> For the complete documentation index, see [llms.txt](/llms.txt)").
Check your fix: The Markdown version of https://domusinventum.com/docs (its .md URL, or the page fetched with
Accept: text/markdown) has the llms.txt line in its first few lines.llms.txt exists
llms.txt found at https://domusinventum.com/llms.txt
llms.txt follows the standard structure
llms.txt follows the proposed structure (H1, blockquote, heading-delimited link sections)
llms.txt fits in an agent's context
llms.txt is 3,921 characters (under 50,000 threshold)
llms.txt links work
All 2 same-origin links resolve (15 total links)
llms.txt links point to Markdown
2/2 same-origin links point to markdown content (100%)
Markdown availability1 passed1 failed
Pages are available as Markdown
No sampled pages support .md URLs (0/15 tested)
Your pages don't return markdown when .md is appended to the URL. Configure your docs platform to serve .md variants for all documentation pages.
Check your fix:
curl -sI https://domusinventum.com/docs.mdreturns 200 with a text/markdown or text/plain content type.Server returns Markdown when asked
15/15 sampled pages support content negotiation (100%)
Page size and truncation3 passed1 partly
Content starts near the top
15 of 15 sampled pages have content starting at 10–50% (worst 39%)
15 of 15 pages have documentation content starting 10-50% into the converted output. Reduce navigation, breadcrumb, and sidebar markup that precedes the content area.
Content is in the HTML without JavaScript
All 15 sampled pages contain server-rendered content
Markdown pages fit in context
All 15 pages under 50K chars (median 7K, max 10K)
HTML pages fit in context
All 15 sampled pages under 50K chars (median 32K HTML → 5K markdown (85% boilerplate))
Content structure3 passed
Tabs don't bloat the page
No tabbed content detected across 15 sampled pages
Headings inside tabs name their variant
No tabbed content found; header quality check not applicable
Code blocks are well-formed
All 0 code fences properly closed across 16 pages
URL stability1 passed1 failed
Missing pages return a real 404
1 of 15 sampled pages return 200 for non-existent URLs (soft 404)
Your site returns 200 for non-existent pages (soft 404). Agents try to extract information from the error page content instead of recognizing the page is missing. Configure your server to return 404 for pages that don't exist.
Check your fix:
curl -sI https://domusinventum.com/docs/agent-score-missing-pagereturns 404, not 200.Redirects stay on the same host
No redirects detected across 15 sampled pages
Content health2 passed1 failed
llms.txt covers the whole site
llms.txt covers 1/24 sitemap doc pages (4%); 23 missing; 1 llms.txt links not in sitemap (may indicate stale links or incomplete sitemap)
Your llms.txt covers 4% of your site's pages (below 80% threshold). 23 live pages are missing from the index. If unintentional, regenerate llms.txt from your sitemap or build pipeline. If intentional, lower the threshold or set it to 0 to make the check informational.
Markdown matches the HTML page
All 15 pages have equivalent markdown and HTML content (avg 0% missing)
Cache headers allow timely updates
All 16 endpoints have appropriate cache headers
Authentication and access1 passed
Gated docs offer another way in
All docs pages are publicly accessible; no alternative access paths needed
Docs are readable without logging in
All 15 sampled pages are publicly accessible
Crawler access1 passed1 partly
Sitemap lists the docs pages
The sitemap at https://domusinventum.com/sitemap.xml lists 19 of the 24 docs pages found through llms.txt and page links.
Generate the sitemap from the same source as the docs, so every page is listed. Agents and crawlers use it to find pages that navigation does not link.
Check your fix:
curl -s https://domusinventum.com/robots.txt | grep -i sitemapnames a sitemap, and that sitemap lists the pages the report names as missing.Crawlers and AI assistants may read the docs
robots.txt lets Googlebot, Bingbot, OAI-SearchBot, PerplexityBot, Claude-SearchBot and Claude-User read the docs.
Freshness
Maintenance2 passed1 failed
Pages say when they were last changed
0 of 15 sampled pages state when they were last changed.
Publish a last-modified date on every page: as article:modified_time or dateModified in the page, a visible "Last updated" line, or a Last-Modified header. Agents can then tell how current a page is; the date itself is not judged.
Check your fix:
curl -sI https://domusinventum.com/docs | grep -i last-modifiedreturns a date, or the page carriesarticle:modified_timeor a visible "Last updated" line.Links and section anchors work
All 25 links checked on the sampled pages work. 5 more could not be verified (timeouts or blocked requests) and are not counted.
Sitemap entries still exist
All 10 sitemap entries sampled still exist.
Consistency with the API specNot applicable
Endpoints in the docs exist in the API spec
No OpenAPI description was found, so the docs could not be compared with a spec.
CurrencyNot applicable
Deprecated operations are marked as such
No OpenAPI description was found, so deprecation notices could not be compared with a spec.
Additional checks
MCP server is discoverable
An MCP server answers at https://domusinventum.com/mcp; agents need to sign in to use it.
llms-full.txt is available
No llms-full.txt found at https://domusinventum.com/docs/llms-full.txt or https://domusinventum.com/llms-full.txt.
Publish /llms-full.txt with the full text of your docs in Markdown, so an agent can load everything in one request instead of crawling page by page.
Check your fix:
curl -sI https://domusinventum.com/docs/llms-full.txtreturns 200.Agent skills are published
No agent skills index was found at /.well-known/agent-skills/index.json.
Publish an Agent Skills index at /.well-known/agent-skills/index.json with a SKILL.md for your main tasks, so agents can load task instructions without reading every page.
About this scan
- Scanned
- Sep 26, 2026
- Pages tested
- 15 of 25 found
- Platform
- Unknown
- Kind of site
- Developer docs
- AFDocs score, on its own
- 81 (B), 16 of 23 checks pass
- Based on 15 sampled pages, chosen deterministically from the sitemap and llms.txt. Pages outside the sample were not read.
- Pages were fetched without running JavaScript, the way most AI agents read the web.
- robots.txt stopped the scanner from reading 5 URLs; checks that needed them are unverified.
- Answerability, where an AI agent answers real questions written from these pages, runs in the open-source scanner with your own API key. This web score is made of Access and Freshness.
Methodology 2026-09.6 · AFDocs 0.20.0
Pages we sampled (15)
- https://domusinventum.com/docs
- https://domusinventum.com/docs/accounts-and-security
- https://domusinventum.com/docs/agents/best-practices
- https://domusinventum.com/docs/agents/leads
- https://domusinventum.com/docs/agents/listings
- https://domusinventum.com/docs/agents/quality
- https://domusinventum.com/docs/agents/statistics
- https://domusinventum.com/docs/agents/subscription
- https://domusinventum.com/docs/buyers
- https://domusinventum.com/docs/buyers/feed
- https://domusinventum.com/docs/buyers/getting-started
- https://domusinventum.com/docs/buyers/saved
- https://domusinventum.com/docs/contact-support
- https://domusinventum.com/docs/faq
- https://domusinventum.com/docs/mcp
Show your score
Add the badge to your docs or README. It updates each time the site is scanned.
Markdown
[](https://documentation.ai/agent-score/domusinventum)HTML
<a href="https://documentation.ai/agent-score/domusinventum"><img src="https://documentation.ai/agent-score/badge/domusinventum.svg" alt="Agent Readiness Score: 81 (B)" height="20"></a>