Skip to content
https://www.canada.ca

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
83
GRADE
B
FIX
2
REVIEW
3
PASS
4
INFO
0
Probed from Santa Clara, United Stated
200 OK
Checks
9
4 PASS 3 REVIEW 2 FIX
F
IPv6 Readiness
Action
IPv6 records exist but unreachable
FIX
IPv6 records exist but unreachable
Warning::
IPv6 DNS records exist but server is not reachable
Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
Got: 2600:1406:2e00:787::fe9, 2600:1406:2e00:7a8::fe9
Info::
IPv6 connection error
Got: dial tcp6 [2600:1406:2e00:787::fe9]:443: connect: network is unreachable
IPv6 Misconfigured
AAAA Records 2600:1406:2e00:787::fe9, 2600:1406:2e00:7a8::fe9 Connection UNREACHABLE

Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.

Why this matters

Advertising IPv6 (AAAA records) without a reachable server means IPv6-preferring clients silently fail every connection.

Learn more

Modern browsers prefer IPv6 if AAAA exists (Happy Eyeballs algorithm). If the IPv6 server isn't reachable, browsers fall back to IPv4 — but with seconds of added latency per request. Either fix IPv6 reachability or remove the AAAA records.

Source: RFC 8305 (Happy Eyeballs)

F
HTTP Probe Timing
Action
Total 3029 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
FIX
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
7 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
3 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
8 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
3.03 s
Total Time Total request time from DNS lookup through full response.
3.03 s

Connection waterfall

DNS Lookup 7 ms TCP Connect 3 ms TLS Handshake 8 ms Server Processing 3.01 s Content Transfer 0 ms
B
DNS Records
1 A records, 23 ms lookup
REVIEW
1 A records, 23 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 23.203.208.227
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
Has 2 IPv6 (AAAA) record(s)
Got: 2600:1406:2e00:787::fe9, 2600:1406:2e00:7a8::fe9
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: e4073.dscb.akamaiedge.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: 23 ms
Got: 23 ms
A23.203.208.227
AAAA2600:1406:2e00:787::fe9, 2600:1406:2e00:7a8::fe9
CNAMEe4073.dscb.akamaiedge.net
NS
MX
TXT
CAALookup not available with standard resolver
Resolved in 23 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)

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

Certificate validity

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

Recommended actions

  • Add includeSubDomains to the HSTS directive
  • Add the preload directive and submit to hstspreload.org once max-age + includeSubDomains are in place
  • 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
B
CDN & Delivery
Akamai
REVIEW
Akamai
Info::
Site is served via Akamai CDN
Got: x-akamai-transformed: 9 - 0 pmb=mRUM,1
CDN Detected: Akamai
Provider Akamai Evidence x-akamai-transformed: 9 - 0 pmb=mRUM,1
A+
Redirect Chain
No redirects — direct access
PASS
No redirects — direct access
Info::
No redirects — direct access
Got: https://www.canada.ca

https://www.canada.ca

3023 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://www.canada.ca2003023 msHTTP/1.1Apache
A+
Crawlability
robots.txt present, sitemap with 292 URLs
PASS
robots.txt present, sitemap with 292 URLs
Info::
robots.txt is present
Got: 2730 bytes
Info::
sitemap.xml is present
Info::
sitemap.xml is valid XML
Info::
sitemap.xml contains 292 entries
Info::
Sitemap index with 292 child sitemaps
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

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 2730 B Sitemaps referenced 0 User-agents * Blocking No — crawling allowed
#Government of Canada / Gouvernement du Canada
#Block AEM folders for CRA
User-agent: *
Disallow: /content/dam/cra-arc/formspubs/
Disallow: /en/revenue-agency/web-services-test/
Disallow: /fr/agence-revenu/test-web-services/
Disallow: /content/dam/cra-arc/itavp
Disallow: /content/dam/cra-arc/serv-info/tax/itavp
Disallow: /content/dam/cra-arc/serv-info/tax/cvitp
#Search pages do not need to be crawled
Disallow: /en/sr/srb.html
Disallow: /fr/sr/srb.html
Disallow: /en/sr/srb/sra.html
Disallow: /fr/sr/srb/sra.html
Disallow: /en/*/search.html
Disallow: /en/*/search/advanced-search.html
Disallow: /fr/*/rechercher.html
Disallow: /fr/*/rechercher/recherche-avancee.html
Disallow: /en/*/menu/header.html
Disallow: /fr/*/menu/header.html
Disallow: /en/*/menu/footer.html
Disallow: /fr/*/menu/footer.html
Disallow: /en/*/menu.html
Disallow: /fr/*/menu.html
Disallow: /en/*/footer/contactinformation.html
Disallow: /fr/*/footer/Coordonnees.html
Disallow: /*/_jcr_content/par*
Disallow: /en/service-canada/
Disallow: /fr/service-canada/
Disallow: /en/immigration-refugees-citizenship/services/reference-include/
Disallow: /fr/immigration-refugies-citoyennete/services/reference-inclusion/
#IRCC PDFs
Disallow: /content/dam/ircc/documents/pdf/english/kits/guides/guide-0142-airlifted-afghanistan-pathway-pr.pdf
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/imm0143e.pdf
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/imm0143f.pdf
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/imm0144e.pdf
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/imm0144f.pdf
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/imm5444/
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/imm5444/
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/imm5644/
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/imm5644/
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/imm5475/
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/imm5475/
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/imm5476/
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/imm5476/
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/irm0002/
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/irm0002/
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/irm0004/
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/irm0004/
Disallow: /content/dam/ircc/documents/pdf/english/kits/forms/irm0005/
Disallow: /content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/
sitemap.xml 200 OK
Type Sitemap Index URLs 292 entries Valid XML Yes
Child Sitemaps:
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.canada.ca/
302https://canada.ca/

Preferred variant: www

HTTP → HTTPS

301http://www.canada.ca/ https://www.canada.ca/

Consistent

A+
Domain Intelligence
canada.ca — via Authentic Web Inc., 23 years, 8 months old, hosted on CDAGOVN - Shared Services Canada, CA
PASS
canada.ca — via Authentic Web Inc., 23 years, 8 months old, hosted on CDAGOVN - Shared Services Canada, CA
Info::
Domain registered until Oct 16, 2026 (6 months remaining)
Info::
DNSSEC is not enabled
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Info::
Registrar: Authentic Web Inc.
Info::
Hosting: CDAGOVN - Shared Services Canada, CA
Got: AS2665
Domain expiry

96 days

October 16, 2026

SSL certificate

175 days

Issued by DigiCert Inc

Domain age

23 years, 8 months

Registered November 25, 2002

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

CDAGOVN - Shared Services Canada, CA

ASN AS2665

160.106.123.29

Registrar

Authentic Web Inc.

Lock status unknown 6 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Enable DNSSEC to protect visitors from DNS spoofing
Registrar Authentic Web Inc.
Created November 25, 2002 (23 years, 8 months ago)
Expires October 16, 2026 (6 months)
Last Updated October 30, 2025
Name Servers ns1.d-zone.ca, ns10.ent.global.gc.ca, ns11.ent.global.gc.ca, ns2.d-zone.ca, ns40.ent.global.gc.ca, ns41.ent.global.gc.ca
DNSSEC Not enabled
Registrant Geoff Worthing
Hosting
IP Address 160.106.123.29
ASN AS2665 (CDAGOVN - Shared Services Canada, CA)
Provider CDAGOVN - Shared Services Canada, CA
Data source: rdap (0.3s)

DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.

Why this matters

Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.

Learn more

DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.

Source: ICANN / RFC 4033

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback