Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.FIPv6 ReadinessActionIPv6 records exist but unreachableFIX
Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
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)
BCrawlabilityrobots.txt present, sitemap with 0 URLsREVIEW
Search engines may not be able to parse the sitemap. Fix XML validation errors.
An unparseable sitemap is silently ignored by Google — the URLs it advertises are never queued for crawl.
Learn more ▾ ▴
Google's sitemap parser is strict about XML validity. A single unescaped `&` or unclosed tag invalidates the whole file. Run your sitemap through a validator (Search Console's Sitemaps report flags it) and fix the offending entry. Most generators escape correctly; mistakes usually come from manually-written entries.
Source: sitemaps.org / Google Search Central
An empty sitemap provides no value. Add <url> entries for your pages.
An empty sitemap signals 'no content to index' to Google — actively harmful versus having no sitemap at all.
Learn more ▾ ▴
Google compares URLs in the sitemap against URLs it has crawled. An empty sitemap on a site with thousands of pages signals abandonment. Either populate it correctly (most CMSes auto-generate) or delete the file and let Google crawl normally.
Source: Google Search Central / sitemaps.org
User-agent: *
Disallow: /mobile/
Disallow: /mr-toggle*
Disallow: */undefined
Disallow: /search*
Sitemap: https://www.macrumors.com/sitemap/sitemap.xml.gz
BURL Variantswww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Consistent
BTLS Certificate Expiry & Recommendations72 days until leaf cert expires — 2 issues to addressREVIEW
Certificate validity
Recommended actions
- Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
- Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
A+DNS Records2 A records, 11 ms lookupPASS
| A | 104.20.35.133, 172.66.148.112 |
| AAAA | 2606:4700:10::6814:2385, 2606:4700:10::ac42:9470 |
| CNAME | — |
| NS | zod.ns.cloudflare.com, jade.ns.cloudflare.com |
| MX | 10 macrumors-com.relay1a.spamh.com 20 macrumors-com.relay1b.spamh.com 30 macrumors-com.relay1c.spamh.com |
| TXT | google-site-verification=Ik_fwjSyxxV5JjzTyAhpBMVOas8edqxZl9lRRtOtqeE apple-domain-verification=2chFMYB39niK09_arOo3aI5N9S4gT1ulmcF59gqmZhU _globalsign-domain-verification=6gyhZd9iHbwm8ghGQZAC0ahQRp_ROzYCayIsPbORI5 brave-ledger-verification=4c612b5963fc0837efae10dc6616eb1dd8aa43864f3c662a0d0ef9... SPF v=spf1 include:_spf.google.com include:sendgrid.net include:mail.zendesk.com inc... |
| CAA | Lookup not available with standard resolver |
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.
ARedirect Chain1 redirect(s), 109 ms totalPASS
https://macrumors.com
70 ms · HTTP/1.1
https://www.macrumors.com/
39 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://macrumors.com | 301 | 70 ms | HTTP/1.1 | cloudflare |
| 2 | https://www.macrumors.com/ | 200 | 39 ms | HTTP/1.1 | cloudflare |
See the visual redirect chain in the HTTP Probe tab →
A+Domain Intelligencemacrumors.com — via Moniker Online Services LLC, 26 years, 6 months old, hosted on CloudflarePASS
2416 days
February 24, 2033
72 days
Issued by Google Trust Services
26 years, 6 months
Registered February 24, 2000
Enabled
Protects against DNS spoofing
Cloudflare
ASN AS13335
104.20.35.133
Moniker Online Services LLC
Expiry timeline
Recommended actions
- Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
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.
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