Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DURL VariantsActionwww/non-www, trailing slash, HTTP→HTTPSFIX
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
HTTP version does not redirect to HTTPS
DCDN & DeliveryActionNo CDN detectedFIX
Consider using a CDN to improve global delivery speed and reduce origin load.
BRedirect Chain1 redirect(s), 1199 ms totalREVIEW
https://uu.nl
736 ms · HTTP/1.1
https://www.uu.nl/
463 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://uu.nl | 301 | 736 ms | HTTP/1.1 | |
| 2 | https://www.uu.nl/ | 200 | 463 ms | HTTP/1.1 | Apache |
See the visual redirect chain in the HTTP Probe tab →
BTLS Certificate Expiry & Recommendations197 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
ADNS Records1 A records, 1026 ms lookupPASS
| A | 83.217.76.86 |
| AAAA | 2a00:1c98:10:25::84 |
| CNAME | — |
| NS | ns1.zurich.surf.net, ns1.surfnet.nl, azie.net.uu.nl, australie.net.uu.nl |
| MX | 0 uu-nl.mail.protection.outlook.com |
| TXT | MS=ms59510356 faxination=fen44162647 HARICA-qgr0NyZthcl3PvsrBJ5 00D7Q000006uk9x=1TBQs00000007Sx apple-domain-verification=wydMRl66PAsBwOVk brevo-code:af27a511cfadd67db014e628614c7404 bw=oqt3PIuXcjotJ6dvsl4A4bDskSdkcc56EiFM1AAAvZG3 autodesk-domain-verification=RfCX8IHaalDkeE1T-2PE v=easydus; cg=4b46d154-7e0f-4088-8f50-0a0638724512 google-site-verification=K3bIDuPg2RhRc-qYqyEau7MUnp3aN4oIM_6rWDe1M34 atlassian-sending-domain-verification=72791b6c-e695-4116-8bbc-dd41675e5b98 pardot997561=644046e4432766fb73dbc13a959693022e9e4bdeebddbd369e6a7603dc62aafa QTXhE9VligPDA5a2xw9zRjxg01lC8iPwj7ouX3LnksdJltyh26E0WnV/t78xAeBXBb+8OJoWhfRRCJET... WLgjk988Kp7Qba9XFltAfkL2Toa2uc3OdjwkPdG8qI4iNXGc14jtd3MM7kC70OPfYW0cWVz5mHMuv5ja... adobe-idp-site-verification=1f7a24c74c7d57187943e2d4ec7adcd37d3725b9a3a7d5857dd4... cisco-ci-domain-verification=5842c46b62263bd02abd37a7754654a4dff107f06a2b66a8477... atlassian-domain-verification=0iPg6zRItjFaaj30LVQ0AjAJ4N66NNbKdP5fnJ0H6Qg9optMLX... signrequest-domain-validation=40cdf51de7e51a3f84de9f6f8abd2a374aa3d89acb3d692700... SPF v=spf1 ip4:131.211.14.0/24 ip4:145.0.1.0/24 ip4:195.169.13.0/24 ip6:2001:610:188... |
| 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+IPv6 ReadinessIPv6 reachable (153 ms)PASS
A+Crawlabilityrobots.txt present, sitemap with 9 URLsPASS
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.
robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.
Source: sitemaps.org
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save bandwidth and server resources.
#
# This file will be ignored unless it is at the root of your host:
# Used: http://example.com/robots.txt
# Ignored: http://example.com/site/robots.txt
#
# For more information about the robots.txt standard, see:
# http://www.robotstxt.org/robotstxt.html
User-agent: *
# CSS, JS, Images
Allow: /core/*.css$
Allow: /core/*.css?
Allow: /core/*.js$
Allow: /core/*.js?
Allow: /core/*.gif
Allow: /core/*.jpg
Allow: /core/*.jpeg
Allow: /core/*.png
Allow: /core/*.svg
Allow: /profiles/*.css$
Allow: /profiles/*.css?
Allow: /profiles/*.js$
Allow: /profiles/*.js?
Allow: /profiles/*.gif
Allow: /profiles/*.jpg
Allow: /profiles/*.jpeg
Allow: /profiles/*.png
Allow: /profiles/*.svg
# Directories
Disallow: /core/
Disallow: /profiles/
# Files
Disallow: /README.md
Disallow: /composer/Metapackage/README.txt
Disallow: /composer/Plugin/ProjectMessage/README.md
Disallow: /composer/Plugin/Scaffold/README.md
Disallow: /composer/Plugin/VendorHardening/README.txt
Disallow: /composer/Template/README.txt
Disallow: /modules/README.txt
Disallow: /sites/README.txt
Disallow: /themes/README.txt
Disallow: /web.config
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/
Disallow: /filter/tips
Disallow: /node/add/
Disallow: /search/
Disallow: /user/register
Disallow: /user/password
Disallow: /user/login
Disallow: /user/logout
Disallow: /media/oembed
Disallow: /*/media/oembed
# Paths (no clean URLs)
Disallow: /index.php/admin/
Disallow: /index.php/comment/reply/
Disallow: /index.php/filter/tips
Disallow: /index.php/node/add/
Disallow: /index.php/search/
Disallow: /index.php/user/password
Disallow: /index.php/user/register
Disallow: /index.php/user/login
Disallow: /index.php/user/logout
Disallow: /index.php/media/oembed
Disallow: /index.php/*/media/oembed
Disallow: /zoeken*
Disallow: /en/search*
Disallow: /*?*
- https://www.uu.nl/sitemap.xml?page=1
- https://www.uu.nl/sitemap.xml?page=2
- https://www.uu.nl/sitemap.xml?page=3
- https://www.uu.nl/sitemap.xml?page=4
- https://www.uu.nl/sitemap.xml?page=5
- https://www.uu.nl/sitemap.xml?page=6
- https://www.uu.nl/sitemap.xml?page=7
- https://www.uu.nl/sitemap.xml?page=8
- https://www.uu.nl/sitemap.xml?page=9
A+Domain Intelligenceuu.nl — via SURF B.V., 29 years, 5 months oldPASS
Unknown
197 days
Issued by Hellenic Academic and Research Institutions CA
29 years, 5 months
Registered March 27, 1997
Enabled
Protects against DNS spoofing
Unknown
2a00:1c98:10:25::84
SURF B.V.
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