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
BURL Variantswww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Consistent
BHTTP Probe TimingTotal 958 ms — DNS, TCP, TLS, TTFB, content transfer breakdownREVIEW
Connection waterfall
BTLS Certificate Expiry & Recommendations139 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
BCDN & DeliveryVarnishREVIEW
ADNS Records1 A records, 1093 ms lookupPASS
| A | 137.158.159.192 |
| AAAA | — |
| CNAME | — |
| NS | ucthpx.uct.ac.za, rain.psg.com, netman.uct.ac.za, dns3.uct.net.za |
| MX | 10 za-smtp-inbound-1.mimecast.co.za 10 za-smtp-inbound-2.mimecast.co.za |
| TXT | everlytic-site-verification=044466d2974c268b38564aa5ca379c93b2c4936aa27c20eafa28... everlytic-site-verification=adcceff25c2e31a888d0b8bead32b67de8e54c14a6a7cdf852e7... successfactors-site-verification=NTU5ZTdkNWNmMTRjOWJiMzk0ZTQ5Nzg0Y2I5YzYyZWU2OWJ... everlytic-site-verification=e27a945b1e444eb531bdff57fe66beb9fe80afda0e7e5bf02b70... everlytic-site-verification=1a027b76068bc05e43e08c2b49bb02e1d6ec7b0a94c1ef932bbc... everlytic-site-verification=68752f871e2ee328b1aeed1124d37c8dff832ce70744717918d6... d365mktkey=5hinzr46mhjkiz5gnkuvwcrjy google-site-verification=k5zhZ6iWnO9LefvCnh4aWoiegkWy8d1ltUUKlR3RY50 everlytic-site-verification=ecae1838a54497976a37ef49d8deabb6446a27506312b2396c70... everlytic-site-verification=e85c7df45408ba931161cd718d0a86d1837af8dffa301697ecbc... everlytic-site-verification=9082327157195c9e421cab231648989bc08aa2a478a9b707a362... everlytic-site-verification=5c1dec5e35a750ab6382d7c083acf0b5b4869901f176b3dee92a... everlytic-site-verification=82bfcc88e80a4df0c2be79e8be2028f91b98bbbf4c047b831610... everlytic-site-verification=a086f9f07b3c1a23d9f1de2d05cc31225c360a5d9d59e43790e4... SPF v=spf1 include:%{i}._ip.%{h}._ehlo.%{d}._spf.vali.email ~all everlytic-site-verification=c314887570cc1550fcedd42f2b4e200f6e4d1b6719e583c936b8... everlytic-site-verification=37f51cb55556dc206d0908ee2f0874e69e8f595b31994537ec07... everlytic-site-verification=fbeec3be2a09a105075c7520d74213d5effc16d8e13ca06cc472... everlytic-site-verification=d865a1213843f8432cdc6f4f1d5f85ce2bb75443dc7a491b95ee... everlytic-site-verification=9455b423bcc063f2e4c8f4a4c9eacb4dfe93604d5a7b87c510fc... |
| 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+Redirect ChainNo redirects — direct accessPASS
https://uct.ac.za
553 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://uct.ac.za | 200 | 553 ms | HTTP/1.1 | nginx/1.18.0 (Ubuntu) |
A+Crawlabilityrobots.txt present, sitemap with 35 URLsPASS
# robots.txt
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.txt
Disallow: /web.config
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/
Disallow: /filter/tips
Disallow: /node/add/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
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
User-agent: Googlebot
Disallow: /private/
Disallow: /secret.html
Disallow: /tmp/
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
Disallow: /*?*search=
User-agent: Bingbot
Disallow: /
User-agent: Slurp
Disallow: /private/
Disallow: /secret.html
Disallow: /tmp/
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
Disallow: /*?*search=
User-agent: DuckDuckBot
Disallow: /private/
Disallow: /secret.html
Disallow: /tmp/
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
Disallow: /*?*search=
User-agent: Baiduspider
Disallow: /private/
Disallow: /secret.html
Disallow: /tmp/
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
Disallow: /*?*search=
User-agent: Yandex
Disallow: /
User-agent: Sogou Spider
Disallow: /private/
Disallow: /secret.html
Disallow: /tmp/
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
Disallow: /*?*search=
User-agent: MJ12bot
Disallow: /private/
Disallow: /secret.html
Disallow: /tmp/
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
Disallow: /*?*search=
User-agent: AhrefsBot
Disallow: /private/
Disallow: /secret.html
Disallow: /tmp/
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
Disallow: /*?*search=
User-agent: SemrushBot
Disallow: /private/
Disallow: /secret.html
Disallow: /tmp/
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /search
Disallow: /search/
Disallow: /*/search
Disallow: /*/search/
Disallow: /*/search$
Disallow: /*/search?
Disallow: /*?*search=
User-agent: GPTBot
Disallow: /
User-agent: FriendlyCrawler
Disallow: /
User-agent: YandexBot
Disallow: /
User-agent: ByteDanceSpider
Disallow: /
User-agent: ByteDance
Disallow: /
User-agent: Bytespider
Disallow: /
User-agent: OAI-SearchBot
Disallow: /
# sitemap.xml
Sitemap: https://uct.ac.za/sitemap.xml
- https://uct.ac.za/sitemap.xml?page=1
- https://uct.ac.za/sitemap.xml?page=2
- https://uct.ac.za/students/sitemap.xml?p...
- https://uct.ac.za/students/sitemap.xml?p...
- https://uct.ac.za/staff/sitemap.xml?page...
- https://uct.ac.za/international/sitemap....
- https://uct.ac.za/casewritingcentre/site...
- https://uct.ac.za/mastercardfdn/sitemap....
- https://uct.ac.za/rci/sitemap.xml?page=1
- https://uct.ac.za/research-support-hub/s...
- https://uct.ac.za/eresearch/sitemap.xml?...
- https://uct.ac.za/postgraduate-hub/sitem...
- https://uct.ac.za/art-collection/sitemap...
- https://uct.ac.za/src/sitemap.xml?page=1
- https://uct.ac.za/institutional-planning...
- https://uct.ac.za/sanbris/sitemap.xml?pa...
- https://uct.ac.za/social-responsiveness/...
- https://uct.ac.za/student-systems-suppor...
- https://uct.ac.za/dsa/sitemap.xml?page=1
- https://uct.ac.za/studyabroad/sitemap.xm...
- https://uct.ac.za/connect-meet-collabora...
- https://uct.ac.za/oic/sitemap.xml?page=1
- https://uct.ac.za/academic-freedom-commi...
- https://uct.ac.za/kjbathe-leadership/sit...
- https://uct.ac.za/radio/sitemap.xml?page...
- https://uct.ac.za/old-dsa/sitemap.xml?pa...
- https://uct.ac.za/knowledgeco-op/sitemap...
- https://uct.ac.za/gsblibrary/sitemap.xml...
- https://uct.ac.za/researcher-development...
- https://uct.ac.za/uct-day/sitemap.xml?pa...
- https://uct.ac.za/gsb-research/sitemap.x...
- https://uct.ac.za/berthacentre/sitemap.x...
- https://uct.ac.za/detawu/sitemap.xml?pag...
- https://uct.ac.za/gsb-history/sitemap.xm...
- https://uct.ac.za/hpidhp/sitemap.xml?pag...
Domain IntelligenceDomain intelligence data not availableINFO
RDAP and WHOIS lookup both failed