Skip to content
https://interaction-design.org

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
2
PASS
6
INFO
0
Probed from Santa Clara, United States
301 Moved Permanently
Checks
9
6 PASS 2 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.

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
TLS Certificate Expiry & Recommendations
46 days until leaf cert expires — 4 issues to address
REVIEW

Certificate validity

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

Recommended actions

  • Prefer TLS 1.3 — TLS 1.2 is acceptable but TLS 1.3 removes RSA key exchange and improves latency
  • 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+
DNS Records
1 A records, 28 ms lookup
PASS
1 A records, 28 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 165.22.4.137
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
No IPv6 (AAAA) records
Info::
3 nameserver(s) configured
Got: ns3.digitalocean.com, ns1.digitalocean.com, ns2.digitalocean.com
Info::
5 mail exchanger(s) configured
Info::
CAA records not checked
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Info::
SPF record present in TXT
Info::
DNS resolution time: 28 ms
Got: 28 ms
A165.22.4.137
AAAA
CNAME
NSns3.digitalocean.com, ns1.digitalocean.com, ns2.digitalocean.com
MX
1 aspmx.l.google.com
5 alt1.aspmx.l.google.com
5 alt2.aspmx.l.google.com
10 alt4.aspmx.l.google.com
10 alt3.aspmx.l.google.com
TXT
protonmail-verification=c06c254af241efeb838afeadb6728d3c2a4eb73d
mailerlite-domain-verification=67e3b4e4bf9ce3d0b4e188d292dd1932602b69db
ahrefs-site-verification_9ca56189252c470afa3c05215b4a6fd706546275b157c2ee02a21b3...
google-site-verification=xDObohExH6_RKAKqNXEytgRqeIS8Rq4uH46pQeDhn0Q
mailerlite-domain-verification=d69304e4175464ff9c5fd33455cb3f6a777988cb
dropbox-domain-verification=3caithxkobez
SPF v=spf1 a mx include:_spf.mlsend.com include:_spf.google.com ~all
google-site-verification=yKyE6SxpfHwyABZkp6W2OxBH9L0Lyso5VFi0dixTIz8
asv=289f1145efb7dd6acd348da3755183f2
facebook-domain-verification=p2w87rvximachb1r2ob9nrtann8qty
_globalsign-domain-verification=ncHr8tTugqw45BXbT7AehwRBL3QVoa971i3ngM2Jvk
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

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.

A
Redirect Chain
1 redirect(s), 634 ms total
PASS
1 redirect(s), 634 ms total
Info::
Single redirect
Got: https://interaction-design.org → https://ixdf.org/ (301)
Info::
Redirect overhead: 634 ms total
Got: 634 ms
Info::
Cross-domain redirect detected

https://interaction-design.org

442 ms · HTTP/1.1

301

https://ixdf.org/

192 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://interaction-design.org301442 msHTTP/1.1nginx
2https://ixdf.org/200192 msHTTP/1.1cloudflare

See the visual redirect chain in the HTTP Probe tab →

A
Crawlability
no robots.txt, sitemap with 12 URLs
PASS
no robots.txt, sitemap with 12 URLs
Info::
No robots.txt found
robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
Info::
sitemap.xml is present
Info::
sitemap.xml is valid XML
Info::
sitemap.xml contains 12 entries
Info::
Sitemap index with 12 child sitemaps

robots.txt is optional but recommended. It tells search engine crawlers which pages to index.

Why this matters

No robots.txt — crawlers fetch /robots.txt and get 404; not breaking but means default crawl behavior with no directives or sitemap reference.

Learn more

A minimal robots.txt with `User-agent: * / Allow: / / Sitemap: https://example.com/sitemap.xml` covers the basics. Without it, crawlers behave fine but lose the sitemap signal and can't be selectively blocked from crawl-traps.

Source: robotstxt.org

robots.txt No robots.txt found

No robots.txt found

This is fine for most sites — a missing robots.txt allows all crawling by default.

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: non-www)
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

301https://www.interaction-design.org/
200https://interaction-design.org/

Preferred variant: non-www

HTTP → HTTPS

301http://interaction-design.org/ https://interaction-design.org/

Consistent

A+
Domain Intelligence
interaction-design.org — via pair Networks, Inc. d/b/a pair Domains, 26 years, 3 months old, hosted on DigitalOcean
PASS
interaction-design.org — via pair Networks, Inc. d/b/a pair Domains, 26 years, 3 months old, hosted on DigitalOcean
Info::
Domain registered until May 13, 2034 (8 years, 2 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: pair Networks, Inc. d/b/a pair Domains
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: DigitalOcean
Got: AS14061
Domain expiry

2889 days

May 13, 2034

SSL certificate

46 days

Issued by Let's Encrypt

Domain age

26 years, 3 months

Registered May 13, 2000

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

DigitalOcean

ASN AS14061

165.22.4.137

Registrar

pair Networks, Inc. d/b/a pair Domains

Unlocked 3 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 pair Networks, Inc. d/b/a pair Domains
Created May 13, 2000 (26 years, 3 months ago)
Expires May 13, 2034 (8 years, 2 months)
Last Updated January 20, 2026
Name Servers ns1.digitalocean.com, ns2.digitalocean.com, ns3.digitalocean.com
DNSSEC Not enabled
Hosting
IP Address 165.22.4.137
ASN AS14061 (DIGITALOCEAN-ASN - DigitalOcean, LLC, US)
Provider DigitalOcean
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

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 305 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
20 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
71 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
145 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
306 ms
Total Time Total request time from DNS lookup through full response.
306 ms

Connection waterfall

DNS Lookup 20 ms TCP Connect 71 ms TLS Handshake 145 ms Server Processing 69 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