Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.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
CURL VariantsActionwww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Use 301 (permanent) instead of 302 (temporary)
BTLS Certificate Expiry & Recommendations87 days until leaf cert expires — 3 issues to addressREVIEW
Certificate validity
Recommended actions
- Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
- 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, 245 ms lookupPASS
| A | 130.241.39.203 |
| AAAA | — |
| CNAME | — |
| NS | ns2.net.gu.se, sunic.sunet.se, ns2.chalmers.se, ns1.net.gu.se |
| MX | 10 gu-se.mail.protection.outlook.com |
| TXT | mandrill_verify.oCFTiTf4NIqZmUDkSDW1vA HARICA-LO8cC2JGZhFEThSBpeG HARICA-jBlxZ3v25ZVvol58IVw atlassian-domain-verification=6Z6mb/CK6tL0szYjaJhRwpuBMgurE2vRjNw7AHfrowHpyFCT6a... SPF v=spf1 ip4:130.235.56.200 ip4:79.136.98.172 ip4:91.123.56.128 ip4:193.26.30.0/25... lime-domain-verification=2EFB0D28674E1A3 openai-domain-verification=dv-WdBUPW7PT8qX1Ws9jG5XZee0 projectdiscovery-verification=23294731ed facebook-domain-verification=y5y71rnwe34fx1x2rj5w9jjdin0me8 M6qB2nDaE4odoBIVY6t2HSH3d5wyAPyQsgmW5pd1/Lc4z4KhJuTJ42x3AzZ1nmomSwAS/S9LAkHZ5r1B... facebook-domain-verification=nmt239dvy5mjzpu24ngkelqe9ww6r4 miro-verification=d5a6a5db9288449281bc36da55d0a056ba08bdb2 adobe-idp-site-verification=c2a0682bad454fc9abdaac816101ff94104948d70179e0bba9cc... apple-domain-verification=ocfEtR2ZhZkwBWeK google-site-verification=d51zezRWehjY_tfUfKR25u-IJsh9ri5QiK88i73cpBw MS=ms77028744 mandrill_verify._CuH-xX7ZMOZE2ysN8mEjg mentimeter-5a7c3cdb-74b0-43f5-bad0-f7bc1cd02a8f |
| 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
ARedirect Chain1 redirect(s), 364 ms totalPASS
https://gu.se
158 ms · HTTP/1.1
https://www.gu.se/
206 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://gu.se | 301 | 158 ms | HTTP/1.1 | |
| 2 | https://www.gu.se/ | 200 | 206 ms | HTTP/1.1 |
See the visual redirect chain in the HTTP Probe tab →
A+Crawlabilityrobots.txt present, sitemap with 29 URLsPASS
#
# 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
# 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
Sitemap: https://www.gu.se/sitemap.xml
- https://www.gu.se/sitemap.xml?page=1
- https://www.gu.se/sitemap.xml?page=2
- https://www.gu.se/sitemap.xml?page=3
- https://www.gu.se/sitemap.xml?page=4
- https://www.gu.se/sitemap.xml?page=5
- https://www.gu.se/sitemap.xml?page=6
- https://www.gu.se/sitemap.xml?page=7
- https://www.gu.se/sitemap.xml?page=8
- https://www.gu.se/sitemap.xml?page=9
- https://www.gu.se/sitemap.xml?page=10
- https://www.gu.se/sitemap.xml?page=11
- https://www.gu.se/sitemap.xml?page=12
- https://www.gu.se/sitemap.xml?page=13
- https://www.gu.se/sitemap.xml?page=14
- https://www.gu.se/sitemap.xml?page=15
- https://www.gu.se/sitemap.xml?page=16
- https://www.gu.se/sitemap.xml?page=17
- https://www.gu.se/sitemap.xml?page=18
- https://www.gu.se/sitemap.xml?page=19
- https://www.gu.se/sitemap.xml?page=20
- https://www.gu.se/sitemap.xml?page=21
- https://www.gu.se/sitemap.xml?page=22
- https://www.gu.se/sitemap.xml?page=23
- https://www.gu.se/sitemap.xml?page=24
- https://www.gu.se/sitemap.xml?page=25
- https://www.gu.se/sitemap.xml?page=26
- https://www.gu.se/sitemap.xml?page=27
- https://www.gu.se/sitemap.xml?page=28
- https://www.gu.se/sitemap.xml?page=29
A+Domain Intelligencegu.se — via Loopia AB, 37 years, 10 months oldPASS
198 days
December 31, 2026
87 days
Issued by Let's Encrypt
37 years, 10 months
Registered January 1, 1989
Status unknown
Protects against DNS spoofing
Unknown
ASN AS2842
130.241.39.203
Loopia AB
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