Infrastructure
· 17 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)
BCAA RecordsNo CAA records (any CA may issue certificates)REVIEW
BReverse DNS0/2 IPs match cert SANREVIEW
BTLS Certificate Expiry & Recommendations62 days until leaf cert expires — 3 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 OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
CCDN & DeliveryActionAssets on Cloudflare (host cdn.vidstack.io, 4 assets); document served directly from origin (Linode)REVIEW
Asset hosts on a CDN
- cdn.vidstack.io — Cloudflare · assets: 4 · Cache Status: HIT
Other asset hosts
- d70shl7vidtft.cloudfront.net — assets: 1 · below probe threshold
The heavy static files already ride an edge network, but every visitor still waits on the origin for the HTML itself. Routing the document through the same CDN is usually a config change rather than a migration: a short edge TTL with stale-while-revalidate for cacheable HTML, or edge TLS termination alone when the response is per-user.
BCDN Cache ObservabilityNo CDN cache-status headers in the responseREVIEW
BOperational Status PageNo status page link detectedREVIEW
BHealth Check EndpointNo conventional health endpoint foundREVIEW
A+DNS Records1 A records, 46 ms lookupPASS
| A | 172.104.243.58 |
| AAAA | 2a01:7e01::f03c:91ff:fe23:bc1c |
| CNAME | — |
| NS | ns3.websupport.eu, ns1.websupport.cz, ns2.websupport.cz |
| MX | 10 mxa.eu.mailgun.org 10 mxb.eu.mailgun.org |
| TXT | SPF v=spf1 include:mailgun.org ~all google-site-verification=s5DH_dItH7M1BRvS3KyrCmANMHx4eUAoa0lEG2kXWdM |
| 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
A+Subdomain TakeoverNo subdomain takeover risk detectedPASS
A+DNSSECSigned and validatingPASS
AMulti-Resolver DNS SpeedMean 84ms across 3 resolvers (spread 74ms)PASS
A+Redirect ChainNo redirects — direct accessPASS
https://psichologie.cz
201 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://psichologie.cz | 200 | 201 ms | HTTP/1.1 | nginx/1.18.0 (Ubuntu) |
A+Crawlabilityrobots.txt present, sitemap with 367 URLsPASS
User-agent: *
Allow: /
# Disallow URLs with query parameters that create crawler traps (combinatorial URL explosions)
# BackUrl - navigation helper parameter, not content
Disallow: /*?*BackUrl=
Disallow: /*&BackUrl=
# Blog/podcast topic filter and pagination - infinite unique URL combinations
Disallow: /*?*Topics=
Disallow: /*&Topics=
Disallow: /*?*Page=
Disallow: /*&Page=
Disallow: /*?*Category=
Disallow: /*&Category=
# Disallow account/auth pages - no SEO value
Disallow: /prihlaseni
Disallow: /registrace
Disallow: /zapomenute-heslo
Disallow: /reset-hesla
Disallow: /potvrzeni-emailu
Disallow: /odhlaseni
Disallow: /zmena-emailu
Disallow: /ucet
# Disallow cart/payment/order pages - no SEO value
Disallow: /kosik
Disallow: /objednavka-prijata
Disallow: /presmerovani-na-platbu
Disallow: /platba-uspesna
Disallow: /platba-neuspesna
# Disallow password-gated and private course pages
Disallow: /nestekej
Disallow: /studium-kurzu
Disallow: /kurz-dokoncen
# Disallow Blazor framework files - not indexable content
Disallow: /_framework/
Disallow: /_blazor/
Sitemap: https://psichologie.cz/sitemap.xml
A+URL Variantswww/non-www, trailing slash, HTTP→HTTPSPASS
www / non-www
Preferred variant: non-www
HTTP → HTTPS
Consistent
A+Domain Intelligencepsichologie.cz — via REG-ACTIVE24, 7 years, 4 months oldPASS
250 days
May 19, 2027
62 days
Issued by Let's Encrypt
7 years, 4 months
Registered May 20, 2019
Enabled
Protects against DNS spoofing
Unknown
2a01:7e01::f03c:91ff:fe23:bc1c
REG-ACTIVE24
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