Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DCDN & DeliveryActionNo CDN detectedFIX
Consider using a CDN to improve global delivery speed and reduce origin load.
BDNS Records1 A records, 28 ms lookupREVIEW
| A | 66.22.41.120 |
| AAAA | — |
| CNAME | b5e0b9261f3742f4b27828b78caa7077.v1.radwarecloud.net |
| NS | — |
| MX | — |
| TXT | — |
| CAA | Lookup not available with standard resolver |
Multiple A records provide failover if one server goes down.
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.
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.
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'.
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)
CIPv6 ReadinessActionNo IPv6 supportREVIEW
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.
Source: Google IPv6 stats
BCrawlabilityrobots.txt present, no sitemapREVIEW
A sitemap helps search engines discover and index your pages more efficiently.
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.
robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.
Source: sitemaps.org
#
# 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
No sitemap found
Adding a sitemap helps search engines discover your pages.
BTLS Certificate Expiry & Recommendations37 days until leaf cert expires — 3 issues to addressREVIEW
Certificate validity
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
ARedirect Chain1 redirect(s), 413 ms totalPASS
https://www.caf.fr
78 ms · HTTP/1.1
https://validate.perfdrive.com/268e6b2c8...
334 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://www.caf.fr | 302 | 78 ms | HTTP/1.1 | rdwr |
| 2 | https://validate.perfdrive.com/268e6b2c8... | 400 | 334 ms | HTTP/1.1 | rdwr |
See the visual redirect chain in the HTTP Probe tab →
If permanent, use 301 instead.
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 Variantswww/non-www, trailing slash, HTTP→HTTPSPASS
www / non-www
Preferred variant: www
HTTP → HTTPS
Consistent
A+Domain Intelligencecaf.fr — via NAMEBAY, 28 years, 5 months oldPASS
225 days
February 22, 2027
37 days
Issued by Sectigo Limited
28 years, 5 months
Registered April 2, 1998
Status unknown
Protects against DNS spoofing
Unknown
ASN AS48851 198949
66.22.41.120
NAMEBAY