mentionrate.co.ukscanned Aug 8, 2026 · 11:020.33s
Public AI visibility report

mentionrate.co.ukAI visibilityNeeds Work

This site has a useful foundation, but important gaps still limit AI readability.

Key strengths include AI guidance file, while plain-text page access and sitemap 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.

Overall score

46/100
Needs Work

What happens next

Monitor this score as your site changes

Weekly checks catch robots, sitemap, schema, and content regressions before AI systems stop reusing your pages.

Monitor changes
Download PDF
Go to fixesOverall position959 out of 1,628Leaderboard

// score breakdown

Points by check

8 checks

Crawlability10/20
Robots.txt7.5/15
llms.txt15/15
Sitemap0/10
Markdown support0/15
Semantic HTML8.6/10
Structured data5/10
Content signals0/5
1pass4warn3fail

Public link

llmscan.dev/scan/Rma6bYh5jUNnba-Ku_h8Q

Signals checked

8 AI visibility signals

Fix bundle

4 copy-ready files

Share badge

Needs Work · 46/100

Add a polished proof badge

A compact badge for footer, press, or trust sections that links visitors to this public report.

Embed codellmscan.dev/scan/Rma6bYh5jUNnba-Ku_h8Q
<a href="https://www.llmscan.dev/scan/Rma6bYh5jUNnba-Ku_h8Q"
  target="_blank"
  rel="noopener"
>
  <img
    src="https://www.llmscan.dev/scan/Rma6bYh5jUNnba-Ku_h8Q/badge.png"
    alt="LLM Scan AI visibility score badge"
    width="460"
    height="120"
    style="width: 260px; max-width: 100%; height: auto;"
  />
</a>
Open badge
L
LLM Scan
Needs Work
Score
46/100

Share your score

Post the public report with: “We scored 46/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

8 signals AI systems depend on

The homepage is reachable, but no canonical link tag was found.

Signal weight

10/20
Warn

Evidence

url
https://mentionrate.co.uk/
finalUrl
https://mentionrate.co.uk/
status
200

Recommendation

Next step: Serve a non-empty HTML homepage with a canonical link tag that points to the preferred public URL.

The robots.txt file was found, but it contains formatting issues.

Signal weight

8/15
Warn

Evidence

