The homepage resolves, connects, returns HTTP 200 OK, exposes a canonical URL, and is not blocked by robots.txt.
Signal weight
Evidence
- url
- https://memorilabs.ai/
- finalUrl
- https://memorilabs.ai/
- status
- 200
This site has a useful foundation, but important gaps still limit AI readability.
Key strengths include homepage access and AI guidance file, while plain-text page access and structured data need attention.
Recommended next step
add content negotiation for Accept: text/markdown on the homepage and return a markdown representation with Content-Type: text/markdown.
Keep the HTML response for regular browser requests.
Why monitor after one scan?
AI visibility changes when teams ship new pages, edit pricing or docs, update sitemaps, or change crawler rules. Weekly monitoring catches those silent regressions before answer engines and agents start reading stale or broken signals.
Monitor weeklyOverall score
// score breakdown
8 checks
Public link
llmscan.dev/scan/YR8p_W1nfM_hzt8gsl-Gx
Signals checked
8 AI visibility signals
Fix bundle
4 copy-ready files
Share badge
Needs Work · 60/100A compact badge for footer, press, or trust sections that links visitors to this public report.
<a href="https://www.llmscan.dev/scan/YR8p_W1nfM_hzt8gsl-Gx"
target="_blank"
rel="noopener"
>
<img
src="https://www.llmscan.dev/scan/YR8p_W1nfM_hzt8gsl-Gx/badge.png"
alt="LLM Scan AI visibility score badge"
width="460"
height="120"
style="width: 260px; max-width: 100%; height: auto;"
/>
</a>Share your score
Post the public report with: “We scored 60/100 for AI-readability.”
Download fixes
Grab generated files and implementation notes for the highest-impact gaps.
Rescan weekly
Save this domain to catch regressions after content, sitemap, or robots changes.
Monitor weekly// signal breakdown
The homepage resolves, connects, returns HTTP 200 OK, exposes a canonical URL, and is not blocked by robots.txt.
Signal weight
Evidence
The robots.txt file was found, but it contains formatting issues.
Signal weight
Evidence
Recommendation
Next step: Fix robots.txt syntax issues so each rule uses Field: value format, directives appear under a User-agent, and Sitemap entries use absolute URLs.The llms.txt file was found and includes the expected text, length, heading, and URL signals.
Signal weight
Evidence
The sitemap index is valid and the checked child sitemap contains URL entries.
Signal weight
Evidence
The homepage returned HTML when requested with Accept: text/markdown, so the server appears to ignore markdown content negotiation.
Signal weight
Evidence
Recommendation
Next step: Add content negotiation for Accept: text/markdown on the homepage and return a markdown representation with Content-Type: text/markdown. Keep the HTML response for regular browser requests.The homepage has some semantic HTML signals, but one or more title, metadata, heading, landmark, content, or link text checks need improvement.
Signal weight
Evidence
Recommendation
Next step: Use exactly one h1 element and move secondary section titles to h2-h6. Add missing semantic elements: article.No JSON-LD, Microdata, or RDFa structured data was found on the page.
Signal weight
Evidence
Recommendation
Next step: Add JSON-LD structured data with Organization or WebSite schema so AI systems can identify the site owner or website entity.Content-Signal directive not detected in headers, HTML metadata, or robots.txt.
Signal weight
Evidence
Recommendation
Next step: Add the standard directive 'Content-Signal: ai-train=no, search=yes, ai-input=yes' to robots.txt, HTML metadata, or HTTP headers so AI systems can discover content usage preferences.// generated fixes
Preview the generated files below. Enter your email to reveal the full fixes, download the bundle, or copy the agent-ready implementation prompt.
Done-for-you
Agency packageNot sure how to ship the technical fixes? Book a call and we can help turn this report into implemented updates.
Fix planning from your scan
Implementation guidance
AI visibility monitoring
# Memori – Agent-native memory infrastructure > A LLM-agnostic layer that turns agent execution and conversation into structured, persistent state for production systems. This llms.txt file summarizes the public, canonical resources that AI assistants and crawlers should use to understand this site. ## Site Overview - Canonical URL: https://memorilabs.ai/- Site type: website# robots.txt additions# Copy these blocks into the existing robots.txt file. Keep current rules unless a note calls out a conflicting Disallow. # AI crawler access# Add explicit Allow rules for AI crawlers so public content permissions are clear.User-agent: GPTBotAllow: / User-agent: ChatGPT-UserAllow: /{ "@context": "https://schema.org", "@graph": [ { "@type": "Organization", "@id": "https://memorilabs.ai/#organization", "name": "Memori – Agent-native memory infrastructure", "description": "A LLM-agnostic layer that turns agent execution and conversation into structured, persistent state for production systems.", "url": "https://memorilabs.ai/", "logo": "https://memorilabs.ai/apple-touch-icon.png",# Content-Signal recommendations Use these directives to make AI-use preferences explicit for compliant crawlers and AI systems. They are advisory signals, so keep them aligned with robots.txt, terms, and access controls. ## Recommended values - ai-train=no: AI model training, fine-tuning, and dataset creation.- search=yes: AI search indexing, snippets, and discovery.- ai-input=yes: AI answer grounding, retrieval, and generated-response context.