Catalog / neleschmidt.com
81

SEO audit for neleschmidt.com

Nele Schmidt Interaction Design

other

Health 81/100 (good) · 36 pages crawled · generated 2026-08-26

Download Markdown report (feed to ChatGPT / Claude / Cursor)
36
pages crawled
16
indexable pages
0
errors
99
warnings
147
notices
5
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Duplicate 85 0 18 0
Canonical 87 0 16 0
Headings 87 0 16 0
Meta Description 87 0 16 0
Security 87 0 16 6
Content 90 0 12 6
Links 96 0 5 0
Agent Readiness 100 0 0 11
Images 100 0 0 13
Performance 100 0 0 32
Robots 100 0 0 1
Sitemap 100 0 0 6
Social 100 0 0 32
Structured Data 100 0 0 16
Titles 100 0 0 6
URL 100 0 0 18
Findings

Warnings (9 rules)

warning Duplicate page content

Rule duplicate.content · Duplicate · 4 occurrence(s)

warning Homepage duplicated across protocol/host variants (no redirect)

Rule duplicate.protocol_host · Duplicate · 3 occurrence(s)

  • https://neleschmidt.com/ — http://neleschmidt.com/ 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.
  • https://neleschmidt.com/ — http://www.neleschmidt.com/ 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.
  • https://neleschmidt.com/ — https://www.neleschmidt.com/ 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 Duplicate <title> across pages

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

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

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

  • http://neleschmidt.com/about.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".
  • http://neleschmidt.com/contact.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".
  • http://neleschmidt.com/design-for-healthcare.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".
  • http://neleschmidt.com/egoflecto.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".
  • http://neleschmidt.com/imprint.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".
  • http://neleschmidt.com/index.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".
  • http://neleschmidt.com/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".
  • http://neleschmidt.com/smite.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".
  • http://neleschmidt.com/toodoo.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".
  • http://neleschmidt.com/trainit.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://neleschmidt.com/ — 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://neleschmidt.com/about.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://neleschmidt.com/contact.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://neleschmidt.com/imprint.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://neleschmidt.com/index.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://neleschmidt.com/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 Orphan page (no internal inlinks)

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

Notices (14 rules)

notice No llms.txt for AI agents

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

notice No main landmark for AI agents

Rule agent.no_main_landmark · Agent Readiness · 10 occurrence(s)

notice Likely hero image lacks fetchpriority=high

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

  • http://neleschmidt.com/about.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/contact.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/design-for-healthcare.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/egoflecto.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/imprint.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/index.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/portfolio.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/smite.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/toodoo.html — the likely hero/LCP image (blank.gif) 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.
  • http://neleschmidt.com/trainit.html — the likely hero/LCP image (blank.gif) 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://neleschmidt.com/ — the likely hero/LCP image (blank.gif) 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://neleschmidt.com/about.html — the likely hero/LCP image (blank.gif) 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://neleschmidt.com/contact.html — the likely hero/LCP image (blank.gif) 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://neleschmidt.com/imprint.html — the likely hero/LCP image (blank.gif) 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://neleschmidt.com/index.html — the likely hero/LCP image (blank.gif) 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://neleschmidt.com/portfolio.html — the likely hero/LCP image (blank.gif) 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 Images without width/height (layout shift / CLS)

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

notice Missing Open Graph tags

Rule og.missing · Social · 16 occurrence(s)

notice Legacy image format (jpg/png/gif) with no next-gen fallback

Rule perf.images_legacy_format · Performance · 16 occurrence(s)

  • http://neleschmidt.com/about.html — 13 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/contact.html — 8 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/design-for-healthcare.html — 2 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/egoflecto.html — 2 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/imprint.html — 6 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/index.html — 8 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/portfolio.html — 30 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/smite.html — 8 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/toodoo.html — 23 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • http://neleschmidt.com/trainit.html — 2 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://neleschmidt.com/ — 8 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://neleschmidt.com/about.html — 13 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://neleschmidt.com/contact.html — 8 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://neleschmidt.com/imprint.html — 6 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://neleschmidt.com/index.html — 8 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
  • https://neleschmidt.com/portfolio.html — 30 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.

notice robots.txt missing (root returns 404/none)

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

  • https://neleschmidt.com/ — robots.txt did not return a 200 at the site root — a healthy site should serve one (declare your sitemap and confirm the host serves root files)

notice Missing recommended security headers

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

notice Indexable page not listed in sitemap

Rule sitemap.orphan_not_listed · Sitemap · 6 occurrence(s)

notice Title is very short

Rule title.too_short · Titles · 6 occurrence(s)

Pages (showing 36 of 36)
URLStatusIndexableWordsIn-links
http://neleschmidt.com/about.html
About | Nele Schmidt Interaction Design
200 yes 663 10
http://neleschmidt.com/contact.html
Contact | Nele Schmidt Interaction Design
200 yes 32 10
http://neleschmidt.com/imprint.html
Imprint
200 yes 278 10
http://neleschmidt.com/index.html
Nele Schmidt Interaction Design
200 yes 82 10
http://neleschmidt.com/portfolio.html
Portfolio  | Nele Schmidt Interaction Design
200 yes 127 10
https://neleschmidt.com/about.html
About | Nele Schmidt Interaction Design
200 yes 663 6
https://neleschmidt.com/contact.html
Contact | Nele Schmidt Interaction Design
200 yes 32 6
https://neleschmidt.com/imprint.html
Imprint
200 yes 278 6
https://neleschmidt.com/index.html
Nele Schmidt Interaction Design
200 yes 82 6
https://neleschmidt.com/portfolio.html
Portfolio  | Nele Schmidt Interaction Design
200 yes 127 6
http://neleschmidt.com/design-for-healthcare.html
Design for Healthcare
200 yes 17 0
http://neleschmidt.com/egoflecto.html
Egoflecto
200 yes 17 0
http://neleschmidt.com/smite.html
smite
200 yes 30 0
http://neleschmidt.com/toodoo.html
Toodoo
200 yes 166 0
http://neleschmidt.com/trainit.html
trainit
200 yes 17 0
https://neleschmidt.com/
Nele Schmidt Interaction Design
200 yes 82 0
http://neleschmidt.com/assets/181004_nele_schmidt_cv.pdf 200 no 0 1
http://neleschmidt.com/assets/cv_nele_schmidt_deutsch.pdf 200 no 0 0
http://neleschmidt.com/assets/nele_schmidt_cv.pdf 200 no 0 0
http://neleschmidt.com/images/egoflecto_16_nele_schmidt_ux_research_design.jpg 200 no 0 0
http://neleschmidt.com/images/img_20151125_132145.jpg 200 no 0 0
http://neleschmidt.com/images/physical_collaborative_play_5_nele_schmidt_ux_research_design.jpg 200 no 0 0
http://neleschmidt.com/images/report-354.jpg 200 no 0 0
http://neleschmidt.com/images/smite440x294.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_12_nele_schmidt_ux_research_design.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_12_nele_schmidt_ux_research_design159x106.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_12_nele_schmidt_ux_research_design280x187.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_13_nele_schmidt_ux_research_design.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_13_nele_schmidt_ux_research_design2.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_13_nele_schmidt_ux_research_design230x130.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_13_nele_schmidt_ux_research_design230x161.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_13_nele_schmidt_ux_research_design407x229.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_13_nele_schmidt_ux_research_design407x283.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_3_nele_schmidt_ux_research_design.jpg 200 no 0 0
http://neleschmidt.com/images/toodoo_5_nele_schmidt_ux_research_design467x293.jpg 200 no 0 0
https://neleschmidt.com/assets/181004_nele_schmidt_cv.pdf 200 no 0 1

Audit your own site — free

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

Scan your site →