Catalog / avenolixen.world
58

SEO audit for avenolixen.world

Avenolixen - Praxisratgeber für industrielle Finanzlösungen

other

Health 58/100 (fair) · 13 pages crawled · generated 2026-08-26

Download Markdown report (feed to ChatGPT / Claude / Cursor)

Praxisnahe Informationen, Glossar und konkrete Lösungen für finanzielle Herausforderungen in der Industrie. Aktuelle Inhalte für Entscheidungsträger und Betriebsleiter.

Screenshot of avenolixen.world
13
pages crawled
12
indexable pages
2
errors
52
warnings
102
notices
2
orphan pages
1
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Links 88 1 2 0
Crawlability 92 1 0 0
Agent Readiness 72 0 12 12
Duplicate 72 0 12 12
Security 75 0 11 13
Headings 77 0 10 0
Performance 91 0 4 13
Content 98 0 1 12
Cache 100 0 0 12
Images 100 0 0 4
Meta Description 100 0 0 12
Structured Data 100 0 0 12
Findings

Errors (2 rules)

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

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

error Client error (4xx) response

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

Warnings (7 rules)

warning Control has no accessible name

Rule agent.control_no_name · Agent Readiness · 12 occurrence(s)

warning Thin content (low word count)

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

warning Duplicate <title> across pages

Rule duplicate.title · Duplicate · 12 occurrence(s)

warning Content-Type header doesn't match the actual content

Rule headers.content_type_mismatch · Security · 11 occurrence(s)

  • https://avenolixen.world/contract-terms.html — 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://avenolixen.world/cookie-options.html — 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://avenolixen.world/firm.html — 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://avenolixen.world/gdpr-compliance.html — 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://avenolixen.world/information-statement.html — 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://avenolixen.world/page-not-found.html — 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://avenolixen.world/payment-complete.html — 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://avenolixen.world/question-section.html — 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://avenolixen.world/reach-out.html — 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://avenolixen.world/resources.html — 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://avenolixen.world/service-portfolio.html — 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 Hero/LCP image is lazy-loaded (loading=lazy delays LCP)

Rule images.no_lazy_lcp_candidate · Performance · 4 occurrence(s)

  • https://avenolixen.world/ — the likely hero/LCP image (wivgbtmuh3.webp) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
  • https://avenolixen.world/firm.html — the likely hero/LCP image (rasfbposfvd.webp) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
  • https://avenolixen.world/resources.html — the likely hero/LCP image (yh1kofgsa.webp) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
  • https://avenolixen.world/service-portfolio.html — the likely hero/LCP image (gjtahu87ufm.webp) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.

warning Orphan page (no internal inlinks)

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

Notices (11 rules)

notice Heading levels skip a level

Rule agent.heading_skip · Agent Readiness · 11 occurrence(s)

notice No llms.txt for AI agents

Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)

notice Page served uncached (no-store/private or CDN bypass)

Rule cache.not_cacheable · Cache · 12 occurrence(s)

notice Duplicate meta description across pages

Rule duplicate.meta_desc · Duplicate · 12 occurrence(s)

notice Images without width/height (layout shift / CLS)

Rule images.missing_dimensions · Images · 4 occurrence(s)

notice Legacy <meta name=keywords> tag present (Google ignores it)

Rule meta.keywords_present · Content · 12 occurrence(s)

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

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

  • https://avenolixen.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://avenolixen.world/contract-terms.html — 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://avenolixen.world/cookie-options.html — 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://avenolixen.world/firm.html — 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://avenolixen.world/gdpr-compliance.html — 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://avenolixen.world/information-statement.html — 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://avenolixen.world/page-not-found.html — 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://avenolixen.world/payment-complete.html — 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://avenolixen.world/question-section.html — 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://avenolixen.world/reach-out.html — 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://avenolixen.world/resources.html — 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://avenolixen.world/service-portfolio.html — 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 · 1 occurrence(s)

  • https://avenolixen.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.

notice Missing recommended security headers

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

Pages (showing 13 of 13)
URLStatusIndexableWordsIn-links
https://avenolixen.world/
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 845 12
https://avenolixen.world/contract-terms.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 727 12
https://avenolixen.world/cookie-options.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 237 12
https://avenolixen.world/firm.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 440 12
https://avenolixen.world/gdpr-compliance.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 397 12
https://avenolixen.world/information-statement.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 492 12
https://avenolixen.world/question-section.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 225 12
https://avenolixen.world/reach-out.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 224 12
https://avenolixen.world/resources.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 323 12
https://avenolixen.world/service-portfolio.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 462 12
https://avenolixen.world/page-not-found.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 158 0
https://avenolixen.world/payment-complete.html
Avenolixen - Praxisratgeber für industrielle Finanzlösungen
200 yes 219 0
https://avenolixen.world/disclaimer
404 Not Found
404 no 18 1

Audit your own site — free

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

Scan your site →