Skip to content
https://climate.gov

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
82
GRADE
B
FIX
2
REVIEW
2
PASS
5
INFO
0
Probed from Madrid, Spain
301 Moved Permanently
Checks
9
5 PASS 2 REVIEW 2 FIX
D
Redirect Chain
Action
2 redirect(s), 1532 ms total
FIX
2 redirect(s), 1532 ms total
Warning::
2 redirects before reaching final URL
Each redirect adds latency. Try to minimize the chain to 1 hop.
Info::
WWW normalization redirect
Info::
Uses 302 (temporary) redirect
If permanent, use 301 instead.
Got: https://www.climate.gov/
Warning::
Redirect overhead: 1532 ms total
Got: 1532 ms
Info::
Cross-domain redirect detected

https://climate.gov

408 ms · HTTP/1.1

301

https://www.climate.gov/

458 ms · HTTP/1.1

302

https://www.noaa.gov/climate

666 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://climate.gov301408 msHTTP/1.1Apache
2https://www.climate.gov/302458 msHTTP/1.1Apache
3https://www.noaa.gov/climate200666 msHTTP/1.1Apache

See the visual redirect chain in the HTTP Probe tab →

Each redirect adds latency. Try to minimize the chain to 1 hop.

Why this matters

Redirect chain — each hop adds latency; combine into one redirect where possible.

Source: Google Search Central / web.dev

If permanent, use 301 instead.

Why this matters

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

D
CDN & Delivery
Action
No CDN detected
FIX
No CDN detected
Warning::
No CDN detected
A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.
No CDN detected

Consider using a CDN to improve global delivery speed and reduce origin load.

C
IPv6 Readiness
Action
No IPv6 support
REVIEW
No IPv6 support
Info::
No IPv6 (AAAA) records found
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No IPv6 Support
About 40% of internet users have IPv6. Consider adding AAAA records.

IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

Why this matters

No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.

Source: Google IPv6 stats

B
TLS Certificate Expiry & Recommendations
85 days until leaf cert expires — 3 issues to address
REVIEW

Certificate validity

85
days left
0d 30d 60d 90d+

Recommended actions

  • Prefer TLS 1.3 — TLS 1.2 is acceptable but TLS 1.3 removes RSA key exchange and improves latency
  • Add the preload directive and submit to hstspreload.org once max-age + includeSubDomains are in place
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
A
DNS Records
2 A records, 398 ms lookup
PASS
2 A records, 398 ms lookup
Info::
Resolves to 2 IPv4 address(es)
Got: 137.75.88.52, 137.75.88.7
Info::
No IPv6 (AAAA) records
Info::
3 nameserver(s) configured
Got: ns-03.noaa.gov, ns-02.noaa.gov, ns-01.noaa.gov
Info::
No MX records — email not configured via DNS
Info::
CAA records not checked
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Info::
SPF record present in TXT
Warning::
DNS resolution is slow (398 ms)
Slow DNS adds latency to every page load. Consider a faster DNS provider.
Got: 398 ms
A137.75.88.52, 137.75.88.7
AAAA
CNAME
NSns-03.noaa.gov, ns-02.noaa.gov, ns-01.noaa.gov
MX
TXT
SPF v=spf1 -all
google-site-verification=0QtLe9SqMNRWAa2mxQRIO9pdhn4zgK3fxOrxr-BocUc
CAALookup not available with standard resolver
Resolved in 398 ms

CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.

Why this matters

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.

Why this matters

DNS resolution is slow — anycast DNS providers (Cloudflare, Route 53) typically resolve <50ms globally.

Source: DNS performance benchmarks

A+
Crawlability
robots.txt present, sitemap with 2 URLs
PASS
robots.txt present, sitemap with 2 URLs
Info::
robots.txt is present
Got: 3056 bytes
Info::
sitemap.xml is present
Info::
sitemap.xml is valid XML
Info::
sitemap.xml contains 2 entries
Info::
Sitemap index with 2 child sitemaps
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Why this matters

robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.

Source: sitemaps.org

robots.txt 200 OK
Size 3056 B Sitemaps referenced 0 User-agents * Blocking No — crawling allowed
#
# 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: /modules/
Disallow: /profiles/
Disallow: /scripts/
Disallow: /themes/


# 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: /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

