Skip to content
https://www.caf.fr

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
84
GRADE
B
FIX
1
REVIEW
4
PASS
4
INFO
0
Probed from Madrid, Spain
200 OK
Checks
9
4 PASS 4 REVIEW 1 FIX
D
CDN & Delivery
Action
No CDN detected
FIX
No CDN detected
Warning::
No CDN detected
A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.
No CDN detected

Consider using a CDN to improve global delivery speed and reduce origin load.

B
DNS Records
1 A records, 28 ms lookup
REVIEW
1 A records, 28 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 66.22.41.120
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
No IPv6 (AAAA) records
Warning::
CNAME record at zone apex
A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.
Got: b5e0b9261f3742f4b27828b78caa7077.v1.radwarecloud.net
Info::
No NS records found
Info::
No MX records — email not configured via DNS
Info::
CAA records not checked
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Info::
No SPF record found in TXT records
SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
Info::
DNS resolution time: 28 ms
Got: 28 ms
A66.22.41.120
AAAA
CNAMEb5e0b9261f3742f4b27828b78caa7077.v1.radwarecloud.net
NS
MX
TXT
CAALookup not available with standard resolver
Resolved in 28 ms

Multiple A records provide failover if one server goes down.

Why this matters

Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.

Learn more

Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.

Source: SRE practice / DNS architecture

A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.

Why this matters

CNAME at the apex (example.com) breaks every other apex record (MX, TXT, NS) — DNS-protocol violation per RFC 1034.

Learn more

RFC 1034 forbids CNAME alongside other records at the same name. Some DNS providers offer ALIAS / ANAME / flattened-CNAME records that work around this — use those instead. Otherwise apex-level CNAME breaks email (no MX), domain ownership verification (no TXT), and more.

Source: RFC 1034

CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.

Why this matters

Informational: CAA (Certification Authority Authorization) records weren't checked in this scan.

SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.

Why this matters

Without SPF, receiving servers can't validate sending IPs — your domain is easier to spoof in phishing.

Learn more

SPF complements DMARC. Both should be published. SPF records list authorized sending IPs (e.g., `v=spf1 include:_spf.google.com ~all` for Google Workspace). After publishing, verify in Google Postmaster Tools or mxtoolbox.

Source: RFC 7208 (SPF)

C
IPv6 Readiness
Action
No IPv6 support
REVIEW
No IPv6 support
Info::
No IPv6 (AAAA) records found
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No IPv6 Support
About 40% of internet users have IPv6. Consider adding AAAA records.

IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

Why this matters

No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.

Source: Google IPv6 stats

B
Crawlability
robots.txt present, no sitemap
REVIEW
robots.txt present, no sitemap
Info::
robots.txt is present
Got: 6592 bytes
Info::
No sitemap.xml found
A sitemap helps search engines discover and index your pages more efficiently.
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

A sitemap helps search engines discover and index your pages more efficiently.

Why this matters

No sitemap.xml — Google relies on crawl-graph discovery alone, slowing indexing of deep or fresh URLs.

Learn more

A sitemap accelerates Google's discovery of new and updated content. Most CMSes auto-generate one; static-site frameworks need a build-step plugin. Reference it from robots.txt and submit in Search Console to confirm Google can fetch it.

Source: sitemaps.org / Google Search Central

Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Why this matters

robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.

Source: sitemaps.org

robots.txt 200 OK
Size 6592 B Sitemaps referenced 0 User-agents * Blocking No — crawling allowed
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save bandwidth and server resources.
#
# This file will be ignored unless it is at the root of your host:
# Used:    http://example.com/robots.txt
# Ignored: http://example.com/site/robots.txt
#
# For more information about the robots.txt standard, see:
# http://www.robotstxt.org/robotstxt.html

