Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.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
BTLS Certificate Expiry & Recommendations83 days until leaf cert expires — 4 issues to addressREVIEW
Certificate validity
Recommended actions
- Add includeSubDomains to the HSTS directive
- Add the preload directive and submit to hstspreload.org once max-age + includeSubDomains are in place
- 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
BCDN & DeliveryVercelREVIEW
A+DNS Records1 A records, 16 ms lookupPASS
| A | 76.76.21.21 |
| AAAA | — |
| CNAME | — |
| NS | dns1.comlaude-dns.com, dns2.comlaude-dns.net, dns3.comlaude-dns.co.uk, dns4.comlaude-dns.eu |
| MX | 5 alt1.aspmx.l.google.com 5 aspmx.l.google.com 5 alt2.aspmx.l.google.com 10 alt4.aspmx.l.google.com 10 alt3.aspmx.l.google.com 10 smtp.google.com |
| TXT | 0ed1fe018af62e76bb2c9e44269e91353c81d07aea tiktok-verification=ttd_C4SCS8TRNQNT06OOG87G yl/PNYBZQU2OZRQ4LPyvlW9IqRTQBi1x2QrAj+YusQ0= shopify-verification-code=Sa5kWI8eqDbFccNCLoAeCH0KCP28R3 facebook-domain-verification=txhrv2jef0lpbai5e5ltz5rpo7a7wv onetrust-domain-verification=12da965aef5b4e1ab8eedabb06b8379b google-site-verification=6_F2cjmQkd53wkJR2M-w2TWyK6mix9Sx6TLpqbWKKlk google-site-verification=8TZkStsrGGKUsvhb1fgBcbzCtEQO7MQqeH7z06SA0yA google-site-verification=DKfB1Fze4dG33tWFPzv6KRjynT8XK-hbBj-oShYSAH8 google-site-verification=EUT7fb7jmAvw-I9N0rCVB-0ttwPHwEYGOwMg1co_pyw google-site-verification=Lp5TfuNgDqmkSL4l4bIJ9w0F_TtTMBF9AWvAx8BmIpI google-site-verification=TUCpYWzmDRLFSN-AAnR_uAPuCYI6VH1nipoaHPZ49-k google-site-verification=VPf8hX5dmO9-CaqAPVGsgHwXrUve8gYKMfhLpNNCumM google-site-verification=XoAGyPQVDC7gmRap-r49_lQE2Vi8bUt0cBM__nDtw_E google-site-verification=ljf3lGks4reR4qLu1TkQTcRmt8ZbE3gYlcNyR2DzBaM google-site-verification=xXTBhYdOSuVr8hxBjsMngVuwX3ZyaiaisgchHBK08Ms atlassian-domain-verification=Wh3BWmCzOpdRk5sGzNXXLpQ2Eh53IHiyn6BH9nhAUV0dq6wnH0... google-site-verification=vNTivYPZoITcjpVSezT1aA0cu2Vw_Gz07EFP6-UYgYY smartsheet-site-validation=5TGeAvX1iAnWmkCG-BmEZCrysB3GOw2h MS=D58DFBBC61B08D7AEAB1CADE5B1E6A88CA91E4A1 MS=ms56300296 stripe-verification=50C3556ED1B114758EE908EC972B9C1B38AA38AF6A3507FE97E11BA84EFD... stripe-verification=BEA63AD65D4DD32E6DB8E4CEFBC86AEAD6343D42BA1A879CFFFA36720068... stripe-verification=62116A48313D141F8C0CA107551C9AD99562B790BBD7982DF9E0C86E8B8E... mongodb-site-verification=j6xr4Op7q1lIC9Z4O3UxLhhZCJJF7mFF SPF v=spf1 redirect=_sgi78vtv1.sdmarc.net miro-verification=d203a67374593e0e34b7be1bc8064df8e1a21f2d airtable-verification=4c3cf5be10ef500d5d467d04b322e330 _0qedpylk97v66owd07shrucvoja976o apple-domain-verification=GdetV2tahlxpB9IOp5hx8phUUIFHVZGbxzUM6P50jFU |
| 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.
ARedirect Chain1 redirect(s), 205 ms totalPASS
https://huel.com
59 ms · HTTP/1.1
https://eu.huel.com/nl-nl
146 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://huel.com | 302 | 59 ms | HTTP/1.1 | Vercel |
| 2 | https://eu.huel.com/nl-nl | 200 | 146 ms | HTTP/1.1 | Vercel |
See the visual redirect chain in the HTTP Probe tab →
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
A+Crawlabilityrobots.txt present, sitemap with 13 URLsPASS
# Hustle hard, crawl fast
User-agent: *
Disallow: /cart
Disallow: /search?
Disallow: /account
Sitemap: https://huel.com/sitemap.xml
# @@@@@@+ +@@@@@@ =@@@@@= ======
# @@@@@@+ +@@@@@@ =@@@@@= +.*##= *
# @@@@@@+ +@@@@@@ =@@@@@= *.*+++ *
# @@@@@@+ +@@@@@@ ..... =@@@@@= ==--==.
# @@@@@@+ +@@@@@@ %@@@@@ #@@@@@. -*%@@@@@@@%+: =@@@@@=
# @@@@@@#:::::::::::*@@@@@@ %@@@@@ #@@@@@. +@@@@@@@@@@@@@@%- =@@@@@=
# @@@@@@@@@@@@@@@@@@@@@@@@@ %@@@@@ #@@@@@. #@@@@%=: .:*@@@@@+ =@@@@@=
# @@@@@@@@@@@@@@@@@@@@@@@@@ %@@@@@ #@@@@@. #@@@@# =@@@@@- =@@@@@=
# @@@@@@#===========#@@@@@@ %@@@@@ #@@@@@.:@@@@@%#########@@@@@# =@@@@@=
# @@@@@@+ +@@@@@@ %@@@@@ #@@@@@.-@@@@@@@@@@@@@@@@@@@@@ =@@@@@=
# @@@@@@+ +@@@@@@ %@@@@@ %@@@@@..@@@@@+.............. =@@@@@=
# @@@@@@+ +@@@@@@ %@@@@@= -@@@@@@. #@@@@%. +++++: =@@@@@=
# @@@@@@+ +@@@@@@ +@@@@@@+-::-*@@@@@@@. #@@@@@+-:..:+%@@@@* =@@@@@=
# @@@@@@+ +@@@@@@ #@@@@@@@@@@@%#@@@@@. =@@@@@@@@@@@@@@%= =@@@@@=
- https://huel.com/sitemaps/sitemap/en-us....
- https://uk.huel.com/sitemaps/sitemap/en-...
- https://de.huel.com/sitemaps/sitemap/de-...
- https://jp.huel.com/sitemaps/sitemap/ja-...
- https://pl.huel.com/sitemaps/sitemap/pl-...
- https://se.huel.com/sitemaps/sitemap/sv-...
- https://dk.huel.com/sitemaps/sitemap/da-...
- https://cz.huel.com/sitemaps/sitemap/en-...
- https://eu.huel.com/sitemaps/sitemap/fr-...
- https://eu.huel.com/sitemaps/sitemap/es-...
- https://eu.huel.com/sitemaps/sitemap/it-...
- https://eu.huel.com/sitemaps/sitemap/nl-...
- https://eu.huel.com/sitemaps/sitemap/de-...
AURL Variantswww/non-www, trailing slash, HTTP→HTTPSPASS
www / non-www
HTTP → HTTPS
Use 301 (permanent) instead of 302 (temporary)
A+Domain Intelligencehuel.com — via Nom-iq Ltd. dba COM LAUDE, 25 years, 7 months old, hosted on AWSPASS
902 days
December 31, 2028
83 days
Issued by Let's Encrypt
25 years, 7 months
Registered December 31, 2000
Not enabled
Protects against DNS spoofing
AWS
ASN AS16509
76.76.21.21
Nom-iq Ltd. dba COM LAUDE
Expiry timeline
Recommended actions
- Enable DNSSEC to protect visitors from DNS spoofing
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