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
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 & Recommendations110 days until leaf cert expires — 6 issues to addressREVIEW
Certificate validity
Recommended actions
- Prefer TLS 1.3 — TLS 1.2 is acceptable but TLS 1.3 removes RSA key exchange and improves latency
- Extend HSTS max-age to at least 31536000 (1 year) to meet the preload list criteria
- 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
BCDN & DeliveryVarnishREVIEW
A+DNS Records1 A records, 115 ms lookupPASS
| A | 128.119.8.148 |
| AAAA | — |
| CNAME | — |
| NS | ns2.umass.edu, ns3.umass.edu, ns1.umass.edu |
| MX | 5 umass-edu.mail.protection.outlook.com |
| TXT | bw=gfvcKQpCHrI5WhlDCCwVVJjovTo+ThxJe8h1CzkpcjLI Foxit-domain-verification=0670fd9cd5fbb824f7c6091fff9f9ed6 wrike-verification=NTcwNjE0NDo1ZDlmOTc2ZDM3ODI4ODQxOWM2ZGM3ZDgyM2IzODM4NWJjMDBiM... SPF v=spf1 include:_spf.umass_edu._d.easydmarc.pro ~all canva-site-verification=LHz6cPuKG1W0mAHl6XEOmg docusign=e1b250c9-887c-4d55-a6bc-ecdd8e94bd85 apple-domain-verification=821PLRPopHGGQuUYWdD3eBeQe8qEHXr5kNmixmbrOPY LXSOUoYmv/us0gqoIzbvil9EM7IrBJH8vNB0U2L1I1L4meU4fH5S28zqcr4TbrWFnhEFwZ3BHavRHlc/... airtable-verification=5c696cbb030c19eb3f7b812ab3d3a844 atlassian-domain-verification=TEkVpmOhzlaxS1V6qJJKtpecXmQdjnxAxqw7jeu2CiS1i1CvaO... SFMC-KXre0Hu0yLKCbZ4G1IAA_ugZyqjL6rQyq6gcC9UA google-site-verification=DFZ8yavmXcukefqlfoPnpp112a9RSJRFtyIPmZq_4ag |
| 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), 601 ms totalPASS
https://umass.edu
404 ms · HTTP/1.1
https://www.umass.edu/
197 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://umass.edu | 302 | 404 ms | HTTP/1.1 | Apache |
| 2 | https://www.umass.edu/ | 200 | 197 ms | HTTP/1.1 | cloudflare |
See the visual redirect chain in the HTTP Probe tab →
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
A+Crawlabilityrobots.txt present, sitemap with 2 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.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/
# 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/
# Drupal views or search results
Disallow: /*?
# Do not crawl rules
Disallow: /umpd/daily-crime-log/*
Disallow: /search/
Disallow: /gsuniverse/
Disallow: /ctexts/
Disallow: /nursing_old/
Disallow: /admissions_old/
Disallow: /holub/
Disallow: /umhome.old/
Disallow: /loop.old/
Disallow: /newsoffice.old/
Disallow: /seetrees/
Disallow: /education_old/
Disallow: /tester/
Disallow: /test/
Disallow: /gateway/gsearch/
Disallow: *gsearch*
Disallow: /*/gsearch/
Disallow: /ug_programguide/
Disallow: /facilities/wirc/service-requests/
Disallow: /facilities/service-request-*
# Semrush bot crawl delay
User-agent: SemrushBot
Crawl-delay: 5
# Ecosystem Sitemaps
Sitemap: https://www.umass.edu/sitemap.xml
Sitemap: https://www.umass.edu/education/sitemap.xml
Sitemap: https://www.umass.edu/engineering/sitemap.xml
Sitemap: https://www.umass.edu/graduate/sitemap.xml
Sitemap: https://www.umass.edu/honors/sitemap.xml
Sitemap: https://www.umass.edu/hr/sitemap.xml
Sitemap: https://www.umass.edu/humanities-arts/sitemap.xml
Sitemap: https://www.umass.edu/mountidacampus/sitemap.xml
Sitemap: https://www.umass.edu/natural-sciences/sitemap.xml
Sitemap: https://www.umass.edu/nursing/sitemap.xml
# Sitemap: https://www.umass.edu/online/sitemap.xml
Sitemap: https://www.umass.edu/public-health-sciences/sitemap.xml
Sitemap: https://www.umass.edu/social-sciences/sitemap.xml
Sitemap: https://www.umass.edu/springfield/sitemap.xml
#Custom School and College
Sitemap: https://cics.umass.edu/sitemap.xml
Sitemap: https://www.isenberg.umass.edu/sitemap.xml
# Framework Sitemaps
Sitemap: https://www.umass.edu/afro-am/sitemap.xml
Sitemap: https://www.umass.edu/architecture/sitemap.xml
Sitemap: https://www.umass.edu/art/sitemap.xml
Sitemap: https://www.umass.edu/classics/sitemap.xml
Sitemap: https://www.umass.edu/comparative-literature/sitemap.xml
Sitemap: https://www.umass.edu/east-asia/sitemap.xml
Sitemap: https://www.umass.edu/english/sitemap.xml
Sitemap: https://www.umass.edu/esl/sitemap.xml
Sitemap: https://www.umass.edu/french/sitemap.xml
Sitemap: https://www.umass.edu/german/sitemap.xml
Sitemap: https://www.umass.edu/history/sitemap.xml
Sitemap: https://www.umass.edu/art-history/sitemap.xml
Sitemap: https://www.umass.edu/italian/sitemap.xml
Sitemap: https://www.umass.edu/judaic-near-east/sitemap.xml
Sitemap: https://www.umass.edu/languages-literatures-cultures/sitemap.xml
Sitemap: https://www.umass.edu/linguistics/sitemap.xml
Sitemap: https://www.umass.edu/music-dance/sitemap.xml
Sitemap: https://www.umass.edu/philosophy/sitemap.xml
Sitemap: https://www.umass.edu/russian-eurasian-polish/sitemap.xml
Sitemap: https://www.umass.edu/spanish-portuguese/sitemap.xml
Sitemap: https://www.umass.edu/theater/sitemap.xml
Sitemap: https://www.umass.edu/women-gender-sexuality/sitemap.xml
Sitemap: https://www.umass.edu/astronomy/sitemap.xml
Sitemap: https://www.umass.edu/biochemistry-molecular-biology/sitemap.xml
Sitemap: https://www.umass.edu/biology/sitemap.xml
Sitemap: https://www.umass.edu/chemistry/sitemap.xml
Sitemap: https://www.umass.edu/earth-geography-climate/sitemap.xml
Sitemap: https://www.umass.edu/environmental-conservation/sitemap.xml
Sitemap: https://www.umass.edu/food-science/sitemap.xml
Sitemap: https://www.umass.edu/mathematics-statistics/sitemap.xml
Sitemap: https://www.umass.edu/microbiology/sitemap.xml
Sitemap: https://www.umass.edu/physics/sitemap.xml
Sitemap: https://www.umass.edu/polymer-science/sitemap.xml
Sitemap: https://www.umass.edu/psychological-brain-sciences/sitemap.xml
Sitemap: https://www.umass.edu/earth-sustainability/sitemap.xml
Sitemap: https://www.umass.edu/stockbridge/sitemap.xml
Sitemap: https://www.umass.edu/veterinary-animal-sciences/sitemap.xml
Sitemap: https://www.umass.edu/molecular-cellular/sitemap.xml
Sitemap: https://www.umass.edu/neuroscience-behavior/sitemap.xml
Sitemap: https://www.umass.edu/organismic-evolutionary/sitemap.xml
Sitemap: https://www.umass.edu/plant-biology/sitemap.xml
Sitemap: https://www.umass.edu/anthropology/sitemap.xml
Sitemap: https://www.umass.edu/communication/sitemap.xml
Sitemap: https://www.umass.edu/economics/sitemap.xml
Sitemap: https://www.umass.edu/journalism/sitemap.xml
Sitemap: https://www.umass.edu/labor/sitemap.xml
Sitemap: https://www.umass.edu/landscape-planning/sitemap.xml
Sitemap: https://www.umass.edu/political-science/sitemap.xml
Sitemap: https://www.umass.edu/resource-economics/sitemap.xml
Sitemap: https://www.umass.edu/public-policy/sitemap.xml
Sitemap: https://www.umass.edu/social-thought-political-economy/sitemap.xml
Sitemap: https://www.umass.edu/sociology/sitemap.xml
Sitemap: https://www.umass.edu/social-science-research/sitemap.xml
Sitemap: https://www.umass.edu/commencement/sitemap.xml
Sitemap: https://www.umass.edu/community-relations/sitemap.xml
Sitemap: https://www.umass.edu/old-chapel/sitemap.xml
Sitemap: https://www.umass.edu/strategicplan/sitemap.xml
Sitemap: https://www.umass.edu/magazine/sitemap.xml
A+Domain Intelligenceumass.edu — 40 years, 7 months old, hosted on FIVE-COLLEGES-AS - University of Massachusetts - AMHERST, USPASS
380 days
July 31, 2027
110 days
Issued by Internet2
40 years, 7 months
Registered March 25, 1986
Status unknown
Protects against DNS spoofing
FIVE-COLLEGES-AS - University of Massachusetts - AMHERST, US
ASN AS1249
128.119.8.148
Registrar unknown