SEO audit for nevermore.farm
Nevermore Farms — Churchville, Maryland
Health 65/100 (fair) · 8 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Meta Description | 74 | 0 | 7 | 0 |
| Content | 78 | 0 | 6 | 6 |
| Links | 78 | 0 | 6 | 0 |
| Duplicate | 85 | 0 | 4 | 0 |
| Canonical | 93 | 0 | 2 | 0 |
| Budget | 96 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 1 |
| Cache | 100 | 0 | 0 | 7 |
| Crawlability | 100 | 0 | 0 | 1 |
| Headings | 100 | 0 | 0 | 2 |
| Performance | 100 | 0 | 0 | 16 |
| Security | 100 | 0 | 0 | 7 |
| Social | 100 | 0 | 0 | 14 |
| Structured Data | 100 | 0 | 0 | 7 |
Warnings (6 rules)
warning robots.txt-disallowed URL receives internal links (crawl-budget leak)
Rule budget.disallow_linked · Budget · 1 occurrence(s)
- https://nevermore.farm/wp-admin/ — internal links point to https://nevermore.farm/wp-admin/, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://nevermore.farm/sample-page/, https://nevermore.farm/sample-page-2/.
warning Missing canonical tag
Rule canonical.missing · Canonical · 2 occurrence(s)
warning Thin content (low word count)
Rule content.thin · Content · 6 occurrence(s)
- https://nevermore.farm/author/ryan/ — 46 words
- https://nevermore.farm/category/uncategorized/ — 46 words
- https://nevermore.farm/hello-world-2/ — 32 words
- https://nevermore.farm/hello-world/ — 30 words
- https://nevermore.farm/sample-page-2/ — 167 words
- https://nevermore.farm/sample-page/ — 167 words
warning Duplicate <title> across pages
Rule duplicate.title · Duplicate · 4 occurrence(s)
- https://nevermore.farm/hello-world-2/ — title shared by 2 pages: https://nevermore.farm/hello-world/
- https://nevermore.farm/hello-world/ — title shared by 2 pages: https://nevermore.farm/hello-world-2/
- https://nevermore.farm/sample-page-2/ — title shared by 2 pages: https://nevermore.farm/sample-page/
- https://nevermore.farm/sample-page/ — title shared by 2 pages: https://nevermore.farm/sample-page-2/
warning Orphan page (no internal inlinks)
Rule links.orphan · Links · 6 occurrence(s)
- https://nevermore.farm/author/ryan/ — no internal links point here
- https://nevermore.farm/category/uncategorized/ — no internal links point here
- https://nevermore.farm/hello-world-2/ — no internal links point here
- https://nevermore.farm/hello-world/ — no internal links point here
- https://nevermore.farm/sample-page-2/ — no internal links point here
- https://nevermore.farm/sample-page/ — no internal links point here
warning Missing meta description
Rule meta_desc.missing · Meta Description · 7 occurrence(s)
Notices (13 rules)
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://nevermore.farm/ — no llms.txt found at the site root — add one so AI agents get a curated site summary
notice Page served uncached (no-store/private or CDN bypass)
Rule cache.not_cacheable · Cache · 7 occurrence(s)
- https://nevermore.farm/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://nevermore.farm/author/ryan/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://nevermore.farm/category/uncategorized/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://nevermore.farm/hello-world-2/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://nevermore.farm/hello-world/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://nevermore.farm/sample-page-2/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://nevermore.farm/sample-page/ — Cache-Control: (none) · cloudflare: DYNAMIC
notice Low text-to-HTML ratio
Rule content.low_ratio · Content · 6 occurrence(s)
notice Multiple <h1> elements
Rule h1.multiple · Headings · 2 occurrence(s)
- https://nevermore.farm/author/ryan/ — 2 <h1> elements
- https://nevermore.farm/category/uncategorized/ — 2 <h1> elements
notice Likely hero image lacks fetchpriority=high
Rule images.hero_no_fetchpriority · Performance · 1 occurrence(s)
- https://nevermore.farm/ — the likely hero/LCP image (nevermore-hero.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
notice Missing Open Graph tags
Rule og.missing · Social · 7 occurrence(s)
- https://nevermore.farm/ — og:title, og:description, og:image
- https://nevermore.farm/author/ryan/ — og:title, og:description, og:image
- https://nevermore.farm/category/uncategorized/ — og:title, og:description, og:image
- https://nevermore.farm/hello-world-2/ — og:title, og:description, og:image
- https://nevermore.farm/hello-world/ — og:title, og:description, og:image
- https://nevermore.farm/sample-page-2/ — og:title, og:description, og:image
- https://nevermore.farm/sample-page/ — og:title, og:description, og:image
notice Legacy image format (jpg/png/gif) with no next-gen fallback
Rule perf.images_legacy_format · Performance · 1 occurrence(s)
- https://nevermore.farm/ — 6 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 7 occurrence(s)
- https://nevermore.farm/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://nevermore.farm/author/ryan/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://nevermore.farm/category/uncategorized/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://nevermore.farm/hello-world-2/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://nevermore.farm/hello-world/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://nevermore.farm/sample-page-2/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- https://nevermore.farm/sample-page/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
notice No Last-Modified header (no conditional GET for unchanged pages)
Rule perf.no_last_modified · Performance · 7 occurrence(s)
- https://nevermore.farm/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://nevermore.farm/author/ryan/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://nevermore.farm/category/uncategorized/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://nevermore.farm/hello-world-2/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://nevermore.farm/hello-world/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://nevermore.farm/sample-page-2/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://nevermore.farm/sample-page/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
notice Blocked by robots.txt
Rule robots.blocked · Crawlability · 1 occurrence(s)
- https://nevermore.farm/wp-admin/ — Disallowed by robots.txt; not fetched
notice No structured data detected
Rule schema.none · Structured Data · 7 occurrence(s)
notice Missing recommended security headers
Rule security.missing_headers · Security · 7 occurrence(s)
- https://nevermore.farm/ — CSP, X-Content-Type-Options, HSTS
- https://nevermore.farm/author/ryan/ — X-Content-Type-Options, HSTS, CSP
- https://nevermore.farm/category/uncategorized/ — HSTS, CSP, X-Content-Type-Options
- https://nevermore.farm/hello-world-2/ — HSTS, CSP, X-Content-Type-Options
- https://nevermore.farm/hello-world/ — HSTS, CSP, X-Content-Type-Options
- https://nevermore.farm/sample-page-2/ — HSTS, CSP, X-Content-Type-Options
- https://nevermore.farm/sample-page/ — CSP, X-Content-Type-Options, HSTS
notice Missing Twitter Card tag
Rule twitter.missing · Social · 7 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://nevermore.farm/ Nevermore Farms — Churchville, Maryland |
200 | yes | 268 | 7 |
| https://nevermore.farm/author/ryan/ ryan – Nevermore Farms |
200 | yes | 46 | 0 |
| https://nevermore.farm/category/uncategorized/ Uncategorized – Nevermore Farms |
200 | yes | 46 | 0 |
| https://nevermore.farm/hello-world-2/ Hello world! – Nevermore Farms |
200 | yes | 32 | 0 |
| https://nevermore.farm/hello-world/ Hello world! – Nevermore Farms |
200 | yes | 30 | 0 |
| https://nevermore.farm/sample-page-2/ Sample Page – Nevermore Farms |
200 | yes | 167 | 0 |
| https://nevermore.farm/sample-page/ Sample Page – Nevermore Farms |
200 | yes | 167 | 0 |
| https://nevermore.farm/wp-admin/ | 0 | no | 0 | 2 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.