Skip to content
https://expatica.com

Infrastructure

· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
83
GRADE
B
FIX
1
REVIEW
9
PASS
7
INFO
0
Probed from Santa Clara, United States
301 Moved Permanently
Checks
17
7 PASS 9 REVIEW 1 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: 2606:4700:20::681a:3be, 2606:4700:20::ac43:4abf, 2606:4700:20::681a:2be
Info::
IPv6 connection error
Got: dial tcp6 [2606:4700:20::681a:3be]:443: connect: network is unreachable
IPv6 Misconfigured
AAAA Records 2606:4700:20::681a:3be, 2606:4700:20::ac43:4abf, 2606:4700:20::681a:2be 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)

B
DNSSEC
Unsigned (DNSSEC not deployed)
REVIEW
Unsigned (DNSSEC not deployed)
Info::
DNSSEC is not deployed
The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).
B
CAA Records
No CAA records (any CA may issue certificates)
REVIEW
No CAA records (any CA may issue certificates)
Info::
No CAA records published
Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.
C
Reverse DNS
Action
0/6 IPs match cert SAN
REVIEW
0/6 IPs match cert SAN
Info::
PTR lookup failed for 104.26.3.190: lookup 104.26.3.190: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
Info::
PTR lookup failed for 172.67.74.191: lookup 172.67.74.191: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
Info::
PTR lookup failed for 104.26.2.190: lookup 104.26.2.190: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
Info::
PTR lookup failed for 2606:4700:20::681a:3be: lookup 2606:4700:20::681a:3be: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
Info::
PTR lookup failed for 2606:4700:20::ac43:4abf: lookup 2606:4700:20::ac43:4abf: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
Info::
PTR lookup failed for 2606:4700:20::681a:2be: lookup 2606:4700:20::681a:2be: no such host
No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
B
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
REVIEW
www/non-www, trailing slash, HTTP→HTTPS
Critical::
Both www and non-www versions serve content
Got: Both variants return 200 Expected: One variant 301-redirects to the other
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

200https://www.expatica.com/
200https://expatica.com/

Inconsistent — duplicate content risk

HTTP → HTTPS

301http://expatica.com/ https://expatica.com/

Consistent

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

Certificate validity

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

Recommended actions

  • Extend HSTS max-age to at least 31536000 (1 year) to meet the preload list criteria
  • 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
Cloudflare
REVIEW
Cloudflare
Info::
Site is served via Cloudflare CDN (edge: SJC)
Got: cf-ray: a29b364988a64f08-SJC
CDN Detected: Cloudflare
Provider Cloudflare Evidence cf-ray: a29b364988a64f08-SJC
B
CDN Cache Observability
No CDN cache-status headers in the response
REVIEW
No CDN cache-status headers in the response
Info::
No CDN cache-status headers in the response
Without an X-Cache / CF-Cache-Status / X-Vercel-Cache / Age header, you can't tell from outside whether a request hit the cache or went to origin. Operationally important: enables debugging stale-content reports and verifying cache rules. Most managed CDN platforms emit at least one of these by default; absence often means the platform's diagnostic headers are stripped at an upstream proxy.
B
Operational Status Page
No status page link detected
REVIEW
No status page link detected
Info::
No operational status page link detected
Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.
B
Health Check Endpoint
No conventional health endpoint found
REVIEW
No conventional health endpoint found
Info::
No conventional health endpoint found
Health endpoints (/health, /healthz, /status, /ping, /api/health) let uptime monitors, load balancers, and orchestration systems (Kubernetes, ECS, Fly.io) verify the service is alive. Marketing sites and small services often skip them legitimately; flagged as Info, not a failure. Probe results: /api/health: 404, /health: 404, /healthz: 404, /ping: 404, /status: 404.
A+
DNS Records
3 A records, 11 ms lookup
PASS
3 A records, 11 ms lookup
Info::
Resolves to 3 IPv4 address(es)
Got: 104.26.3.190, 172.67.74.191, 104.26.2.190
Info::
Has 3 IPv6 (AAAA) record(s)
Got: 2606:4700:20::681a:3be, 2606:4700:20::ac43:4abf, 2606:4700:20::681a:2be
Info::
2 nameserver(s) configured
Got: april.ns.cloudflare.com, elmo.ns.cloudflare.com
Info::
3 mail exchanger(s) configured
Info::
SPF record present in TXT
Info::
DNS resolution time: 11 ms
Got: 11 ms
A104.26.3.190, 172.67.74.191, 104.26.2.190
AAAA2606:4700:20::681a:3be, 2606:4700:20::ac43:4abf, 2606:4700:20::681a:2be
CNAME
NSapril.ns.cloudflare.com, elmo.ns.cloudflare.com
MX
28 route1.mx.cloudflare.net
61 route2.mx.cloudflare.net
64 route3.mx.cloudflare.net
TXT
MS=ms88068000
apple-domain-verification=gze8k2-XuTYxlHVItQX1DqytT1jk_tINFBx899uG2iY
google-site-verification=Dyiom_uTiNIFDU7-5yFlu9qZukWzmea-xBRLFIj5h2Q
google-site-verification=OGccOX3pEBVF6dR9Eb5Msq3Ut91wriom8R6VQ42teX4
google-site-verification=f-dHIo7v0zCKAWATc1i6PXqsS1qV1m60BWy3MuDNVzU
site-verification=6ef6ca51af6c804b34bc575fb1ca0352
SPF v=spf1 include:_spf.mx.cloudflare.net ~all
CAALookup not available with standard resolver
Resolved in 11 ms
A+
Subdomain Takeover
No subdomain takeover risk detected
PASS
No subdomain takeover risk detected
Info::
No CNAME record present
A+
Multi-Resolver DNS Speed
Mean 9ms across 3 resolvers (spread 11ms)
PASS
Mean 9ms across 3 resolvers (spread 11ms)
Info::
Quad9: 5ms
Got: 5ms via 9.9.9.9:53
Info::
Cloudflare: 7ms
Got: 7ms via 1.1.1.1:53
Info::
Google: 16ms
Got: 16ms via 8.8.8.8:53
A
Redirect Chain
1 redirect(s), 586 ms total
PASS
1 redirect(s), 586 ms total
Info::
Single redirect
Got: https://expatica.com → https://www.expatica.com/ (301)
Info::
WWW normalization redirect
Info::
Redirect overhead: 586 ms total
Got: 586 ms

