Directory · SEO suite
SE Ranking — what a crawler receives from seranking.com
Answer engines can technically reach this site, but get little they can use.
AI visibility 73/100, measured 2026-09-03 02:17 UTC from outside its network, as fifteen named crawler identities and one unnamed client. An engine can technically reach this site and would struggle to get anything quotable out of it.
Held at C A medium-severity finding sets the letter.
5
findings
✗
llms.txt on its host
✗
entity map on its host
5
scans on record since 2026-08-14
The three stages, in the order an engine hits a site
Each stage gates the next. An engine that cannot reach a page never reads it; one that cannot read it never quotes it. That is why reach is a ceiling and not just a weight.
Stage 1 · 40% of the score
Reach
Can a named answer-engine crawler get your pages at all?
Every named crawler was served the same page a browser gets.
Stage 2 · 30% of the score
Read
Once it has the bytes, can it find the words?
The content is buried in markup, or the files that guide a crawler are missing.
Stage 3 · 30% of the score
Quote
Is there a specific fact it can state and attribute?
An assistant would have to paraphrase your page instead of quoting a fact.
The stage to fix first is read, because the three run in order.
What to fix, in order
Findings first: each one holds the grade down until it is gone (the top one sets the letter). Then headroom: each one lifts the score by the points shown. Open a card for what we saw, why it matters and how to fix it.
Files, generated from this scan
Each file says at its top exactly what was changed or filled and what was left as a TODO. Publish, then re-scan: done is measured.
1robots.txt rules do not apply to named agents10 named User-agent groups (10 agents) declare no Disallow rules while the `*` group carries 7. A crawler obeys only its own most-specific group and ignores `*`Medium
What we saw
10 named User-agent groups (10 agents) declare no Disallow rules while the `*` group carries 7. A crawler obeys only its own most-specific group and ignores `*` entirely, so those rules do not apply to any of the named agents. Worst group: `oai-searchbot` bypasses /blog/static-tools/, */wp-, */wp/, *openstat=, */?hc_location=ufi, */trackback, */email-attachment/*. This includes a SEARCH crawler (applebot) — the bypassed paths are being crawled and can enter the index. /robots.txt
Why it matters
A crawler reads only the User-agent group that matches it best and ignores every other group, including `*`. Naming an agent and giving it only `Allow: /` therefore deletes all of your `*` Disallow rules for that agent. The file still parses and the agent still reaches your homepage, so this is invisible on inspection — but the paths you meant to keep out of search are open, and search engines will crawl and may index them.
How to fix it
Every User-agent group that names a crawler must repeat the Disallow rules you want applied. A named group with no rules means 'allow everything' for that crawler.
ROBOTS_RULES_SHADOWED · full transcript
2Almost nothing a machine receives from this page is readable text1.3% of 923,824 decompressed bytes is visible textMedium
What we saw
1.3% of 923,824 decompressed bytes is visible text
Why it matters
A crawler pays for every byte it fetches and can only quote the text. Under 5% readable content means an answer engine downloads the whole page and comes away with almost nothing it can use — the difference between being quotable and being skipped. The content-ratio row above passes at 20%, so without this a page at 2% and a page at 19% were scored identically.
How to fix it
Move inline CSS and JavaScript into external files, drop unused page-builder styling, and make sure the words a visitor reads are in the HTML itself.
PAGE_IS_MOSTLY_CODE · full transcript
3The HSTS header asks for browser preloading but does not qualify for itThe header sends the preload token but max-age is 15768000 (183 days), the list requires 31536000.Low
What we saw
The header sends the preload token but max-age is 15768000 (183 days), the list requires 31536000.
Why it matters
The header carries the `preload` token, which is a request to be compiled into the HTTPS-only list shipped inside browsers. That list only accepts a header with max-age of at least 31536000 (one year) AND includeSubDomains AND preload. As sent, the token is ignored: the site is declaring an intent it does not meet, and if it ever was on the list, this header is what gets it removed. The rest of the HSTS header still works.
How to fix it
Either raise max-age to 31536000 and keep includeSubDomains so the preload token qualifies, or remove the preload token. As sent it does nothing.
HSTS_PRELOAD_INELIGIBLE · full transcript
4No llms.txtNot present.Note
What we saw
Not present. /llms.txt
Why it matters
Not a defect. llms.txt is an emerging convention for telling AI systems what a site is and which pages matter.
How to fix it
Publish /llms.txt: a short Markdown file naming the business, what it does, and the pages worth reading, served as text/plain or text/markdown.
NO_LLMS_TXT · full transcript
5A business record gives an address but no coordinates1 business node declare a street address with no latitude/longitude.Note
What we saw
1 business node declare a street address with no latitude/longitude.
Why it matters
A resolver must geocode a text address rather than read a point, which is where ambiguity between similarly-named or nearby businesses is introduced.
How to fix it
Add latitude and longitude to the LocalBusiness node's geo property so an engine can place the business on a map without guessing.
ENTITY_NO_COORDINATES · full transcript
Headroom +24 points if every row passes
Nothing here is broken. Each row is a measure that currently fails its optimal range, and what fixing it is worth to the score.
Watch this domain
Twice-daily scans, the date each finding first appeared, and a change receipt when something moves. Free for 30 days, no card.
Start watching seranking.comGet this fixed for you
Every finding above fixed on your site, then re-measured - done is measured, not asserted. One-time, from $750.
See the fix serviceThe chain a crawler follows
The chain breaks at llms.txt. Everything after that point is only reachable by a crawler guessing the conventional path.
A machine file that does not parse is worth less than one that is absent, because it looks present. Rows behind this.
Where the bytes go
Of the 923,824 decompressed bytes the homepage delivers, 1.3% is text a reader or a model can actually use. Most of what a crawler downloads here is not words.
- Readable text 1.3% · 12,116 B
- Markup & attributes 17.4% · 160,467 B
- Structured data (JSON-LD) 0.1% · 1,277 B
- Inline CSS 43% · 397,561 B
- Inline JavaScript 0.8% · 6,974 B
- Inline SVG 37.4% · 345,429 B
What changed
- 2026-09-03a new finding appeared: the hsts header asks for browser preloading but does not qualify for itappeared
- 2026-09-01resolved: the cache is still serving a file the origin no longer hasresolved
- 2026-09-01a named-agent group shadowed the wildcard rulesappeared
- 2026-09-01a new finding appeared: an entity is missing geographic coordinatesappeared
- 2026-08-18score moved 73 → 74score-up
- 2026-08-18a new finding appeared: the cache is still serving a file the origin no longer hasappeared
5 scans on record, first 2026-08-14. Score movements are shown only between readings taken under the same score version; finding codes are comparable across all of them.
Is this your site?
This listing reads the public record. Claim it and Watch keeps that record on your terms: every list this page holds back, finding age, and twice-daily re-measurement. Free for 30 days, no card.
Claim the record for seranking.comDispute or re-scan
If a reading here is wrong, it is our instrument that is wrong, and we want to know. Email hello@crawlcheck.io and the site is re-measured; the result is published as measured. Nothing about a listing, a payment or a request changes a number.
Category “SEO suite” is our label for what the product is primarily sold as; it is not scored. Back to the directory.