Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DRedirect ChainAction2 redirect(s), 3276 ms totalFIX
https://unm.edu
1133 ms · HTTP/1.1
http://www.unm.edu/
803 ms · HTTP/1.0
https://www.unm.edu/
1340 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://unm.edu | 301 | 1133 ms | HTTP/1.1 | |
| 2 | http://www.unm.edu/ | 302 | 803 ms | HTTP/1.0 | BigIP |
| 3 | https://www.unm.edu/ | 200 | 1340 ms | HTTP/1.1 |
See the visual redirect chain in the HTTP Probe tab →
Each redirect adds latency. Try to minimize the chain to 1 hop.
Redirect chain — each hop adds latency; combine into one redirect where possible.
Source: Google Search Central / web.dev
Redirect directly from https://unm.edu to https://www.unm.edu/
Redirect chain could be flattened to one hop — server config tweak removes intermediate latency.
Source: web.dev
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
DURL VariantsActionwww/non-www, trailing slash, HTTP→HTTPSFIX
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
HTTP version does not redirect to HTTPS
DCDN & DeliveryActionNo CDN detectedFIX
Consider using a CDN to improve global delivery speed and reduce origin load.
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
BHTTP Probe TimingTotal 1232 ms — DNS, TCP, TLS, TTFB, content transfer breakdownREVIEW
Connection waterfall
BTLS Certificate Expiry & Recommendations95 days until leaf cert expires — 4 issues to addressREVIEW
Certificate validity
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
ADNS Records1 A records, 796 ms lookupPASS
| A | 129.24.172.124 |
| AAAA | — |
| CNAME | — |
| NS | pdnsbox.id.nmt.edu, externaldns0.nmt.edu, ns1.unm.edu, ns2.unm.edu |
| MX | 5 unm-edu.mail.protection.outlook.com |
| TXT | d365mktkey=7ffx77jzky72hf0xhqzpdnzal d365mktkey=14mt5liikiawj58jkfnm6eoo4 SPF v=spf1 include:spf.protection.outlook.com include:spf-ext.unm.edu exists:%{i}._s... anthropic-domain-verification-s81p6x=GtDjreA5cdQVRU5twqVt05q6B apple-domain-verification=i21Rmnp3kMxjyOsL smartsheet-site-validation=UCKJGPomcSkOEEuysWTz2x2umXtv9j-Z qjqk6tdrkmopfp5m2j33pkmo2c sending_domain847783=d935300f6547adde7e4295af38a181e15529b8eb9a58a7d757ea51cbba0... MS=ms33713651 E7kcO4Z9/K4NFtBXeTmVR84db1ExlBhc0up4udLENHBgVlLbyd5io04z9+KWfdS5OnPEtHRB5zp01VMR... bw=/LNkne90tgaC/vlJhmsVBACgGoI5Rv1PkTpU4e3nLw/p google-site-verification=-MjQXj6AZH8Vta03ajXcDJ-xE8sGuN7Ig2RA4no8te8 cisco-ci-domain-verification=621b8cc06dad3498315083d9c2aae818f5948147d454465d74c... adobe-idp-site-verification=ae2c06b3-e720-41e1-a11b-efe29c6da3e6 google-gws-recovery-domain-verification=53756480 vmware-cloud-verification-4c0366e9-cee9-40da-95e2-5e3c72bcae1f adobe-sign-verification=695d118630e71cd45502c7578c1b66da google-site-verification=7iwR8dxmarTPWxgg65DO5qo-lNqkARUiy1RECbMoLGc atlassian-domain-verification=yIhOQk6VPZdTEKp02VQJ3SqSDJqnRZBJPPTpm38piDS8lcUtw3... ecostruxure-it-verification=d51743f8-79b4-4d01-9810-c0d99693a777 infoblox-domain-mastery=54db02c30ad89abb1341a4a820d90a4ce97881fbee931c3f68915de7... google-site-verification=suDeBu3cQ5JEfYn92UdyZqkDPVCRI3QFK4dbV1tzUNk |
| 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
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.
Slow DNS adds latency to every page load. Consider a faster DNS provider.
DNS resolution is slow — anycast DNS providers (Cloudflare, Route 53) typically resolve <50ms globally.
Source: DNS performance benchmarks
A+Crawlabilityrobots.txt present, sitemap with 123 URLsPASS
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
User-agent: *
Disallow:
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /includes/
A+Domain Intelligenceunm.edu — 40 years, 2 months old, hosted on UNM-AS - University of New Mexico, USPASS
19 days
July 31, 2026
95 days
Issued by Internet2
40 years, 2 months
Registered August 27, 1986
Status unknown
Protects against DNS spoofing
UNM-AS - University of New Mexico, US
ASN AS3388
129.24.172.124
Registrar unknown
Expiry timeline
Recommended actions
- Renew the domain or enable auto-renewal to prevent accidental expiry