SEO audit for emmanuelratel.fr
Emmanuel Ratel — Coach de dirigeants | Performer avec conscience
Health 65/100 (fair) · 8 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)Coach de dirigeants et entrepreneurs. 25 ans d'expérience terrain, du succès au burn-out à la renaissance. Coaching, mentoring, groupes de pairs et séminaires. Normandie & France.
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Security | 74 | 0 | 7 | 7 |
| Duplicate | 89 | 0 | 3 | 0 |
| Budget | 96 | 0 | 1 | 0 |
| Canonical | 96 | 0 | 1 | 2 |
| Performance | 96 | 0 | 1 | 19 |
| Agent Readiness | 100 | 0 | 0 | 8 |
| Crawlability | 100 | 0 | 0 | 1 |
| Images | 100 | 0 | 0 | 4 |
| Meta Description | 100 | 0 | 0 | 3 |
| Structured Data | 100 | 0 | 0 | 5 |
Warnings (5 rules)
warning robots.txt-disallowed URL receives internal links (crawl-budget leak)
Rule budget.disallow_linked · Budget · 1 occurrence(s)
- https://www.emmanuelratel.fr/mentions-legales.html — internal links point to https://www.emmanuelratel.fr/mentions-legales.html, 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://www.emmanuelratel.fr/, https://www.emmanuelratel.fr/histoire.html, https://www.emmanuelratel.fr/avec-moi.html.
warning Interior page canonicalizes to the homepage
Rule canonical.points_to_homepage · Canonical · 1 occurrence(s)
- https://www.emmanuelratel.fr/index.html — this interior page canonicalizes to the homepage (https://www.emmanuelratel.fr/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.
warning Homepage duplicated across protocol/host variants (no redirect)
Rule duplicate.protocol_host · Duplicate · 3 occurrence(s)
- https://www.emmanuelratel.fr/ — http://emmanuelratel.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://www.emmanuelratel.fr/ — http://www.emmanuelratel.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://www.emmanuelratel.fr/ — https://emmanuelratel.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.
warning Content-Type header doesn't match the actual content
Rule headers.content_type_mismatch · Security · 7 occurrence(s)
- https://www.emmanuelratel.fr/ — 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://www.emmanuelratel.fr/avec-moi.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://www.emmanuelratel.fr/avec-vos-equipes.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://www.emmanuelratel.fr/egypte.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://www.emmanuelratel.fr/entre-pairs.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://www.emmanuelratel.fr/histoire.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://www.emmanuelratel.fr/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".
warning Hero/LCP image is lazy-loaded (loading=lazy delays LCP)
Rule images.no_lazy_lcp_candidate · Performance · 1 occurrence(s)
- https://www.emmanuelratel.fr/avec-vos-equipes.html — the likely hero/LCP image (seminaire.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.
Notices (13 rules)
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://www.emmanuelratel.fr/ — 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 · 7 occurrence(s)
- https://www.emmanuelratel.fr/ — add a <main> element (or role=main) around the primary content
- https://www.emmanuelratel.fr/avec-moi.html — add a <main> element (or role=main) around the primary content
- https://www.emmanuelratel.fr/avec-vos-equipes.html — add a <main> element (or role=main) around the primary content
- https://www.emmanuelratel.fr/egypte.html — add a <main> element (or role=main) around the primary content
- https://www.emmanuelratel.fr/entre-pairs.html — add a <main> element (or role=main) around the primary content
- https://www.emmanuelratel.fr/histoire.html — add a <main> element (or role=main) around the primary content
- https://www.emmanuelratel.fr/index.html — add a <main> element (or role=main) around the primary content
notice Canonical target reachable only via a canonical tag (no inlinks)
Rule canonical.isolated_url · Canonical · 1 occurrence(s)
- https://www.emmanuelratel.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).
notice Canonical points to a different URL
Rule canonical.non_self · Canonical · 1 occurrence(s)
- https://www.emmanuelratel.fr/index.html — canonical=https://www.emmanuelratel.fr/
notice Likely hero image lacks fetchpriority=high
Rule images.hero_no_fetchpriority · Performance · 3 occurrence(s)
- https://www.emmanuelratel.fr/ — the likely hero/LCP image (emmanuel.webp) 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://www.emmanuelratel.fr/egypte.html — the likely hero/LCP image (valerie.webp) 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://www.emmanuelratel.fr/index.html — the likely hero/LCP image (emmanuel.webp) 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 · 4 occurrence(s)
- https://www.emmanuelratel.fr/ — 6 of 6 images without width/height
- https://www.emmanuelratel.fr/avec-vos-equipes.html — 1 of 1 images without width/height
- https://www.emmanuelratel.fr/egypte.html — 3 of 3 images without width/height
- https://www.emmanuelratel.fr/index.html — 6 of 6 images without width/height
notice Meta description too long
Rule meta_desc.too_long · Meta Description · 3 occurrence(s)
- https://www.emmanuelratel.fr/ — 179 chars
- https://www.emmanuelratel.fr/avec-moi.html — 161 chars
- https://www.emmanuelratel.fr/index.html — 179 chars
notice Legacy image format (jpg/png/gif) with no next-gen fallback
Rule perf.images_legacy_format · Performance · 2 occurrence(s)
- https://www.emmanuelratel.fr/ — 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.
- https://www.emmanuelratel.fr/index.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.
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 7 occurrence(s)
- https://www.emmanuelratel.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://www.emmanuelratel.fr/avec-moi.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://www.emmanuelratel.fr/avec-vos-equipes.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://www.emmanuelratel.fr/egypte.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://www.emmanuelratel.fr/entre-pairs.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://www.emmanuelratel.fr/histoire.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://www.emmanuelratel.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.
notice No Last-Modified header (no conditional GET for unchanged pages)
Rule perf.no_last_modified · Performance · 7 occurrence(s)
- https://www.emmanuelratel.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://www.emmanuelratel.fr/avec-moi.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://www.emmanuelratel.fr/avec-vos-equipes.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://www.emmanuelratel.fr/egypte.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://www.emmanuelratel.fr/entre-pairs.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://www.emmanuelratel.fr/histoire.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://www.emmanuelratel.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.
notice Blocked by robots.txt
Rule robots.blocked · Crawlability · 1 occurrence(s)
- https://www.emmanuelratel.fr/mentions-legales.html — 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 · 7 occurrence(s)
- https://www.emmanuelratel.fr/ — HSTS, CSP, X-Content-Type-Options
- https://www.emmanuelratel.fr/avec-moi.html — HSTS, CSP, X-Content-Type-Options
- https://www.emmanuelratel.fr/avec-vos-equipes.html — HSTS, CSP, X-Content-Type-Options
- https://www.emmanuelratel.fr/egypte.html — HSTS, CSP, X-Content-Type-Options
- https://www.emmanuelratel.fr/entre-pairs.html — CSP, X-Content-Type-Options, HSTS
- https://www.emmanuelratel.fr/histoire.html — X-Content-Type-Options, HSTS, CSP
- https://www.emmanuelratel.fr/index.html — CSP, X-Content-Type-Options, HSTS
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://www.emmanuelratel.fr/avec-moi.html Coaching & Mentoring de dirigeants — Emmanuel Ratel |
200 | yes | 576 | 7 |
| https://www.emmanuelratel.fr/avec-vos-equipes.html Séminaires d'entreprise & CODIR — Emmanuel Ratel |
200 | yes | 453 | 7 |
| https://www.emmanuelratel.fr/egypte.html Voyage initiatique en Égypte pour dirigeants — Emmanuel Ratel |
200 | yes | 890 | 7 |
| https://www.emmanuelratel.fr/entre-pairs.html Groupes de dirigeants entre pairs — Emmanuel Ratel |
200 | yes | 451 | 7 |
| https://www.emmanuelratel.fr/histoire.html Mon histoire — Emmanuel Ratel | Du burn-out à l'éveil |
200 | yes | 706 | 7 |
| https://www.emmanuelratel.fr/index.html Emmanuel Ratel — Coach de dirigeants | Performer avec conscience |
200 | yes | 841 | 7 |
| https://www.emmanuelratel.fr/ Emmanuel Ratel — Coach de dirigeants | Performer avec conscience |
200 | yes | 841 | 0 |
| https://www.emmanuelratel.fr/mentions-legales.html | 0 | no | 0 | 7 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.