robotsTxtUrl
https://mentionrate.co.uk/robots.txt
exists
true
rawRobotsTxt
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mentionrate.co.uk is for sale</title> <meta name="description" content="mentionrate.co.uk is for sale. £450 fixed price. Secure checkout and transfer via GoDaddy / Afternic."> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet"> <style> :root{ --ink:#0a2540; --grey:#8898aa; --soft:#425466; --rule:#e6ebf1; --card:#f6f9fc; --blue:#635bff; } *{margin:0;padding:0;box-sizing:border-box} body{ background:#fff; color:var(--ink); font-family:"Inter",-apple-system,sans-serif; font-size:15px; line-height:1.6; -webkit-font-smoothing:antialiased; } .page{max-width:1120px;margin:0 auto;padding:0 40px;position:relative} .micro{ font-size:11px;font-weight:600;letter-spacing:.14em; text-transform:uppercase;color:var(--grey) } .curr{ position:absolute;top:34px;right:40px;display:flex; border:1px solid var(--rule);border-radius:99px;overflow:hidden } .curr button{ font:600 11px/1 "Inter",sans-serif;letter-spacing:.08em; padding:9px 16px;border:0;background:#fff;color:var(--grey);cursor:pointer } .curr button.on{background:var(--ink);color:#fff} /* ── top grid ─────────────────────────── */ .grid{ display:grid;grid-template-columns:1.2fr 1fr;gap:80px; padding:110px 0 70px;align-items:start } @media(max-width:860px){.grid{grid-template-columns:1fr;gap:48px;padding-top:64px}} h1{ font-size:clamp(2.4rem,5vw,3.6rem);font-weight:500; letter-spacing:-.035em;line-height:1.08; } h1 .fade{color:#adbdcc} h1 .pop{color:var(--blue)} .lede{color:var(--soft);max-width:420px;margin-top:28px} .buyrow{margin-top:44px;display:flex;align-items:center;gap:20px;flex-wrap:wrap} .price{font-size:1.6rem;font-weight:600;letter-spacing:-.02em;color:var(--blue)} .btn{ display:inline-block;background:#635bff;color:#fff;text-decoration:none; font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase; padding:16px 38px;border-radius:99px;transition:background .15s } .btn:hover{background:#0a2540} .alt-link{font-size:13.5px;color:var(--soft)} .alt-link a{color:var(--ink)} .statrow{ margin-top:56px;display:flex;gap:56px;flex-wrap:wrap } .statrow .stat div:last-child{font-size:12.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-top:6px} .statrow .stat .dim{color:var(--grey)} /* ── right card: how it works ─────────── */ .card{ background:var(--card);border-radius:20px;padding:40px 42px; } .card .micro{margin-bottom:34px;display:block} .step{position:relative;padding:0 0 30px 26px;border-left:1px solid var(--rule)} .step:last-child{border-left:1px solid transparent;padding-bottom:0} .step::before{ content:"";position:absolute;left:-5px;top:4px;width:9px;height:9px; border-radius:50%;background:#cfd7df } .step.done::before{background:var(--blue)} .step .micro{margin-bottom:6px;color:#425466} .step p{font-size:13.5px;color:var(--soft);line-height:1.65} /* ── spec band ────────────────────────── */ .band{border-top:1px solid var(--rule);padding:56px 0} .specs{display:flex;gap:72px;flex-wrap:wrap} .spec .micro{display:block;margin-bottom:8px} .spec div:last-child{font-size:14.5px;font-weight:500;letter-spacing:.02em} .spec a{color:var(--blue);text-decoration:none} /* ── bundle box (partner-domains style) ─ */ .bundlewrap{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;padding:8px 0 64px} @media(max-width:860px){.bundlewrap{grid-template-columns:1fr;gap:40px}} .listbox{border:1px solid var(--ink);border-radius:2px} .listbox .head{ display:flex;justify-content:space-between;align-items:center; padding:22px 24px;border-bottom:1px solid var(--rule) } .listbox .row{ display:flex;justify-content:space-between;padding:15px 24px; font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase; border-bottom:1px solid #f3f4f6 } .listbox .row:last-child{border-bottom:0} .listbox .row span:last-child{color:var(--grey);font-weight:500} .about p{color:var(--soft);font-size:14px;margin-bottom:14px} .about p b{color:var(--ink);font-weight:600} /* ── trust strip ──────────────────────── */ .logos{ margin-top:40px;display:flex;align-items:center;gap:32px;flex-wrap:nowrap } .logos img{height:20px;display:block;filter:grayscale(1);opacity:.75} .wordmark{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#425466} footer{ border-top:1px solid var(--rule);padding:44px 0 72px; display:flex;gap:72px;flex-wrap:wrap } footer .micro{display:block;margin-bottom:8px} footer div{font-size:13.5px;letter-spacing:.04em} footer a{color:var(--ink);text-decoration:none;font-weight:500} /* ── mobile ───────────────────────────── */ @media(max-width:600px){ .page{padding:0 20px} .curr{top:20px;right:20px} .grid{padding-top:96px} .lede{margin-top:20px} .buyrow{gap:16px} .statrow{gap:28px;margin-top:44px} .logos{gap:18px;margin-top:32px} .logos img{transform:scale(.82);transform-origin:left center} .card{padding:30px 26px} .specs{gap:32px} .band{padding:40px 0} .listbox .head,.listbox .row{padding-left:18px;padding-right:18px} } </style> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Product", "name": "mentionrate.co.uk", "description": "Premium .co.uk domain name for sale: exact-match name for brand-mention and AI-visibility analytics.", "offers": { "@type": "Offer", "price": "450", "priceCurrency": "GBP", "availability": "https://schema.org/InStock", "url": "https://www.godaddy.com/forsale/mentionrate.co.uk", "seller": { "@type": "Person", "name": "Private seller" } } } </script> </head> <body> <div class="page"> <div class="curr"> <button class="on" data-c="gbp">£ UK</button><button data-c="usd">$ US</button> </div> <div class="grid"> <div> <h1>mentionrate<span class="fade">.co.uk</span><br>is for <span class="pop">sale.</span></h1> <p class="lede">The exact-match name for mention analytics: how often the press, social media and AI assistants talk about a brand. Clean history, fixed price, escrow-backed transfer.</p> <div class="buyrow"> <span class="price" data-gbp="£450" data-usd="$579">£450</span> <a class="btn" href="https://www.godaddy.com/forsale/mentionrate.co.uk">Buy it now</a> <span class="alt-link">or <a href="/cdn-cgi/l/email-protection#e98d86848880879a8c85858c9bc79985889080878edfd9d8a999889a9a84888085c7878c9dd69a9c8b838c8a9dd4848c879d8086879b889d8cc78a86c79c82">email the owner</a></span> </div> <div class="statrow"> <div class="stat"><span class="micro">Price</span><div><span data-gbp="£450" data-usd="$579">£450</span> <span class="dim">Fixed</span></div></div> <div class="stat"><span class="micro">Transfer</span><div>Same-day</div></div> <div class="stat"><span class="micro">Escrow</span><div>GoDaddy <span class="dim">Secured</span></div></div> </div> <div class="logos"> <img src="godaddy.svg" alt="GoDaddy" style="height:22px"> <img src="afternic.svg" alt="Afternic" style="height:17px"> <img src="sedo.svg" alt="Sedo" style="height:20px"> </div> </div> <div class="card"> <span class="micro">How buying works</span> <div class="step done"> <div class="micro">Step 1 · Today</div> <p>Click Buy It Now. Checkout runs entirely on GoDaddy: card, PayPal or bank. Your payment is held in escrow; the seller never touches your money.</p> </div> <div class="step done"> <div class="micro">Step 2 · Within 24 hours</div> <p>Nominet transfer is initiated: the domain's IPS tag is changed to your registrar. No auth codes, no waiting periods. .co.uk transfers complete same-day.</p> </div> <div class="step"> <div class="micro">Step 3 · Done</div> <p>The domain appears in your registrar account. Escrow releases payment only after delivery is confirmed. Fully guaranteed by GoDaddy's aftermarket terms.</p> </div> </div> </div> <div class="band"> <div class="specs"> <div class="spec"><span class="micro">Domain</span><div>MENTIONRATE.CO.UK</div></div> <div class="spec"><span class="micro">Registry</span><div>NOMINET UK</div></div> <div class="spec"><span class="micro">Listed on</span><div><a href="https://www.afternic.com/domain/mentionrate.co.uk">AFTERNIC</a> · SEDO · GODADDY</div></div> </div> </div> <div class="bundlewrap"> <div class="listbox"> <div class="head"><span class="micro" style="color:var(--ink)">Also available: bundle</span><span class="micro">+</span></div> <div class="row"><span>MENTIONRATE.CO.UK</span><span data-gbp="£450" data-usd="$579">£450</span></div> <div class="row"><span>MENTIONRATE.UK</span><span data-gbp="£250" data-usd="$319">£250</span></div> <div class="row"><span>BOTH NAMES</span><span data-gbp="£500" data-usd="$639">£500</span></div> </div> <div class="about"> <span class="micro" style="display:block;margin-bottom:14px">About the name</span> <p>"Mention rate" is an established metric in PR, social listening and AI-visibility analytics: the measure of how often a brand comes up relative to its competitors.</p> <p>The matching <b>mentionrate.com</b> was acquired in June 2026 by an operator in this exact category. The .co.uk suits a UK-facing analytics product, agency dashboard or consultancy. The name is the pitch.</p> <p style="font-size:12.5px;color:var(--grey)">Payment, escrow and transfer are processed by GoDaddy and its Afternic marketplace, never by this website. Questions: <a href="/cdn-cgi/l/email-protection#fa9e95979b9394899f96969f88d48a969b8393949dcccacbba8a9b8989979b9396d4949f8ec5898f98909f998ec7979f948e939594889b8e9fd49995d48f91" style="color:var(--blue);text-decoration:none">email the owner</a>.</p> </div> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> document.querySelectorAll('.curr button').forEach(b=>b.addEventListener('click',()=>{ document.querySelectorAll('.curr button').forEach(x=>x.classList.remove('on')); b.classList.add('on'); const c=b.dataset.c; document.querySelectorAll('[data-gbp]').forEach(el=>el.textContent=el.dataset[c]); })); </script> </body> </html>

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

