Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DRedirect ChainAction2 redirect(s), 1930 ms totalFIX
https://helsinki.fi
679 ms · HTTP/1.1
https://www.helsinki.fi/
1069 ms · HTTP/1.1
https://www.helsinki.fi/en
182 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://helsinki.fi | 301 | 679 ms | HTTP/1.1 | nginx/1.24.0 |
| 2 | https://www.helsinki.fi/ | 302 | 1069 ms | HTTP/1.1 | Varnish |
| 3 | https://www.helsinki.fi/en | 200 | 182 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
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
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
CCrawlabilityActionrobots.txt present, sitemap with 25 URLsREVIEW
Disallow: / for all user-agents prevents search engines from indexing any page. This will remove the site from search results.
Disallow: / in robots.txt blocks every search crawler — the site becomes invisible in organic search.
Learn more ▾ ▴
Common deployment mistake: a staging robots.txt with `User-agent: * / Disallow: /` ships to prod. The site falls out of search results within days. Verify your robots.txt is the production-intended version. If this is intentional (private site), no action needed.
Source: Google Search Central
User-agent: *
Disallow: /
Sitemap: https://www.helsinki.fi/sitemap.xml
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
- https://www.helsinki.fi/sitemap.xml?page...
BTLS Certificate Expiry & Recommendations50 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
ADNS Records1 A records, 350 ms lookupPASS
| A | 128.214.222.50 |
| AAAA | — |
| CNAME | — |
| NS | hydra.helsinki.fi, serifos.helsinki.fi, ns1.d-zone.ca, ns-secondary.funet.fi, ns2.d-zone.ca |
| MX | 20 mail.it.helsinki.fi 20 send2.it.helsinki.fi 20 post2.it.helsinki.fi |
| TXT | mailerlite-domain-verification=d9824a74f72da008fbf88f4c7b68da3dffd26d97 successfactors-site-verification=YzRkZTcxN2FkODQyNzY0YzE5NDRiNTEyZmY3YjdhN2EwOTU... google-site-verification=rypf2QYN_ZbnYzvOKHMIfPVOMDKah4lt1oHRA2-IDeg MS=ms58429958 88OZmIN4CYvAzj9lQlCwmmYL8zg3/phA773NrDk+UqgdlDFTUXpuPtUTgt/6GR04c9eK08jk48J3CzTa... HARICA-BSfga1wN5jEwEixod2y SPF v=spf1 ip4:104.130.122.0/23 ip4:104.130.96.0/28 ip4:104.47.0.0/17 ip4:128.214.0.... apple-domain-verification=979tVg9sxlkBnndP google-site-verification=U29I6jVnO9eoTu9tOxs-CT12TQW-7QlML3v_UmKUqYQ |
| 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+URL Variantswww/non-www, trailing slash, HTTP→HTTPSPASS
www / non-www
Preferred variant: non-www
HTTP → HTTPS
Consistent
A+Domain Intelligencehelsinki.fi — 35 years, 9 months old, hosted on FUNETAS, FIPASS
Unknown
50 days
Issued by Let's Encrypt
35 years, 9 months
Registered January 1, 1991
Status unknown
Protects against DNS spoofing
FUNETAS, FI
ASN AS1741
128.214.222.50
Registrar unknown