User-agent: *
# CSS, JS, Images
Allow: /core/*.css$
Allow: /core/*.css?
Allow: /core/*.js$
Allow: /core/*.js?
Allow: /core/*.gif
Allow: /core/*.jpg
Allow: /core/*.jpeg
Allow: /core/*.png
Allow: /core/*.svg
Allow: /profiles/*.css$
Allow: /profiles/*.css?
Allow: /profiles/*.js$
Allow: /profiles/*.js?
Allow: /profiles/*.gif
Allow: /profiles/*.jpg
Allow: /profiles/*.jpeg
Allow: /profiles/*.png
Allow: /profiles/*.svg
# Directories
Disallow: /core/
Disallow: /profiles/
# Files
Disallow: /README.md
Disallow: /composer/Metapackage/README.txt
Disallow: /composer/Plugin/ProjectMessage/README.md
Disallow: /composer/Plugin/Scaffold/README.md
Disallow: /composer/Plugin/VendorHardening/README.txt
Disallow: /composer/Template/README.txt
Disallow: /modules/README.txt
Disallow: /sites/README.txt
Disallow: /themes/README.txt
Disallow: /web.config
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/
Disallow: /filter/tips
Disallow: /node/add/
Disallow: /search/
Disallow: /user/register
Disallow: /user/password
Disallow: /user/login
Disallow: /user/logout
Disallow: /media/oembed
Disallow: /*/media/oembed
# Paths (no clean URLs)
Disallow: /index.php/admin/
Disallow: /index.php/comment/reply/
Disallow: /index.php/filter/tips
Disallow: /index.php/node/add/
Disallow: /index.php/search/
Disallow: /index.php/user/password
Disallow: /index.php/user/register
Disallow: /index.php/user/login
Disallow: /index.php/user/logout
Disallow: /index.php/media/oembed
Disallow: /index.php/*/media/oembed

# Règles spécifiques Caf.fr
Disallow: /allocataires/caf-de-la-vendee/offre-de-service/accident-de-vie/je-dois-rembourser-une-dette-la-caf
Disallow: /allocataires/caf-de-la-mayenne/offre-de-service/thematique-libre/contacter-un-conseiller-de-la-caf-de-la-mayenne
Disallow: /allocataires/caf-du-var/offre-de-service/logement/je-suis-etudiant/les-rendez-vous-caf-ne-pas-manquer
Disallow: /allocataires/caf-du-var/offre-de-service/vie-professionnelle/je-suis-travailleur-non-salarie
Disallow: /allocataires/caf-de-tarn-et-garonne/actualites-departementales/la-caf-vous-accueille-sur-rendez-vous-0
Disallow: /allocataires/caf-de-tarn-et-garonne/actualites-departementales/vous-rencontrez-des-difficultes-avec-l-ecrit-ou-pour-remplir-un-formulaire
Disallow: /allocataires/caf-de-tarn-et-garonne/actualites-departementales/plus-besoin-de-vous-deplacer-pour-contacter-la-caf
Disallow: /allocataires/caf-de-tarn-et-garonne/actualites-departementales/caf-mode-d-emploi 
Disallow: /allocataires/caf-de-tarn-et-garonne/actualites-departementales/la-caf-vous-accueille-sur-rendez-vous
Disallow: /allocataires/caf-de-tarn-et-garonne/offre-de-service/vie-personnelle/faciliter-vos-demarches-et-vous-informer-sur-vos-droits-et-vos-obligations-vis-vis-de-la-caf/privilegiez-les-demarches-en-ligne
Disallow: /allocataires/caf-de-tarn-et-garonne/offre-de-service/vie-personnelle/faciliter-vos-demarches-et-vous-informer-sur-vos-droits-et-vos-obligations-vis-vis-de-la-caf
Disallow: /allocataires/caf-de-tarn-et-garonne/offre-de-service/vie-personnelle/faciliter-vos-demarches-et-vous-informer-sur-vos-droits-et-vos-obligations-vis-vis-de-la-caf/ne-vous-deplacez-plus-visiordv-c-est-l-expertise-d-un-conseiller-caf-domicile
Disallow: /allocataires/caf-de-l-aube/actualites-departementales/nouveau-les-rendez-vous-la-caf-de-l-aube-peuvent-se-faire-en-visio
Disallow: /allocataires/caf-de-la-haute-vienne/offre-de-service/thematique-libre/contacter-ma-caf
Disallow: /allocataires/caf-du-nord/offre-de-service/thematique-libre/je-souhaite-prendre-un-rendez-vous-avec-la-caf-du-nord
Disallow: /allocataires/caf-de-la-haute-vienne/offre-de-service/thematique-libre/contacter-ma-caf
Disallow: /allocataires/caf-de-la-cote-d-or/offre-de-service/thematique-libre/rendez-vous
Disallow: /allocataires/caf-de-la-cote-d-or/offre-de-service/thematique-libre/formulaire
Disallow: /allocataires/caf-de-la-manche/actualites-departementales/nouveau-le-visio-rendez-vous
Disallow: /allocataires/caf-de-la-manche/actualites-departementales/votre-enfant-sera-bientot-etudiant-ou-apprenti-et-prendra-un-logement
Disallow: /allocataires/caf-de-la-manche/offre-de-service/vie-personnelle/je-me-separeje-vis-seule-avec-unplusieurs-enfants/l-accompagnement-social-et-les-aides-financieres/l-accompagnement-social
Disallow: /allocataires/caf-de-la-manche/offre-de-service/vie-personnelle/j-ai-perdu-un-proche/l-accompagnement-social-et-les-aides-financieres/l-accompagnement-social
Disallow: /allocataires/caf-de-la-manche/offre-de-service/logement/je-ne-peux-plus-payer-mon-loyer/l-unite-logement-et-cadre-de-viel-accompagnement-socialles-aides-financieres/l-accompagnement-social-aux-familles-avec-enfants-charge
Disallow: /allocataires/caf-de-la-manche/offre-de-service/accident-de-vie/je-me-separeje-vis-seule-avec-unplusieurs-enfants/l-accompagnement-social-et-les-aides-financieres/l-accompagnement-social
Disallow: /allocataires/caf-de-la-manche/offre-de-service/accident-de-vie/j-ai-perdu-un-proche/l-accompagnement-social-et-les-aides-financieres/l-accompagnement-social
Disallow: /allocataires/caf-de-la-somme/offre-de-service/thematique-libre/rembourser-la-caf
Disallow: /allocataires/caf-du-gard/offre-de-service/thematique-libre/nous-contacter
Disallow: /allocataires/caf-de-l-aude/actualites-departementales/besoin-d-aide-pour-vos-demarches-sur-caffr-avec-visioconnect-plus-besoin-de-vous-deplacer
Disallow: /allocataires/caf-de-seine-et-marne/offre-de-service/accident-de-vie/deces-d-un-proche/l-allocation-versee-en-cas-de-deces-d-enfant
Disallow: /allocataires/caf-de-la-guyane/offre-de-service/solidarite-et-insertion/solidarite-et-insertion
Disallow: /allocataires/caf-de-la-guyane/actualites-departementales/accueil-sur-rendez-vous-exclusif
Disallow: /allocataires/caf-de-maine-et-loire/offre-de-service/thematique-libre/je-souhaite-prendre-rendez-vous-avec-un-travailleur-social
Disallow: /sites/default/files/medias/501/BLOC%20CONTACTS.pdf
Disallow: /allocataires/caf-d-ille-et-vilaine/offre-de-service/accident-de-vie/la-mediation-administrative
Disallow: /partenaires/tuteurs-moraux

sitemap.xml No sitemap found

No sitemap found

Adding a sitemap helps search engines discover your pages.

B
TLS Certificate Expiry & Recommendations
37 days until leaf cert expires — 3 issues to address
REVIEW

Certificate validity

37
days left
0d 30d 60d 90d+

Recommended actions

  • Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
  • Enable DNSSEC on your domain for DNS spoofing protection
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
A
Redirect Chain
1 redirect(s), 413 ms total
PASS
1 redirect(s), 413 ms total
Info::
Single redirect
Got: https://www.caf.fr → https://validate.perfdrive.com/268e6b2c898b10722b1602b1314611d6/?ssa=fa984796-507c-4973-aa53-071c54ae3573&ssb=55797351528&ssc=https%3A%2F%2Fwww.caf.fr%2F&ssi=6298a343-cpt7-4c1b-84c9-57542d387983&ssk=botmanager_support@radware.com&ssm=81910597163021502108936812966463&ssn=b2a8be0337f019ccd1444038bfd8210291236b8f6b62-5a0b-44c0-800e38&sso=7a97b115-2cf6e042aad8fff6cd39c476566032df31da6aa19af4962e&ssp=63947928891775567578177557522189548&ssq=16186389439673158020294396007495206321476&ssr=MTQxLjIyNy4xODguMTIw&sst=Mozilla/5.0 (compatible; BeaverCheck/1.0; +https://beavercheck.com)&ssu=&ssv=&ssw=&ssx=eyJ1em14IjoiN2Y5MDAwZWFhMWI5MjItY2MxMi00MzcxLTllZDUtODM2ODUwODA1YjNkMS0xNzc1NTk0Mzk2MTY5MC04M2YzNTdjMDhhNWE3ZDMwMTAiLCJyZCI6ImNhZi5mciIsIl9fdXptZiI6IjdmOTAwMDZiOGY2YjYyLTVhMGItNDRjMC04MTE1LTJjZjZlMDQyYWFkODEtMTc3NTU5NDM5NjE2OTAtMDAzMjhlZjZlOGE0NGZhMTA3NzEwIn0= (302)
Info::
WWW normalization redirect
Info::
Uses 302 (temporary) redirect
If permanent, use 301 instead.
Got: https://www.caf.fr
Info::
Cross-domain redirect detected

https://www.caf.fr

78 ms · HTTP/1.1

302

https://validate.perfdrive.com/268e6b2c8...

334 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://www.caf.fr30278 msHTTP/1.1rdwr
2https://validate.perfdrive.com/268e6b2c8...400334 msHTTP/1.1rdwr

See the visual redirect chain in the HTTP Probe tab →

If permanent, use 301 instead.

Why this matters

302 (Found) is for genuinely temporary redirects — if this redirect is permanent, switch to 301 to preserve SEO equity.

Learn more

Search engines treat 302 as temporary, keeping the original URL indexed and not transferring full link equity to the destination. Use 301 (Moved Permanently) for permanent redirects (HTTP→HTTPS, www-vs-non-www, URL restructures).

Source: Google Search Central

A+
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
PASS
www/non-www, trailing slash, HTTP→HTTPS
Info::
www/non-www redirect configured correctly (preferred: www)
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

200https://www.caf.fr/
302https://caf.fr/

Preferred variant: www

HTTP → HTTPS

301http://www.caf.fr/ https://www.caf.fr:443/

Consistent

A+
Domain Intelligence
caf.fr — via NAMEBAY, 28 years, 5 months old
PASS
caf.fr — via NAMEBAY, 28 years, 5 months old
Info::
Domain registered until Feb 22, 2027 (10 months remaining)
Info::
Registrar: NAMEBAY
Domain expiry

225 days

February 22, 2027

SSL certificate

37 days

Issued by Sectigo Limited

Domain age

28 years, 5 months

Registered April 2, 1998

DNSSEC

Status unknown

Protects against DNS spoofing

Hosting

Unknown

ASN AS48851 198949

66.22.41.120

Registrar

NAMEBAY

Lock status unknown 2 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Registrar NAMEBAY
Created April 2, 1998 (28 years, 5 months ago)
Expires February 22, 2027 (10 months)
Last Updated February 11, 2026
Name Servers ns.caf.fr, ns1.caf.fr
Registrant CAISSE NATIONALE DES ALLOCATIONS FAMILIALES
Hosting
IP Address 66.22.41.120
ASN AS48851 198949 ()
Data source: rdap (0.4s)
A+
HTTP Probe Timing
Total 309 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
52 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
21 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
25 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
308 ms
Total Time Total request time from DNS lookup through full response.
309 ms

Connection waterfall

DNS Lookup 52 ms TCP Connect 21 ms TLS Handshake 25 ms Server Processing 211 ms Content Transfer 1 ms
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback