SEO audit for vanhetbessenveld.nl
vanhetbessenveld – teckelkennel
Health 72/100 (fair) · 10 pages crawled · generated 2026-07-29
Download Markdown report (feed to ChatGPT / Claude / Cursor)| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Content | 85 | 0 | 5 | 0 |
| Meta Description | 85 | 0 | 5 | 0 |
| Canonical | 88 | 0 | 4 | 0 |
| Budget | 91 | 0 | 3 | 0 |
| Indexability | 91 | 0 | 3 | 2 |
| Robots | 97 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 1 |
| Cache | 100 | 0 | 0 | 2 |
| Performance | 100 | 0 | 0 | 18 |
| Security | 100 | 0 | 0 | 8 |
| Sitemap | 100 | 0 | 0 | 5 |
| Social | 100 | 0 | 0 | 10 |
| Structured Data | 100 | 0 | 0 | 5 |
Warnings (6 rules)
warning Noindex page receives internal links (crawl-budget waste)
Rule budget.noindex_linked · Budget · 3 occurrence(s)
- https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/?replytocom=1 — this noindex page has 2 internal inlink(s) — Googlebot follows them, fetches the page, then drops it unindexed, spending crawl budget for no indexing benefit (and the links leak equity). Remove/redirect the links, or drop the noindex if the page should be indexed. Linked from: https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/, https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/?replytocom=1.
- https://vanhetbessenveld.nl/wp-login.php — this noindex page has 7 internal inlink(s) — Googlebot follows them, fetches the page, then drops it unindexed, spending crawl budget for no indexing benefit (and the links leak equity). Remove/redirect the links, or drop the noindex if the page should be indexed. Linked from: https://vanhetbessenveld.nl/, https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/, https://vanhetbessenveld.nl/blog/author/susan/.
- https://vanhetbessenveld.nl/wp-login.php?action=lostpassword — this noindex page has 1 internal inlink(s) — Googlebot follows them, fetches the page, then drops it unindexed, spending crawl budget for no indexing benefit (and the links leak equity). Remove/redirect the links, or drop the noindex if the page should be indexed. Linked from: https://vanhetbessenveld.nl/wp-login.php.
warning Missing canonical tag
Rule canonical.missing · Canonical · 4 occurrence(s)
warning Thin content (low word count)
Rule content.thin · Content · 5 occurrence(s)
warning Page is noindex
Rule index.noindex · Indexability · 3 occurrence(s)
- https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/?replytocom=1 — meta/X-Robots: meta=noindex,follow
- https://vanhetbessenveld.nl/wp-login.php — meta/X-Robots: meta=noindex,noarchive
- https://vanhetbessenveld.nl/wp-login.php?action=lostpassword — meta/X-Robots: meta=noindex,noarchive
warning Missing meta description
Rule meta_desc.missing · Meta Description · 5 occurrence(s)
warning robots.txt blocks CSS/JS the pages need to render
Rule robots.blocks_css_js · Robots · 1 occurrence(s)
- https://vanhetbessenveld.nl/ — robots.txt Disallow blocks render-critical CSS/JS under: /wp-admin/css/ — Google's renderer can't fetch these, so the affected pages may render blank or thin. Allow the asset path(s) for Googlebot.
Notices (11 rules)
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://vanhetbessenveld.nl/ — 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 · 2 occurrence(s)
- https://vanhetbessenveld.nl/wp-login.php — Cache-Control: no-cache, must-revalidate, max-age=0
- https://vanhetbessenveld.nl/wp-login.php?action=lostpassword — Cache-Control: no-cache, must-revalidate, max-age=0
notice noarchive directive (blocks cached copy)
Rule directives.noarchive · Indexability · 2 occurrence(s)
- https://vanhetbessenveld.nl/wp-login.php — a noarchive directive is present — it blocks a cached copy of the page. Google retired cached links in 2024 so the impact is small, but confirm it's intentional.
- https://vanhetbessenveld.nl/wp-login.php?action=lostpassword — a noarchive directive is present — it blocks a cached copy of the page. Google retired cached links in 2024 so the impact is small, but confirm it's intentional.
notice Likely hero image lacks fetchpriority=high
Rule images.hero_no_fetchpriority · Performance · 2 occurrence(s)
- https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/ — the likely hero/LCP image (d7a973c7dab26985da5f961be7b74480) 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.
- https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/?replytocom=1 — the likely hero/LCP image (d7a973c7dab26985da5f961be7b74480) 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 · 5 occurrence(s)
- https://vanhetbessenveld.nl/ — og:title, og:description, og:image
- https://vanhetbessenveld.nl/blog/2019/07/ — og:title, og:description, og:image
- https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/ — og:title, og:description, og:image
- https://vanhetbessenveld.nl/blog/author/susan/ — og:title, og:description, og:image
- https://vanhetbessenveld.nl/blog/category/uncategorized/ — og:title, og:description, og:image
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 8 occurrence(s)
- https://vanhetbessenveld.nl/ — 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://vanhetbessenveld.nl/blog/2019/07/ — 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://vanhetbessenveld.nl/blog/2019/07/18/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://vanhetbessenveld.nl/blog/2019/07/18/hello-world/?replytocom=1 — 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://vanhetbessenveld.nl/blog/author/susan/ — 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://vanhetbessenveld.nl/blog/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://vanhetbessenveld.nl/wp-login.php — 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://vanhetbessenveld.nl/wp-login.php?action=lostpassword — 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 · 8 occurrence(s)
- https://vanhetbessenveld.nl/ — 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://vanhetbessenveld.nl/blog/2019/07/ — 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://vanhetbessenveld.nl/blog/2019/07/18/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://vanhetbessenveld.nl/blog/2019/07/18/hello-world/?replytocom=1 — 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://vanhetbessenveld.nl/blog/author/susan/ — 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://vanhetbessenveld.nl/blog/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://vanhetbessenveld.nl/wp-login.php — 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://vanhetbessenveld.nl/wp-login.php?action=lostpassword — 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 No structured data detected
Rule schema.none · Structured Data · 5 occurrence(s)
notice Missing recommended security headers
Rule security.missing_headers · Security · 8 occurrence(s)
- https://vanhetbessenveld.nl/ — HSTS, CSP, X-Content-Type-Options
- https://vanhetbessenveld.nl/blog/2019/07/ — X-Content-Type-Options, HSTS, CSP
- https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/ — HSTS, CSP, X-Content-Type-Options
- https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/?replytocom=1 — HSTS, CSP, X-Content-Type-Options
- https://vanhetbessenveld.nl/blog/author/susan/ — HSTS, CSP, X-Content-Type-Options
- https://vanhetbessenveld.nl/blog/category/uncategorized/ — X-Content-Type-Options, HSTS, CSP
- https://vanhetbessenveld.nl/wp-login.php — HSTS, CSP, X-Content-Type-Options
- https://vanhetbessenveld.nl/wp-login.php?action=lostpassword — HSTS, CSP, X-Content-Type-Options
notice Indexable page not listed in sitemap
Rule sitemap.orphan_not_listed · Sitemap · 5 occurrence(s)
- https://vanhetbessenveld.nl/ — indexable but not in sitemap
- https://vanhetbessenveld.nl/blog/2019/07/ — indexable but not in sitemap
- https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/ — indexable but not in sitemap
- https://vanhetbessenveld.nl/blog/author/susan/ — indexable but not in sitemap
- https://vanhetbessenveld.nl/blog/category/uncategorized/ — indexable but not in sitemap
notice Missing Twitter Card tag
Rule twitter.missing · Social · 5 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://vanhetbessenveld.nl/ vanhetbessenveld – teckelkennel |
200 | yes | 68 | 8 |
| https://vanhetbessenveld.nl/wp-login.php Inloggen ‹ vanhetbessenveld — WordPress |
200 | no | 16 | 7 |
| https://vanhetbessenveld.nl/blog/2019/07/ juli 2019 – vanhetbessenveld |
200 | yes | 72 | 6 |
| https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/ Hello world! – vanhetbessenveld |
200 | yes | 165 | 6 |
| https://vanhetbessenveld.nl/blog/author/susan/ susan – vanhetbessenveld |
200 | yes | 71 | 6 |
| https://vanhetbessenveld.nl/blog/category/uncategorized/ Uncategorized – vanhetbessenveld |
200 | yes | 71 | 6 |
| https://vanhetbessenveld.nl/wp-login.php?action=lostpassword Wachtwoord kwijt ‹ vanhetbessenveld — WordPress |
200 | no | 31 | 1 |
| https://vanhetbessenveld.nl/blog/2019/07/18/hello-world/?replytocom=1 Hello world! – vanhetbessenveld |
200 | no | 173 | 2 |
| https://vanhetbessenveld.nl/comments/feed/ | 200 | no | 0 | 6 |
| https://vanhetbessenveld.nl/feed/ | 200 | no | 0 | 6 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.