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)
FHTTP Probe TimingActionTotal 16100 ms — DNS, TCP, TLS, TTFB, content transfer breakdownFIX
Connection waterfall
BTLS Certificate Expiry & Recommendations79 days until leaf cert expires — 3 issues to addressREVIEW
Certificate validity
Recommended actions
- Submit your domain to hstspreload.org to be added to the Chrome preload list
- 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 Records2 A records, 8 ms lookupPASS
| A | 172.66.40.84, 172.66.43.172 |
| AAAA | 2606:4700:3108::ac42:2bac, 2606:4700:3108::ac42:2854 |
| CNAME | — |
| NS | bill.ns.cloudflare.com, jasmine.ns.cloudflare.com |
| MX | 10 aspmx.l.google.com 20 alt2.aspmx.l.google.com 20 alt1.aspmx.l.google.com 30 aspmx2.googlemail.com 30 aspmx4.googlemail.com 30 aspmx5.googlemail.com 30 aspmx3.googlemail.com |
| TXT | MS=ms45441512 google-site-verification=fB62psPtgS4sKTPJMIJM0Bi_9tyFuRTf1khR64otkKo rtfnekl4r54n8fvlobiqljuugc SPF v=spf1 a include:_spf.google.com include:mailgun.org include:sendgrid.net includ... yandex-verification: b16fe5713c9165f2 |
| 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.
A+Redirect ChainNo redirects — direct accessPASS
https://alternativeto.net
965 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://alternativeto.net | 200 | 965 ms | HTTP/1.1 | cloudflare |
A+Crawlabilityrobots.txt present, sitemap with 19 URLsPASS
# Robots.txt
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /outgoing/
Disallow: /admin/
Disallow: /share/
Disallow: /user/
Disallow: /tag/
Disallow: /UserEdit.aspx
Disallow: /Manage/
Disallow: /manage-item/
Disallow: /manage-add-alternative/
Disallow: /manage/
Disallow: /account/
Disallow: /hello/
Disallow: /hello
Disallow: /discussions/
Disallow: /list/EditCustomItemList/
Disallow: /list/save/
Disallow: /browse/search/
Disallow: /auth/
Disallow: /api/auth/
Disallow: /api/
Disallow: /cdn-cgi/
Disallow: /_next/data/*.json*
Disallow: /_next/static/chunks/modern-filter-bar*
Disallow: /*?*mf=*
Disallow: /*?*lw=*
Disallow: /*?*nw=*
Disallow: /*?*page=*
Disallow: /*?*sort=*
Disallow: /login/
# Block if 'feature' has 2+ values (one comma)
Disallow: /*feature=*,*
# Block if 'platform' has 2+ values (one comma)
Disallow: /*platform=*,*
# Block if 'feature' has 2+ values (one commas)
Disallow: /*feature=*%2C*
# Block if 'platform' has 2+ values (one commas)
Disallow: /*platform=*%2C*
Sitemap: https://alternativeto.net/sitemaps-ssl/sitemap-map.xml
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
- https://alternativeto.net/sitemaps-ssl/s...
A+URL Variantswww/non-www, trailing slash, HTTP→HTTPSPASS
www / non-www
Preferred variant: non-www
HTTP → HTTPS
Consistent
A+Domain Intelligencealternativeto.net — via 1API GmbH, 18 years, 6 months old, hosted on CloudflarePASS
2043 days
January 18, 2032
79 days
Issued by Google Trust Services
18 years, 6 months
Registered January 18, 2008
Not enabled
Protects against DNS spoofing
Cloudflare
ASN AS13335
172.66.43.172
1API GmbH
Expiry timeline
Recommended actions
- Enable DNSSEC to protect visitors from DNS spoofing
- Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
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.
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