https://expatica.com

32 ms · HTTP/1.1

301

https://www.expatica.com/

554 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://expatica.com30132 msHTTP/1.1cloudflare
2https://www.expatica.com/200554 msHTTP/1.1cloudflare

See the visual redirect chain in the HTTP Probe tab →

A+
Crawlability
robots.txt present, sitemap with 6 URLs
PASS
robots.txt present, sitemap with 6 URLs
Info::
robots.txt is present
Got: 1115 bytes
Info::
sitemap.xml is present
Info::
sitemap.xml is valid XML
Info::
sitemap.xml contains 6 entries
Info::
Sitemap index with 6 child sitemaps
Info::
robots.txt references sitemap
robots.txt 200 OK
Size 1115 B Sitemaps referenced 1 User-agents * Blocking No — crawling allowed
User-agent: *
Disallow: /*?calendar_month
Disallow: /*?field_format_value
Disallow: /*&sort_by
Disallow: /*?field_categories
Disallow: */feed/
Disallow:  */search/?query=*
Disallow: */company/*
Allow: */housing-listings/$
Disallow: */housing-listings/*
Disallow: */city/*
Allow: */job-listings/$
Disallow: */job-listings/*
Allow: /ae/jobs/$
Disallow: /ae/jobs/*
Allow: /at/jobs/$
Disallow: /at/jobs/*
Allow: /be/jobs/$
Disallow: /be/jobs/*
Allow: /ch/jobs/$
Disallow: /ch/jobs/*
Allow: /de/jobs/$
Disallow: /de/jobs/*
Allow: /es/jobs/$
Disallow: /es/jobs/*
Allow: /fr/jobs/$
Disallow: /fr/jobs/*
Allow: /it/jobs/$
Disallow: /it/jobs/*
Allow: /jp/jobs/$
Disallow: /jp/jobs/*
Allow: /lu/jobs/$
Disallow: /lu/jobs/*
Allow: /nl/jobs/$
Disallow: /nl/jobs/*
Allow: /pt/jobs/$
Disallow: /pt/jobs/*
Allow: /qa/jobs/$
Disallow: /qa/jobs/*
Allow: /ru/jobs/$
Disallow: /ru/jobs/*
Allow: /sa/jobs/$
Disallow: /sa/jobs/*
Allow: /sg/jobs/$
Disallow: /sg/jobs/*
Allow: /th/jobs/$
Disallow: /th/jobs/*
Allow: /uk/jobs/$
Disallow: /uk/jobs/*
Allow: /za/jobs/$
Disallow: /za/jobs/*
Sitemap: https://www.expatica.com/sitemap_index.xml
A+
Domain Intelligence
expatica.com — via 101domain GRS Limited, 26 years, 9 months old, hosted on Cloudflare
PASS
expatica.com — via 101domain GRS Limited, 26 years, 9 months old, hosted on Cloudflare
Info::
Domain registered until Mar 25, 2027 (7 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: 101domain GRS Limited
Warning::
Registrar lock is NOT enabled
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Info::
Hosting: Cloudflare
Got: AS13335
Domain expiry

221 days

March 25, 2027

SSL certificate

43 days

Issued by Google Trust Services

Domain age

26 years, 9 months

Registered March 25, 2000

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

Cloudflare

ASN AS13335

172.67.74.191

Registrar

101domain GRS Limited

Unlocked 2 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
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar 101domain GRS Limited
Created March 25, 2000 (26 years, 9 months ago)
Expires March 25, 2027 (7 months)
Last Updated September 16, 2025
Name Servers april.ns.cloudflare.com, elmo.ns.cloudflare.com
DNSSEC Not enabled
Hosting
IP Address 172.67.74.191
ASN AS13335 (CLOUDFLARENET - Cloudflare, Inc., US)
Provider Cloudflare
Data source: rdap (0.2s)

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

The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

Why this matters

Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.

Learn more

Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.

Source: ICANN / domain-security best practice

A+
HTTP Probe Timing
Total 32 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
9 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.
11 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
32 ms
Total Time Total request time from DNS lookup through full response.
32 ms

Connection waterfall

DNS Lookup 9 ms TCP Connect 3 ms TLS Handshake 11 ms Server Processing 9 ms Content Transfer 0 ms
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback