SEO audit for autojakt.no
Autojakt.no - Finn og sammenlign verksteder raskt og enkelt
Health 81/100 (good) · 9 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)Finn og sammenlign verksteder for bil, MC og andre kjøretøy med Autojakt.no. Vi hjelper deg å finne og velge det riktige verkstedet for dine behov.
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Duplicate | 93 | 0 | 2 | 2 |
| Agent Readiness | 97 | 0 | 1 | 3 |
| Budget | 97 | 0 | 1 | 0 |
| Canonical | 97 | 0 | 1 | 0 |
| Content | 97 | 0 | 1 | 3 |
| Headings | 97 | 0 | 1 | 0 |
| Images | 97 | 0 | 1 | 1 |
| Cache | 100 | 0 | 0 | 5 |
| Crawlability | 100 | 0 | 0 | 1 |
| Meta Description | 100 | 0 | 0 | 2 |
| Performance | 100 | 0 | 0 | 10 |
| Security | 100 | 0 | 0 | 5 |
| Structured Data | 100 | 0 | 0 | 5 |
Warnings (7 rules)
warning Control has no accessible name
Rule agent.control_no_name · Agent Readiness · 1 occurrence(s)
- https://autojakt.no/register — 2 button/link(s) with no text or aria-label — an agent can't target them
warning robots.txt-disallowed URL receives internal links (crawl-budget leak)
Rule budget.disallow_linked · Budget · 1 occurrence(s)
- https://autojakt.no/auth/forgot-password — internal links point to https://autojakt.no/auth/forgot-password, 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://autojakt.no/auth/login.
warning Missing canonical tag
Rule canonical.missing · Canonical · 1 occurrence(s)
warning Thin content (low word count)
Rule content.thin · Content · 1 occurrence(s)
- https://autojakt.no/auth/login — 20 words
warning Duplicate <title> across pages
Rule duplicate.title · Duplicate · 2 occurrence(s)
- https://autojakt.no/ — title shared by 2 pages: https://autojakt.no/auth/login
- https://autojakt.no/auth/login — title shared by 2 pages: https://autojakt.no/
warning Images missing alt text
Rule images.missing_alt · Images · 1 occurrence(s)
- https://autojakt.no/ — 1 of 5 images missing alt
Notices (12 rules)
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://autojakt.no/ — 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 · 2 occurrence(s)
- https://autojakt.no/brukervilkar — add a <main> element (or role=main) around the primary content
- https://autojakt.no/personvernerklaring — 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://autojakt.no/ — Cache-Control: s-maxage=31536000, stale-while-revalidate · cloudflare: DYNAMIC
- https://autojakt.no/auth/login — Cache-Control: s-maxage=31536000, stale-while-revalidate · cloudflare: DYNAMIC
- https://autojakt.no/brukervilkar — Cache-Control: s-maxage=31536000, stale-while-revalidate · cloudflare: DYNAMIC
- https://autojakt.no/personvernerklaring — Cache-Control: s-maxage=31536000, stale-while-revalidate · cloudflare: DYNAMIC
- https://autojakt.no/register — Cache-Control: s-maxage=31536000, stale-while-revalidate · cloudflare: DYNAMIC
notice Low text-to-HTML ratio
Rule content.low_ratio · Content · 3 occurrence(s)
- https://autojakt.no/ — 4.0%
- https://autojakt.no/auth/login — 0.8%
- https://autojakt.no/register — 4.1%
notice Duplicate meta description across pages
Rule duplicate.meta_desc · Duplicate · 2 occurrence(s)
- https://autojakt.no/ — meta description shared by 2 pages: https://autojakt.no/auth/login
- https://autojakt.no/auth/login — meta description shared by 2 pages: https://autojakt.no/
notice Images without width/height (layout shift / CLS)
Rule images.missing_dimensions · Images · 1 occurrence(s)
- https://autojakt.no/ — 3 of 5 images without width/height
notice Meta description too long
Rule meta_desc.too_long · Meta Description · 2 occurrence(s)
- https://autojakt.no/personvernerklaring — 188 chars
- https://autojakt.no/register — 186 chars
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 5 occurrence(s)
- https://autojakt.no/ — 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://autojakt.no/auth/login — 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://autojakt.no/brukervilkar — 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://autojakt.no/personvernerklaring — 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://autojakt.no/register — 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://autojakt.no/ — 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://autojakt.no/auth/login — 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://autojakt.no/brukervilkar — 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://autojakt.no/personvernerklaring — 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://autojakt.no/register — 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://autojakt.no/auth/forgot-password — 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)
- https://autojakt.no/ — CSP, X-Content-Type-Options
- https://autojakt.no/auth/login — CSP, X-Content-Type-Options
- https://autojakt.no/brukervilkar — CSP, X-Content-Type-Options
- https://autojakt.no/personvernerklaring — CSP, X-Content-Type-Options
- https://autojakt.no/register — CSP, X-Content-Type-Options
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://autojakt.no/ Autojakt.no - Finn og sammenlign verksteder raskt og enkelt |
200 | yes | 403 | 5 |
| https://autojakt.no/register Bli en partner - Autojakt.no |
200 | yes | 293 | 5 |
| https://autojakt.no/auth/login Autojakt.no - Finn og sammenlign verksteder raskt og enkelt |
200 | yes | 20 | 2 |
| https://autojakt.no/brukervilkar Brukervilkår - Autojakt.no |
200 | yes | 404 | 2 |
| https://autojakt.no/personvernerklaring Personvernerklæring - Autojakt.no |
200 | yes | 320 | 2 |
| https://autojakt.no/apple-icon.png | 200 | no | 0 | 0 |
| https://autojakt.no/auth/forgot-password | 0 | no | 0 | 1 |
| https://autojakt.no/icon.png | 200 | no | 0 | 0 |
| https://autojakt.no/opengraph-image.png | 200 | no | 0 | 0 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.