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 & Recommendations183 days until leaf cert expires — 3 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
- 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
A+DNS Records1 A records, 179 ms lookupPASS
| A | 199.107.32.183 |
| AAAA | — |
| CNAME | — |
| NS | ns1.f5clouddns.com, ns2.f5clouddns.com |
| MX | 10 vermont-gov.mail.protection.outlook.com |
| TXT | P9wd1pAFUhqx5FAcg60eNwPDQS8AdNw9aRF9P49gIYY= s8nqgr3e3g9r00279t0svmquqe google-site-verification=ckgHE-3N1t3sVfYEmWuVQLN7bKJZrAkTcgImQuhoDQQ MS=ms65455399 wrike-verification=NjI1NzY1ODozMjIwMWI5NzdkZDQ0ZWQ4MzgxMzYyYjYwNzE4ZDBjMmMyNDZjM... google-site-verification=owVp35akPa0awk7ixQ3-mgIGWOAr0iK4QhxAR3MJUNE zrzYGWGwHWYfFZ+RfcE9SoFoHKv2l6ioyRzsHGceIAlmHWtDPhoIB10xmrVGWSeGw99hnjDf0Ksyzj3q... bRzQ+cmsPtUo9agtLg6rfHNzGpgtxCg+fPIsBgQIBHs= 6creq1cm2ssj9275vrn9a6p5eb globalsign-domain-verification=2EA4E5D6B8D85A86DFD870D4D9650E19 docusign=ead83d79-8806-4d6d-855f-3df86633a0c7 docusign=f9857486-48f2-4d99-bc38-2229a93744e7 google-site-verification=I69Wx7YuXh_tp9n0jix5zIUj4DoOriPuiHDAGF6VHgA o0YoMzLbEClFc/A7+dZAeLTLYey1ILxkZtZDYvF7thU= ZzrWnEGJ6y2XBlvIz5uEil0TDTm2j6mhU2faF/s75uY= ssrggort8jcu8h24duudojhond qgubti5ja6rj3nq10feg0l8j19 _globalsign-domain-verification=wFsj4Kc2wD4vVBiqbzT2ls_I-WuE16kNlC_b77gjHy SPF v=spf1 ip4:52.227.25.43 ip4:216.243.148.66 ip4:159.105.0.0/16 ip4:170.222.64.128... vmware-cloud-verification-fe481b46-1bda-41fd-b5e4-db613ab16922 F41A7FC79068DC2DD7F7686BF58887AA173E9B890177777AF71550CD0B4927F3 paloaltonetworks-site-verification=f52d0ab8c7de5692d85cfbe0002d5fb9334be47281443... f2kca52jhj2oiib5q049qu77k 8m93g63b8e366v5gu479kvol51 tedmdhpq7vj085589v9bgg69at google-gws-recovery-domain-verification=58530958 Ox/roeqf9DqWoNlVGAV5D+RdJM2d9bJe14dFsDSLDsI= google-site-verification=ckgHE-3N1t3sVfYEmWuVQLN7bKJZrAkTcglmQuhoDQQ |
| 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), 865 ms totalPASS
https://vermont.gov
505 ms · HTTP/1.0
https://www.vermont.gov/
360 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://vermont.gov | 302 | 505 ms | HTTP/1.0 | BigIP |
| 2 | https://www.vermont.gov/ | 200 | 360 ms | HTTP/1.1 | nginx |
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 1 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
Disallow: /calendar/*
Disallow: /*/calendar/*
Disallow: /calendar-field_event_date/*
Disallow: /*/calendar-field_event_date/*
Disallow: /calendar_field_event_date/*
Disallow: /*/calendar_field_event_date/*
Disallow: /calendar-field_date/*
Disallow: /*/calendar-field_date/*
Disallow: /documents/*
Disallow: /*/documents/*
# 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
# Bots
User-agent: CCBot
Disallow: /
User-agent: ChatGPT-User
Disallow: /
User-agent: GPTBot
Disallow: /
User-agent: Applebot-Extended
Disallow: /
User-agent: anthropic-ai
Disallow: /
User-agent: ClaudeBot
Disallow: /
User-agent: Omgilibot
Disallow: /
User-agent: Omgili
Disallow: /
User-agent: Diffbot
Disallow: /
User-agent: DuckAssistBot
Disallow: /
User-agent: AI2Bot
Disallow: /
User-agent: Bytespider
Disallow: /
User-agent: Kangaroo Bot
Disallow: /
User-agent: PanguBot
Disallow: /
User-agent: ImagesiftBot
Disallow: /
User-agent: PerplexityBot
Disallow: /
User-agent: cohere-ai
Disallow: /
User-agent: cohere-training-data-crawler
Disallow: /
User-agent: Timpibot
Disallow: /
User-agent: Webzio-Extended
Disallow: /
User-agent: YouBot
Disallow: /
User-agent: OAI-SearchBot
Disallow: /
User-agent: Claude-Web
Disallow: /
A+Domain Intelligencevermont.gov — via get.gov, 25 years, 1 months old, hosted on TYLERTECH-NIC1 - Tyler Technologies, Inc., USPASS
25 days
August 11, 2026
183 days
Issued by GlobalSign nv-sa
25 years, 1 months
Registered July 30, 2001
Enabled
Protects against DNS spoofing
TYLERTECH-NIC1 - Tyler Technologies, Inc., US
ASN AS394572
199.107.32.183
get.gov
Expiry timeline
Recommended actions
- Renew the domain or enable auto-renewal to prevent accidental expiry
- 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