15/15
Pass

Evidence

llmsTxtUrl
https://mentionrate.co.uk/llms.txt
present
true
accessible
true

The sitemap.xml file could not be parsed as valid XML.

Signal weight

0/10
Fail

Evidence

sitemapUrl
https://mentionrate.co.uk/sitemap.xml
sitemapUrls
[https://mentionrate.co.uk/sitemap.xml]
robotsSitemapUrls
[]

Recommendation

Next step: Regenerate sitemap.xml with valid XML and a sitemap <urlset> or <sitemapindex> root element.

The homepage returned HTML when requested with Accept: text/markdown, so the server appears to ignore markdown content negotiation.

Signal weight

0/15
Fail

Evidence

url
https://mentionrate.co.uk/
acceptHeader
text/markdown
status
200

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

9/10
Warn

Evidence

url
https://mentionrate.co.uk/
quality
partial
score
86

Recommendation

Next step: Add missing semantic elements: main, article, nav, footer.

Structured data was found, but it is missing core Organization or WebSite schema, contains invalid JSON-LD, or only uses non-JSON-LD formats.

Signal weight

5/10
Warn

Evidence

url
https://mentionrate.co.uk/
quality
partial
hasStructuredData
true

Recommendation

Next step: Prefer valid JSON-LD and include Organization or WebSite schema.org types in valid JSON-LD for clearer AI interpretation.

Content-Signal directive not detected in headers, HTML metadata, or robots.txt.

Signal weight

0/5
Fail

Evidence

url
https://mentionrate.co.uk/
hasContentSignals
false
hasContentSignalHeader
false

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.

What happens next

Keep watching this score

Scores move when sites and models change. This one was measured once, on Aug 8, 2026.

Watch weekly

// generated fixes

Downloadable fix files

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 package

Not 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

llms.txtMarkdown
# mentionrate.co.uk is for sale > mentionrate.co.uk is for sale. £450 fixed price. Secure checkout and transfer via GoDaddy / Afternic. 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://mentionrate.co.uk/- Site type: product
robots.txtTXT
# robots.txt additions# Copy these blocks into the existing robots.txt file. Keep current rules unless a note calls out a conflicting Disallow. # Sitemap discovery# Add this top-level directive so search and AI crawlers can discover the canonical sitemap.Sitemap: https://mentionrate.co.uk/sitemap.xml # AI crawler access# Add explicit Allow rules for AI crawlers so public content permissions are clear.User-agent: GPTBot
schema.jsonJSON
{  "@context": "https://schema.org",  "@graph": [    {      "@type": "Organization",      "@id": "https://mentionrate.co.uk/#organization",      "name": "mentionrate.co.uk is for sale",      "description": "mentionrate.co.uk is for sale. £450 fixed price. Secure checkout and transfer via GoDaddy / Afternic.",      "url": "https://mentionrate.co.uk/"
head metaHTML
# 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.

What happens next

Monitor this score as your site changes

Weekly checks catch robots, sitemap, schema, and content regressions before AI systems stop reusing your pages.

Watch weekly

Related scans

Similar AI visibility reports

Browse leaderboard