# Disallow specific content here
Disallow: /maps-data/tools-interactives/
Disallow: /maps-data/data-snapshots/averagemintemp-decade-loca-rcp45-*
Disallow: /maps-data/data-snapshots/averagemintemp-decade-loca-rcp85-*
Disallow: /maps-data/data-snapshots/averagemaxtemp-decade-loca-rcp45-*
Disallow: /maps-data/data-snapshots/averagemaxtemp-decade-loca-rcp85-*
Disallow: /maps-data/data-snapshots/averagetemp-decade-loca-rcp45-*
Disallow: /maps-data/data-snapshots/averagetemp-decade-loca-rcp85-*
Disallow: /maps-data/data-snapshots/averagetemp-monthly-cmb-*
Disallow: /maps-data/data-snapshots/averagetempanom-monthly-cmb-*
Disallow: /maps-data/data-snapshots/droughtoutlook-monthly-cpc-*
Disallow: /maps-data/data-snapshots/geopolar-ssta-monthly-nnvl-*
Disallow: /maps-data/data-snapshots/oisst-daily-cdr-*
Disallow: /maps-data/data-snapshots/oissta-monthly-nnvl-*
Disallow: /maps-data/data-snapshots/precipanom-monthly-cmb-*
Disallow: /maps-data/data-snapshots/precipoutlook-3month-cpc-*
Disallow: /maps-data/data-snapshots/precipoutlook-monthly-cpc-*
Disallow: /maps-data/data-snapshots/tempanomaly-monthly-nnvl-*
Disallow: /maps-data/data-snapshots/tempoutlook-3month-cpc-*
Disallow: /maps-data/data-snapshots/tempoutlook-monthly-cpc-*
Disallow: /maps-data/data-snapshots/totalprecip-monthly-cmb-*
Disallow: /maps-data/data-snapshots/usdroughtmonitor-weekly-ndmc-*
sitemap.xml 200 OK
Type Sitemap Index URLs 2 entries Valid XML Yes
A+
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
PASS
www/non-www, trailing slash, HTTP→HTTPS
Info::
www/non-www redirect configured correctly (preferred: non-www)
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

302https://www.climate.gov/
200https://climate.gov/

Preferred variant: non-www

HTTP → HTTPS

301http://climate.gov/ https://www.climate.gov/

Consistent

A+
Domain Intelligence
climate.gov — via get.gov, 26 years, 10 months old, hosted on NOAA-NWAVE - National Oceanic and Atmospheric Administration, US
PASS
climate.gov — via get.gov, 26 years, 10 months old, hosted on NOAA-NWAVE - National Oceanic and Atmospheric Administration, US
Info::
Domain registered until Sep 29, 2026 (5 months remaining)
Info::
DNSSEC is enabled
Info::
Registrar: get.gov
Warning::
Registrar lock is NOT enabled
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.
Info::
Hosting: NOAA-NWAVE - National Oceanic and Atmospheric Administration, US
Got: AS3477
Domain expiry

78 days

September 29, 2026

SSL certificate

85 days

Issued by Let's Encrypt

Domain age

26 years, 10 months

Registered October 28, 1999

DNSSEC

Enabled

Protects against DNS spoofing

Hosting

NOAA-NWAVE - National Oceanic and Atmospheric Administration, US

ASN AS3477

137.75.88.52

Registrar

get.gov

Unlocked 3 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Renew the domain or enable auto-renewal to prevent accidental expiry
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar get.gov
Created October 28, 1999 (26 years, 10 months ago)
Expires September 29, 2026 (5 months)
Last Updated October 4, 2025
Name Servers ns-01.noaa.gov, ns-02.noaa.gov, ns-03.noaa.gov
DNSSEC Enabled
Registrant REDACTED FOR PRIVACY
Hosting
IP Address 137.75.88.52
ASN AS3477 (NOAA-NWAVE - National Oceanic and Atmospheric Administration, US)
Provider NOAA-NWAVE - National Oceanic and Atmospheric Administration, US
Data source: rdap (0.6s)

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.

Why this matters

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

A
HTTP Probe Timing
Total 637 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
232 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
100 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
204 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
637 ms
Total Time Total request time from DNS lookup through full response.
637 ms

Connection waterfall

DNS Lookup 232 ms TCP Connect 100 ms TLS Handshake 204 ms Server Processing 101 ms Content Transfer 0 ms
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback