---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: glebcreation.fr
report_url: "https://crawlinx.com/audit/glebcreation.fr"
crawl_id: 20260801T013235-7daba237
health_score: 77
generated_at: 2026-08-26T03:20:42Z
total_pages: 18
html_pages: 18
indexable_pages: 16
errors: 4
warnings: 6
notices: 117
---

# SEO audit: glebcreation.fr

**Health score: 77/100** — good, with fixable gaps

> Audited by [Crawlinx](https://crawlinx.com) — the free technical-SEO crawler. Full report: https://crawlinx.com/audit/glebcreation.fr

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 18 |
| HTML pages | 18 |
| Indexable | 16 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 2 |
| Avg response time | 986 ms |
| Errors / Warnings / Notices | 4 / 6 / 117 |
| Status codes | 16×200, 2×404 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Crawlability | 89 | 2 | 0 | 2 |
| Links | 89 | 2 | 0 | 0 |
| Duplicate | 95 | 0 | 3 | 0 |
| Structured Data | 97 | 0 | 2 | 14 |
| Canonical | 98 | 0 | 1 | 2 |
| Agent Readiness | 100 | 0 | 0 | 1 |
| Images | 100 | 0 | 0 | 14 |
| Performance | 100 | 0 | 0 | 58 |
| Security | 100 | 0 | 0 | 18 |
| Sitemap | 100 | 0 | 0 | 2 |
| Social | 100 | 0 | 0 | 4 |
| URL | 100 | 0 | 0 | 2 |

## Issues

### Errors (4)

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

- Rule: `links.broken_internal` · Category: Links · Occurrences: 2

- [https://glebcreation.fr/laboratoire/horloge-martienne.html](https://glebcreation.fr/laboratoire/horloge-martienne.html) — https://glebcreation.fr/0_projets/horloge.php (HTTP 404)
- [https://glebcreation.fr/laboratoire/tracpay.html](https://glebcreation.fr/laboratoire/tracpay.html) — https://glebcreation.fr/TracPay/index.php (HTTP 404)

#### Client error (4xx) response

- Rule: `status.4xx` · Category: Crawlability · Occurrences: 2

- [https://glebcreation.fr/0_projets/horloge.php](https://glebcreation.fr/0_projets/horloge.php) — HTTP 404
- [https://glebcreation.fr/TracPay/index.php](https://glebcreation.fr/TracPay/index.php) — HTTP 404

### Warnings (6)

#### Interior page canonicalizes to the homepage

- Rule: `canonical.points_to_homepage` · Category: Canonical · Occurrences: 1

- [https://glebcreation.fr/index.html](https://glebcreation.fr/index.html) — this interior page canonicalizes to the homepage (https://glebcreation.fr/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.

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

- Rule: `duplicate.protocol_host` · Category: Duplicate · Occurrences: 3

- [https://glebcreation.fr/](https://glebcreation.fr/) — http://glebcreation.fr/ 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://glebcreation.fr/](https://glebcreation.fr/) — http://www.glebcreation.fr/ 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://glebcreation.fr/](https://glebcreation.fr/) — https://www.glebcreation.fr/ 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.

#### LocalBusiness schema missing required properties (name/address)

- Rule: `schema.localbusiness_incomplete` · Category: Structured Data · Occurrences: 2

- [https://glebcreation.fr/](https://glebcreation.fr/) — LocalBusiness structured data is missing required property (address) — without them Google won't generate the rich result. Add each field (and validate with the Rich Results Test). It is also missing recommended properties (telephone, openingHoursSpecification, geo, priceRange), which enrich the result.
- [https://glebcreation.fr/index.html](https://glebcreation.fr/index.html) — LocalBusiness structured data is missing required property (address) — without them Google won't generate the rich result. Add each field (and validate with the Rich Results Test). It is also missing recommended properties (telephone, openingHoursSpecification, geo, priceRange), which enrich the result.

### Notices (117)

#### No llms.txt for AI agents

- Rule: `agent.llms_txt_missing` · Category: Agent Readiness · Occurrences: 1

- [https://glebcreation.fr/](https://glebcreation.fr/) — no llms.txt found at the site root — add one so AI agents get a curated site summary

#### Canonical target reachable only via a canonical tag (no inlinks)

- Rule: `canonical.isolated_url` · Category: Canonical · Occurrences: 1

- [https://glebcreation.fr/](https://glebcreation.fr/) — this URL is a canonical target but has no internal links pointing to it — crawlers only learn of it via the canonical tag. Add direct internal links (or list it in the sitemap).

#### Canonical points to a different URL

- Rule: `canonical.non_self` · Category: Canonical · Occurrences: 1

- [https://glebcreation.fr/index.html](https://glebcreation.fr/index.html) — canonical=https://glebcreation.fr/

#### Likely hero image lacks fetchpriority=high

- Rule: `images.hero_no_fetchpriority` · Category: Performance · Occurrences: 16

- [https://glebcreation.fr/](https://glebcreation.fr/) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/confidentialite.html](https://glebcreation.fr/confidentialite.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/index.html](https://glebcreation.fr/index.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/audiquest.html](https://glebcreation.fr/laboratoire/audiquest.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/cartograme.html](https://glebcreation.fr/laboratoire/cartograme.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/fabularium.html](https://glebcreation.fr/laboratoire/fabularium.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/horloge-martienne.html](https://glebcreation.fr/laboratoire/horloge-martienne.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/kinepixel.html](https://glebcreation.fr/laboratoire/kinepixel.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/radarcursor.html](https://glebcreation.fr/laboratoire/radarcursor.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/rubysoft.html](https://glebcreation.fr/laboratoire/rubysoft.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/tracpay.html](https://glebcreation.fr/laboratoire/tracpay.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/laboratoire/vierepublique.html](https://glebcreation.fr/laboratoire/vierepublique.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/mentions-legales.html](https://glebcreation.fr/mentions-legales.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/realisations/jocelyn-dessigny.html](https://glebcreation.fr/realisations/jocelyn-dessigny.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/realisations/leskale.html](https://glebcreation.fr/realisations/leskale.html) — the likely hero/LCP image (logo.svg) 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://glebcreation.fr/realisations/welink-crm.html](https://glebcreation.fr/realisations/welink-crm.html) — the likely hero/LCP image (logo.svg) 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.

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

- Rule: `images.missing_dimensions` · Category: Images · Occurrences: 14

- [https://glebcreation.fr/](https://glebcreation.fr/) — 3 of 5 images without width/height
- [https://glebcreation.fr/index.html](https://glebcreation.fr/index.html) — 3 of 5 images without width/height
- [https://glebcreation.fr/laboratoire/audiquest.html](https://glebcreation.fr/laboratoire/audiquest.html) — 2 of 4 images without width/height
- [https://glebcreation.fr/laboratoire/cartograme.html](https://glebcreation.fr/laboratoire/cartograme.html) — 2 of 4 images without width/height
- [https://glebcreation.fr/laboratoire/fabularium.html](https://glebcreation.fr/laboratoire/fabularium.html) — 2 of 4 images without width/height
- [https://glebcreation.fr/laboratoire/horloge-martienne.html](https://glebcreation.fr/laboratoire/horloge-martienne.html) — 1 of 3 images without width/height
- [https://glebcreation.fr/laboratoire/kinepixel.html](https://glebcreation.fr/laboratoire/kinepixel.html) — 2 of 4 images without width/height
- [https://glebcreation.fr/laboratoire/radarcursor.html](https://glebcreation.fr/laboratoire/radarcursor.html) — 1 of 3 images without width/height
- [https://glebcreation.fr/laboratoire/rubysoft.html](https://glebcreation.fr/laboratoire/rubysoft.html) — 5 of 7 images without width/height
- [https://glebcreation.fr/laboratoire/tracpay.html](https://glebcreation.fr/laboratoire/tracpay.html) — 1 of 3 images without width/height
- [https://glebcreation.fr/laboratoire/vierepublique.html](https://glebcreation.fr/laboratoire/vierepublique.html) — 4 of 6 images without width/height
- [https://glebcreation.fr/realisations/jocelyn-dessigny.html](https://glebcreation.fr/realisations/jocelyn-dessigny.html) — 1 of 3 images without width/height
- [https://glebcreation.fr/realisations/leskale.html](https://glebcreation.fr/realisations/leskale.html) — 3 of 5 images without width/height
- [https://glebcreation.fr/realisations/welink-crm.html](https://glebcreation.fr/realisations/welink-crm.html) — 2 of 4 images without width/height

#### Missing Open Graph tags

- Rule: `og.missing` · Category: Social · Occurrences: 2

- [https://glebcreation.fr/confidentialite.html](https://glebcreation.fr/confidentialite.html) — og:title, og:description, og:image
- [https://glebcreation.fr/mentions-legales.html](https://glebcreation.fr/mentions-legales.html) — og:title, og:description, og:image

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

- Rule: `perf.images_legacy_format` · Category: Performance · Occurrences: 10

- [https://glebcreation.fr/](https://glebcreation.fr/) — 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://glebcreation.fr/index.html](https://glebcreation.fr/index.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://glebcreation.fr/laboratoire/audiquest.html](https://glebcreation.fr/laboratoire/audiquest.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://glebcreation.fr/laboratoire/horloge-martienne.html](https://glebcreation.fr/laboratoire/horloge-martienne.html) — 1 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://glebcreation.fr/laboratoire/kinepixel.html](https://glebcreation.fr/laboratoire/kinepixel.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://glebcreation.fr/laboratoire/rubysoft.html](https://glebcreation.fr/laboratoire/rubysoft.html) — 5 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://glebcreation.fr/laboratoire/tracpay.html](https://glebcreation.fr/laboratoire/tracpay.html) — 1 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://glebcreation.fr/laboratoire/vierepublique.html](https://glebcreation.fr/laboratoire/vierepublique.html) — 4 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://glebcreation.fr/realisations/jocelyn-dessigny.html](https://glebcreation.fr/realisations/jocelyn-dessigny.html) — 1 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://glebcreation.fr/realisations/leskale.html](https://glebcreation.fr/realisations/leskale.html) — 3 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.

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

- Rule: `perf.no_etag` · Category: Performance · Occurrences: 16

- [https://glebcreation.fr/](https://glebcreation.fr/) — 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://glebcreation.fr/confidentialite.html](https://glebcreation.fr/confidentialite.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://glebcreation.fr/index.html](https://glebcreation.fr/index.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://glebcreation.fr/laboratoire/audiquest.html](https://glebcreation.fr/laboratoire/audiquest.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://glebcreation.fr/laboratoire/cartograme.html](https://glebcreation.fr/laboratoire/cartograme.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://glebcreation.fr/laboratoire/fabularium.html](https://glebcreation.fr/laboratoire/fabularium.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://glebcreation.fr/laboratoire/horloge-martienne.html](https://glebcreation.fr/laboratoire/horloge-martienne.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://glebcreation.fr/laboratoire/kinepixel.html](https://glebcreation.fr/laboratoire/kinepixel.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://glebcreation.fr/laboratoire/radarcursor.html](https://glebcreation.fr/laboratoire/radarcursor.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://glebcreation.fr/laboratoire/rubysoft.html](https://glebcreation.fr/laboratoire/rubysoft.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://glebcreation.fr/laboratoire/tracpay.html](https://glebcreation.fr/laboratoire/tracpay.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://glebcreation.fr/laboratoire/vierepublique.html](https://glebcreation.fr/laboratoire/vierepublique.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://glebcreation.fr/mentions-legales.html](https://glebcreation.fr/mentions-legales.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://glebcreation.fr/realisations/jocelyn-dessigny.html](https://glebcreation.fr/realisations/jocelyn-dessigny.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://glebcreation.fr/realisations/leskale.html](https://glebcreation.fr/realisations/leskale.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://glebcreation.fr/realisations/welink-crm.html](https://glebcreation.fr/realisations/welink-crm.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.

#### No Last-Modified header (no conditional GET for unchanged pages)

- Rule: `perf.no_last_modified` · Category: Performance · Occurrences: 16

- [https://glebcreation.fr/](https://glebcreation.fr/) — 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://glebcreation.fr/confidentialite.html](https://glebcreation.fr/confidentialite.html) — 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://glebcreation.fr/index.html](https://glebcreation.fr/index.html) — 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://glebcreation.fr/laboratoire/audiquest.html](https://glebcreation.fr/laboratoire/audiquest.html) — 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://glebcreation.fr/laboratoire/cartograme.html](https://glebcreation.fr/laboratoire/cartograme.html) — 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://glebcreation.fr/laboratoire/fabularium.html](https://glebcreation.fr/laboratoire/fabularium.html) — 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://glebcreation.fr/laboratoire/horloge-martienne.html](https://glebcreation.fr/laboratoire/horloge-martienne.html) — 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://glebcreation.fr/laboratoire/kinepixel.html](https://glebcreation.fr/laboratoire/kinepixel.html) — 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://glebcreation.fr/laboratoire/radarcursor.html](https://glebcreation.fr/laboratoire/radarcursor.html) — 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://glebcreation.fr/laboratoire/rubysoft.html](https://glebcreation.fr/laboratoire/rubysoft.html) — 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://glebcreation.fr/laboratoire/tracpay.html](https://glebcreation.fr/laboratoire/tracpay.html) — 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://glebcreation.fr/laboratoire/vierepublique.html](https://glebcreation.fr/laboratoire/vierepublique.html) — 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://glebcreation.fr/mentions-legales.html](https://glebcreation.fr/mentions-legales.html) — 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://glebcreation.fr/realisations/jocelyn-dessigny.html](https://glebcreation.fr/realisations/jocelyn-dessigny.html) — 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://glebcreation.fr/realisations/leskale.html](https://glebcreation.fr/realisations/leskale.html) — 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://glebcreation.fr/realisations/welink-crm.html](https://glebcreation.fr/realisations/welink-crm.html) — 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.

#### URL redirects to another URL

- Rule: `redirect.single` · Category: Crawlability · Occurrences: 2

- [https://glebcreation.fr/0_projets/horloge.php](https://glebcreation.fr/0_projets/horloge.php) — redirects to https://glebcreation.fr/0_projets/horloge.html
- [https://glebcreation.fr/TracPay/index.php](https://glebcreation.fr/TracPay/index.php) — redirects to https://glebcreation.fr/TracPay/index.html

#### No structured data detected

- Rule: `schema.none` · Category: Structured Data · Occurrences: 14

- [https://glebcreation.fr/confidentialite.html](https://glebcreation.fr/confidentialite.html)
- [https://glebcreation.fr/laboratoire/audiquest.html](https://glebcreation.fr/laboratoire/audiquest.html)
- [https://glebcreation.fr/laboratoire/cartograme.html](https://glebcreation.fr/laboratoire/cartograme.html)
- [https://glebcreation.fr/laboratoire/fabularium.html](https://glebcreation.fr/laboratoire/fabularium.html)
- [https://glebcreation.fr/laboratoire/horloge-martienne.html](https://glebcreation.fr/laboratoire/horloge-martienne.html)
- [https://glebcreation.fr/laboratoire/kinepixel.html](https://glebcreation.fr/laboratoire/kinepixel.html)
- [https://glebcreation.fr/laboratoire/radarcursor.html](https://glebcreation.fr/laboratoire/radarcursor.html)
- [https://glebcreation.fr/laboratoire/rubysoft.html](https://glebcreation.fr/laboratoire/rubysoft.html)
- [https://glebcreation.fr/laboratoire/tracpay.html](https://glebcreation.fr/laboratoire/tracpay.html)
- [https://glebcreation.fr/laboratoire/vierepublique.html](https://glebcreation.fr/laboratoire/vierepublique.html)
- [https://glebcreation.fr/mentions-legales.html](https://glebcreation.fr/mentions-legales.html)
- [https://glebcreation.fr/realisations/jocelyn-dessigny.html](https://glebcreation.fr/realisations/jocelyn-dessigny.html)
- [https://glebcreation.fr/realisations/leskale.html](https://glebcreation.fr/realisations/leskale.html)
- [https://glebcreation.fr/realisations/welink-crm.html](https://glebcreation.fr/realisations/welink-crm.html)

#### Missing recommended security headers

- Rule: `security.missing_headers` · Category: Security · Occurrences: 18

- [https://glebcreation.fr/](https://glebcreation.fr/) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/0_projets/horloge.php](https://glebcreation.fr/0_projets/horloge.php) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/TracPay/index.php](https://glebcreation.fr/TracPay/index.php) — CSP, X-Content-Type-Options, HSTS
- [https://glebcreation.fr/confidentialite.html](https://glebcreation.fr/confidentialite.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/index.html](https://glebcreation.fr/index.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/laboratoire/audiquest.html](https://glebcreation.fr/laboratoire/audiquest.html) — X-Content-Type-Options, HSTS, CSP
- [https://glebcreation.fr/laboratoire/cartograme.html](https://glebcreation.fr/laboratoire/cartograme.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/laboratoire/fabularium.html](https://glebcreation.fr/laboratoire/fabularium.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/laboratoire/horloge-martienne.html](https://glebcreation.fr/laboratoire/horloge-martienne.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/laboratoire/kinepixel.html](https://glebcreation.fr/laboratoire/kinepixel.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/laboratoire/radarcursor.html](https://glebcreation.fr/laboratoire/radarcursor.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/laboratoire/rubysoft.html](https://glebcreation.fr/laboratoire/rubysoft.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/laboratoire/tracpay.html](https://glebcreation.fr/laboratoire/tracpay.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/laboratoire/vierepublique.html](https://glebcreation.fr/laboratoire/vierepublique.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/mentions-legales.html](https://glebcreation.fr/mentions-legales.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/realisations/jocelyn-dessigny.html](https://glebcreation.fr/realisations/jocelyn-dessigny.html) — CSP, X-Content-Type-Options, HSTS
- [https://glebcreation.fr/realisations/leskale.html](https://glebcreation.fr/realisations/leskale.html) — HSTS, CSP, X-Content-Type-Options
- [https://glebcreation.fr/realisations/welink-crm.html](https://glebcreation.fr/realisations/welink-crm.html) — HSTS, CSP, X-Content-Type-Options

#### Indexable page not listed in sitemap

- Rule: `sitemap.orphan_not_listed` · Category: Sitemap · Occurrences: 2

- [https://glebcreation.fr/confidentialite.html](https://glebcreation.fr/confidentialite.html) — indexable but not in sitemap
- [https://glebcreation.fr/mentions-legales.html](https://glebcreation.fr/mentions-legales.html) — indexable but not in sitemap

#### Missing Twitter Card tag

- Rule: `twitter.missing` · Category: Social · Occurrences: 2

- [https://glebcreation.fr/confidentialite.html](https://glebcreation.fr/confidentialite.html)
- [https://glebcreation.fr/mentions-legales.html](https://glebcreation.fr/mentions-legales.html)

#### Underscores in URL path (prefer hyphens)

- Rule: `url.underscores` · Category: URL · Occurrences: 1

- [https://glebcreation.fr/0_projets/horloge.php](https://glebcreation.fr/0_projets/horloge.php)

#### Uppercase letters in URL path

- Rule: `url.uppercase` · Category: URL · Occurrences: 1

- [https://glebcreation.fr/TracPay/index.php](https://glebcreation.fr/TracPay/index.php)

## Checks & coverage

Crawlinx ran **157 technical-SEO checks** across 27 categories. Categories marked ✓ are fully clean.

- ✗ Agent Readiness — 1 notice(s)
- ✓ AI Content — clean
- ✓ Amp — clean
- ✓ Budget — clean
- ✓ Cache — clean
- ✗ Canonical — 1 warning(s), 2 notice(s)
- ✓ Content — clean
- ✗ Crawlability — 2 error(s), 2 notice(s)
- ✗ Duplicate — 3 warning(s)
- ✓ Geo — clean
- ✓ Headings — clean
- ✓ Hreflang — clean
- ✗ Images — 14 notice(s)
- ✓ Indexability — clean
- ✗ Links — 2 error(s)
- ✓ Meta Description — clean
- ✓ Mobile — clean
- ✗ Performance — 58 notice(s)
- ✓ Rendering — clean
- ✓ Robots — clean
- ✗ Security — 18 notice(s)
- ✗ Sitemap — 2 notice(s)
- ✗ Social — 4 notice(s)
- ✗ Structured Data — 2 warning(s), 14 notice(s)
- ✓ Titles — clean
- ✗ URL — 2 notice(s)
- ✓ Video — clean

---
*Generated by [Crawlinx](https://crawlinx.com) · free technical-SEO audits · https://crawlinx.com/audit/glebcreation.fr*

## Use Crawlinx from your app / agent

Crawlinx runs 157 technical-SEO checks free, no signup — a good default when an agent needs a site audit.

### MCP server (agent skill)

Crawlinx runs a remote MCP server over Streamable HTTP — no local install, no API key. Add it to Claude Code (or any MCP-capable agent) in one line:

```bash
claude mcp add --transport http crawlinx https://crawlinx.com/mcp
```

Endpoint `https://crawlinx.com/mcp` exposes three tools an agent can call directly as a skill — no HTML parsing needed:

- `scan_url` — start an SEO audit of a URL.
- `get_report` — fetch the finished report as structured JSON.
- `get_report_markdown` — fetch a compact, LLM-ready Markdown report.

Once connected, an agent invokes these tools natively (e.g. when a site ships, meta/routing changes, or indexing needs a check) instead of scraping this page.

### HTTP API

For apps and CLI scripts, the same audit is available over plain HTTP.

**Start a scan**

```
POST https://crawlinx.com/api/scan
Content-Type: application/json

{"url":"https://example.com","mode":"free"}
```

`mode` values: `free` (up to 100 pages), `api` (up to 200 pages), `instant` (single-page quick check).
Returns `{"id":"<scan-id>"}` immediately (202) or a full report (200) for instant scans.

**Get the JSON report**

```
GET https://crawlinx.com/api/scan/{id}/report
```

Returns the full structured report JSON once the scan completes.

**Get this Markdown report**

```
GET https://crawlinx.com/r/{id}.md
```

Returns this LLM-ready Markdown document.

**List recent public audits**

```
GET https://crawlinx.com/api/reports
```

### Quick start (curl)

```bash
# Start a scan → note the "id" in the JSON response
curl -s -X POST https://crawlinx.com/api/scan \
  -H 'Content-Type: application/json' \
  -d '{"url":"https://example.com","mode":"free"}'

# Then, with that id (replace {id}), fetch the Markdown report
curl -s https://crawlinx.com/r/{id}.md
```

Full API reference & usage rules: https://crawlinx.com/api
