Catalog / barkweb.co
35

SEO audit for barkweb.co

Just another WordPress site

otherWordPress

Health 35/100 (poor) · 7 pages crawled · generated 2026-07-12

Download Markdown report (feed to ChatGPT / Claude / Cursor)
7
pages crawled
4
indexable pages
4
errors
14
warnings
37
notices
0
orphan pages
2
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Links 71 2 0 0
Crawlability 86 1 0 1
Sitemap 86 1 0 0
Content 83 0 4 4
Meta Description 83 0 4 0
Budget 91 0 2 0
Canonical 91 0 2 0
Indexability 96 0 1 0
Robots 96 0 1 0
Agent Readiness 100 0 0 1
Performance 100 0 0 12
Security 100 0 0 6
Social 100 0 0 8
Structured Data 100 0 0 4
URL 100 0 0 1
Findings

Errors (3 rules)

error Broken internal link (target 4xx/5xx)

Rule links.broken_internal · Links · 2 occurrence(s)

error Non-200 URL listed in sitemap

Rule sitemap.not_200 · Sitemap · 1 occurrence(s)

error Client error (4xx) response

Rule status.4xx · Crawlability · 1 occurrence(s)

Warnings (7 rules)

warning robots.txt-disallowed URL receives internal links (crawl-budget leak)

Rule budget.disallow_linked · Budget · 1 occurrence(s)

  • https://www.barkweb.co/wp-admin/ — internal links point to https://www.barkweb.co/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://www.barkweb.co/sample-page/.

warning Noindex page receives internal links (crawl-budget waste)

Rule budget.noindex_linked · Budget · 1 occurrence(s)

  • https://www.barkweb.co/2026/07/11/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://www.barkweb.co/2026/07/11/hello-world/, https://www.barkweb.co/2026/07/11/hello-world/?replytocom=1.

warning Missing canonical tag

Rule canonical.missing · Canonical · 2 occurrence(s)

warning Thin content (low word count)

Rule content.thin · Content · 4 occurrence(s)

warning Page is noindex

Rule index.noindex · Indexability · 1 occurrence(s)

warning robots.txt blocks CSS/JS the pages need to render

Rule robots.blocks_css_js · Robots · 1 occurrence(s)

  • https://www.barkweb.co/ — robots.txt Disallow blocks render-critical CSS/JS under: /wp-includes/blocks/navigation/, /wp-includes/js/, /wp-includes/js/dist/script-modules/block-library/navigation/ — 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://www.barkweb.co/ — no llms.txt found at the site root — add one so AI agents get a curated site summary

notice Low text-to-HTML ratio

Rule content.low_ratio · Content · 4 occurrence(s)

notice Likely hero image lacks fetchpriority=high

Rule images.hero_no_fetchpriority · Performance · 2 occurrence(s)

  • https://www.barkweb.co/2026/07/11/hello-world/ — the likely hero/LCP image (8e1606e6fba450a9362af43874c1b2dfad34c782e33d0a51e1b46c18a2a567dd) 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://www.barkweb.co/2026/07/11/hello-world/?replytocom=1 — the likely hero/LCP image (8e1606e6fba450a9362af43874c1b2dfad34c782e33d0a51e1b46c18a2a567dd) 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 · 4 occurrence(s)

notice No ETag header (no conditional GET for unchanged pages)

Rule perf.no_etag · Performance · 5 occurrence(s)

  • https://www.barkweb.co/ — 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://www.barkweb.co/2026/07/11/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://www.barkweb.co/2026/07/11/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://www.barkweb.co/author/barkweb_ydd2as/ — 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://www.barkweb.co/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 · 5 occurrence(s)

  • https://www.barkweb.co/ — 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://www.barkweb.co/2026/07/11/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://www.barkweb.co/2026/07/11/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://www.barkweb.co/author/barkweb_ydd2as/ — 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://www.barkweb.co/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)

notice Missing recommended security headers

Rule security.missing_headers · Security · 6 occurrence(s)

notice Underscores in URL path (prefer hyphens)

Rule url.underscores · URL · 1 occurrence(s)

Pages (showing 7 of 7)
URLStatusIndexableWordsIn-links
https://www.barkweb.co/
Just another WordPress site
200 yes 47 6
https://www.barkweb.co/sample-page/
Sample Page – Just another WordPress site
200 yes 183 6
https://www.barkweb.co/2026/07/11/hello-world/
Hello world! – Just another WordPress site
200 yes 135 4
https://www.barkweb.co/2026/07/11/hello-world/?replytocom=1
Hello world! – Just another WordPress site
200 no 139 2
https://www.barkweb.co/author/barkweb_ydd2as/
barkweb_ydd2as – Just another WordPress site
200 yes 48 2
https://www.barkweb.co/category/uncategorized/
Page not found – Just another WordPress site
404 no 51 2
https://www.barkweb.co/wp-admin/ 0 no 0 1

Audit your own site — free

77 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →