Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DTLS Certificate Expiry & RecommendationsAction13 days until leaf cert expires — 5 issues to addressFIX
Certificate validity
Recommended actions
- Renew certificate — 13 days remaining
- 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 DNSSEC on your domain for DNS spoofing protection
- Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
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)
A+DNS Records1 A records, 15 ms lookupPASS
| A | 130.58.11.29 |
| AAAA | — |
| CNAME | — |
| NS | ns0213.secondary.cloudflare.com, ns0085.secondary.cloudflare.com |
| MX | 1 aspmx.l.google.com 5 alt1.aspmx.l.google.com 5 alt2.aspmx.l.google.com 10 alt4.aspmx.l.google.com 10 alt3.aspmx.l.google.com |
| TXT | MS=4039E77CF1E93860BE91861187D652AD1A92E79B RZ2G8R7E2BCBU7MNFT8PEQIMJYVQPSCX SFMC-1hafRngwJRnmyGUgdZHpaf_HSlI5qyHUwpAC3hXC ZOOM_verify_3RCwdICAo4NRoTwZPGKxVe adobe-idp-site-verification=854d2384a35b6ee32209f0c5babc0d8bb46d29e662e2c1c708ae... apple-domain-verification=AuX1EkJPAECXTrBt atlassian-domain-verification=jOT4iuPfoOspQbXrSBQpurWAxRZ1Ay36mrVXmNusabXXVzD8kM... autodesk-domain-verification=6PH5cJC2P03nZXGzYXIL docusign=804f7d01-24bb-48e7-997f-0c85d7a8b17c e2ma-verification=3y0cb e2ma-verification=665fb e2ma-verification=h7wfb e2ma-verification=hua4 e2ma-verification=xkkfb google-site-verification=9wWF7hcbLu_02RRBkaSC1ewYmURkt4PSKCwb85v38KA google-site-verification=EjGJoMNuPf-BbVWBYV_U0PHXBuUad6OlxbVaaEaesfc google-site-verification=UaO9GzCxn26sRjJtWMaUwE0tvaFATrAzIGB_2yX0a1Y google-site-verification=koXoer-EIIufauG-qRkWti4tUAT8noDpWJlu7j25cOU have-i-been-pwned-verification=dweb_a2xxzmuw1kfka226oa5m1mbb openai-domain-verification=dv-36g4g0bCWp8jUBdoqnbbK3mz SPF v=spf1 mx ip4:130.58.64.0/22 include:_spf.swarthmore.edu include:_spf.google.com... wrike-verification=MjMyMzIyNjpmYTE2MzQ1NDNlMTk0ZDUyZTBmMzI4NjNjY2U2YjU4MTNmNTliZ... |
| 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.
ARedirect Chain1 redirect(s), 342 ms totalPASS
https://swarthmore.edu
274 ms · HTTP/1.0
https://www.swarthmore.edu/
68 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://swarthmore.edu | 301 | 274 ms | HTTP/1.0 | |
| 2 | https://www.swarthmore.edu/ | 200 | 68 ms | HTTP/1.1 | CloudFront |
See the visual redirect chain in the HTTP Probe tab →
A+Crawlabilityrobots.txt present, sitemap with 2 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
A+Domain Intelligenceswarthmore.edu — 39 years, 4 months old, hosted on SWARTHMORE - Swarthmore College, USPASS
776 days
July 31, 2028
13 days
Issued by Internet2
39 years, 4 months
Registered June 22, 1987
Status unknown
Protects against DNS spoofing
SWARTHMORE - Swarthmore College, US
ASN AS3782
130.58.11.29
Registrar unknown
Expiry timeline
Recommended actions
- Renew the TLS certificate or verify auto-renewal is working