SEO audit for deg-dev.net
Ivan — Software Engineer
Health 65/100 (fair) · 6 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)Personal site and notes of Ivan — backend & infrastructure engineer.
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Canonical | 75 | 0 | 5 | 0 |
| Content | 75 | 0 | 5 | 0 |
| Security | 75 | 0 | 5 | 5 |
| Meta Description | 80 | 0 | 4 | 0 |
| Budget | 95 | 0 | 1 | 0 |
| Duplicate | 95 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 7 |
| Cache | 100 | 0 | 0 | 5 |
| Crawlability | 100 | 0 | 0 | 1 |
| Links | 100 | 0 | 0 | 1 |
| Performance | 100 | 0 | 0 | 5 |
| Sitemap | 100 | 0 | 0 | 3 |
| Social | 100 | 0 | 0 | 10 |
| Structured Data | 100 | 0 | 0 | 5 |
Warnings (6 rules)
warning robots.txt-disallowed URL receives internal links (crawl-budget leak)
Rule budget.disallow_linked · Budget · 1 occurrence(s)
- https://deg-dev.net/status — internal links point to https://deg-dev.net/status, 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://deg-dev.net/, https://deg-dev.net/blog/.
warning Missing canonical tag
Rule canonical.missing · Canonical · 5 occurrence(s)
warning Thin content (low word count)
Rule content.thin · Content · 5 occurrence(s)
- https://deg-dev.net/ — 95 words
- https://deg-dev.net/blog/ — 62 words
- https://deg-dev.net/blog/moving-off-managed/ — 50 words
- https://deg-dev.net/blog/reverse-proxy-notes/ — 50 words
- https://deg-dev.net/blog/self-hosted-pipeline/ — 50 words
warning Homepage duplicated across protocol/host variants (no redirect)
Rule duplicate.protocol_host · Duplicate · 1 occurrence(s)
- https://deg-dev.net/ — https://www.deg-dev.net/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.
warning Content-Type header doesn't match the actual content
Rule headers.content_type_mismatch · Security · 5 occurrence(s)
- https://deg-dev.net/ — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- https://deg-dev.net/blog/ — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- https://deg-dev.net/blog/moving-off-managed/ — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- https://deg-dev.net/blog/reverse-proxy-notes/ — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- https://deg-dev.net/blog/self-hosted-pipeline/ — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
warning Missing meta description
Rule meta_desc.missing · Meta Description · 4 occurrence(s)
Notices (12 rules)
notice Heading levels skip a level
Rule agent.heading_skip · Agent Readiness · 1 occurrence(s)
- https://deg-dev.net/blog/ — h3 follows h1 — skips h2
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://deg-dev.net/ — no llms.txt found at the site root — add one so AI agents get a curated site summary
notice No main landmark for AI agents
Rule agent.no_main_landmark · Agent Readiness · 5 occurrence(s)
- https://deg-dev.net/ — add a <main> element (or role=main) around the primary content
- https://deg-dev.net/blog/ — add a <main> element (or role=main) around the primary content
- https://deg-dev.net/blog/moving-off-managed/ — add a <main> element (or role=main) around the primary content
- https://deg-dev.net/blog/reverse-proxy-notes/ — add a <main> element (or role=main) around the primary content
- https://deg-dev.net/blog/self-hosted-pipeline/ — add a <main> element (or role=main) around the primary content
notice Page served uncached (no-store/private or CDN bypass)
Rule cache.not_cacheable · Cache · 5 occurrence(s)
- https://deg-dev.net/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://deg-dev.net/blog/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://deg-dev.net/blog/moving-off-managed/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://deg-dev.net/blog/reverse-proxy-notes/ — Cache-Control: (none) · cloudflare: DYNAMIC
- https://deg-dev.net/blog/self-hosted-pipeline/ — Cache-Control: (none) · cloudflare: DYNAMIC
notice Page has only one internal inlink (fragile crawl path)
Rule links.single_inlink · Links · 1 occurrence(s)
- https://deg-dev.net/blog/moving-off-managed/ — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
notice Missing Open Graph tags
Rule og.missing · Social · 5 occurrence(s)
- https://deg-dev.net/ — og:title, og:description, og:image
- https://deg-dev.net/blog/ — og:title, og:description, og:image
- https://deg-dev.net/blog/moving-off-managed/ — og:title, og:description, og:image
- https://deg-dev.net/blog/reverse-proxy-notes/ — og:title, og:description, og:image
- https://deg-dev.net/blog/self-hosted-pipeline/ — og:title, og:description, og:image
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 5 occurrence(s)
- https://deg-dev.net/ — 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://deg-dev.net/blog/ — 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://deg-dev.net/blog/moving-off-managed/ — 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://deg-dev.net/blog/reverse-proxy-notes/ — 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://deg-dev.net/blog/self-hosted-pipeline/ — 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 Blocked by robots.txt
Rule robots.blocked · Crawlability · 1 occurrence(s)
- https://deg-dev.net/status — Disallowed by robots.txt; not fetched
notice No structured data detected
Rule schema.none · Structured Data · 5 occurrence(s)
notice Missing recommended security headers
Rule security.missing_headers · Security · 5 occurrence(s)
notice Indexable page not listed in sitemap
Rule sitemap.orphan_not_listed · Sitemap · 3 occurrence(s)
- https://deg-dev.net/blog/moving-off-managed/ — indexable but not in sitemap
- https://deg-dev.net/blog/reverse-proxy-notes/ — indexable but not in sitemap
- https://deg-dev.net/blog/self-hosted-pipeline/ — indexable but not in sitemap
notice Missing Twitter Card tag
Rule twitter.missing · Social · 5 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://deg-dev.net/blog/ Blog — deg-dev.net |
200 | yes | 62 | 4 |
| https://deg-dev.net/ Ivan — Software Engineer |
200 | yes | 95 | 4 |
| https://deg-dev.net/blog/reverse-proxy-notes/ Notes on reverse proxies and TLS — deg-dev.net |
200 | yes | 50 | 2 |
| https://deg-dev.net/blog/self-hosted-pipeline/ Setting up a self-hosted CI pipeline — deg-dev.net |
200 | yes | 50 | 2 |
| https://deg-dev.net/blog/moving-off-managed/ Why I moved off managed hosting — deg-dev.net |
200 | yes | 50 | 1 |
| https://deg-dev.net/status | 0 | no | 0 | 2 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.