Skip to content
https://jetblue.com

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
79
GRADE
C
FIX
1
REVIEW
2
PASS
6
INFO
0
Probed from Sao Paulo, Brazil
301 Moved Permanently
Checks
9
6 PASS 2 REVIEW 1 FIX
D
URL Variants
Action
www/non-www, trailing slash, HTTP→HTTPS
FIX
www/non-www, trailing slash, HTTP→HTTPS
Critical::
Both www and non-www versions serve content
Got: Both variants return 200 Expected: One variant 301-redirects to the other
Critical::
HTTP version does not redirect to HTTPS
Got: HTTP 301 Expected: 301 redirect to HTTPS

www / non-www

200https://www.jetblue.com/
200https://jetblue.com/

Inconsistent — duplicate content risk

HTTP → HTTPS

301http://jetblue.com/ http://www.jetblue.com/

HTTP version does not redirect to HTTPS

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
50 days until leaf cert expires — 3 issues to address
REVIEW

Certificate validity

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

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
A
DNS Records
1 A records, 908 ms lookup
PASS
1 A records, 908 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 146.75.78.245
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
No IPv6 (AAAA) records
Info::
8 nameserver(s) configured
Got: dns1.p08.nsone.net, dns2.p08.nsone.net, dns3.p08.nsone.net, dns4.p08.nsone.net, ns01.jetbluedns.com, ns02.jetbluedns.com, ns03.jetbluedns.com, ns04.jetbluedns.com
Info::
1 mail exchanger(s) configured
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 (908 ms)
Slow DNS adds latency to every page load. Consider a faster DNS provider.
Got: 908 ms
A146.75.78.245
AAAA
CNAME
NSdns1.p08.nsone.net, dns2.p08.nsone.net, dns3.p08.nsone.net, dns4.p08.nsone.net, ns01.jetbluedns.com, ns02.jetbluedns.com, ns03.jetbluedns.com, ns04.jetbluedns.com
MX
10 jetblue-com.mail.protection.outlook.com
TXT
MS=ms35944686
MS=ms84486056
tTbZKk8zyixpOCJBxyO6gyOOACVRUtCEL15besVWCh141KuTovHQvFzK7KLtnSFNgWC+4enLf2nTLvbz...
SPF v=spf1 exists:%{i}._i.%{d}._d.espf.agari.com include:%{d}.e3.spf-protect.agari.c...
google-site-verification=LfAOCCN1Wh-UYSUX53wX1IC8IOMDByBzM8NIfF7fAHY
google-site-verification=U3lFyYXI7z7IDqB3yCwDXHvUTbBFZhZ3w74J1R-mCj8
google-site-verification=CTdix66ACoJS5PO2j6x388VRcEqdB-ZV1rbWKSKp0ZE
_globalsign-domain-verification=VPemhDee0EKRXi0IPzeSUrn849jHevrjIaTeDYOTZ4
apple-domain-verification=wccSN5Ce5ro3FLEv
atlassian-domain-verification=iup5C4bb2YQC58WxIgfs9WC2YvCppYaOO4OAVI9q9rjCXn8YiH...
airtable-verification=fe12edb25a33c12cfe81050dd8473dac
RJWbYEO4K+sYqts4DcN9o2mWR2UKKj1wxuBPoiA5Aha63+qHC6ATXIeTc+slDPt1Iipf+Etc3Y1fcVYC...
smartsheet-site-validation=-Q7rBBNh9qJMZXtiV1dRuOHFoCaJcqje
bw=P+O2u+gVwi1Y9AaYmz+jBYxAVKhhe35XGCq/frHJohh/
openai-domain-verification=dv-dv3P5PcDDOXoICS8cXMjOZwX
h1-domain-verification=jVNq6vV5ti4DaTAQVAaJhAvnyZzT3WdkcVypXNBGTqVaq8kn
cisco-ci-domain-verification=114fc3b81f20e29b8c5124fe4093435dfe7e010648dec071ac9...
_7szey1rcn4xyw40jempoxh95vynne0b
successfactors-site-verification=OWU5ZTM1NWQ5ZTU2OTEzZTk2OWZkMGYwZjg2Mjk0ODZlM2Y...
klaviyo-site-verification=SQMfvC
klaviyo-site-verification=SuL5FJ
_1xigychqc6hw00worbdsctmesdsp82v
sprout-social-7f84792a-5c74-4451-b560-f344f90732b3
onetrust-domain-verification=0a90be8c45c045a480dfb2e949730dff
onetrust-domain-verification=49e130fe01a14324b36d9bdd5b2606f1
CAALookup not available with standard resolver
Resolved in 908 ms

Multiple A records provide failover if one server goes down.

Why this matters

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.

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
Redirect Chain
1 redirect(s), 672 ms total
PASS
1 redirect(s), 672 ms total
Info::
Single redirect
Got: https://jetblue.com → https://www.jetblue.com/ (301)
Info::
WWW normalization redirect
Info::
Redirect overhead: 672 ms total
Got: 672 ms

https://jetblue.com

524 ms · HTTP/1.1

301

https://www.jetblue.com/

147 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://jetblue.com301524 msHTTP/1.1Varnish
2https://www.jetblue.com/200147 msHTTP/1.1

See the visual redirect chain in the HTTP Probe tab →

A+
Crawlability
robots.txt present, sitemap with 372 URLs
PASS
robots.txt present, sitemap with 372 URLs
Info::
robots.txt is present
Got: 503 bytes
Info::
sitemap.xml is present
Info::
sitemap.xml is valid XML
Info::
sitemap.xml contains 372 entries
Info::
robots.txt references sitemap
robots.txt 200 OK
Size 503 B Sitemaps referenced 5 User-agents * Blocking No — crawling allowed
User-Agent: *
Disallow: /manageflights/flightnotification/
Disallow: /vacations/Login
Disallow: /boardingpass/
Allow: /

Sitemap: https://www.jetblue.com/magnoliapublic/.rest/sitemap/v1/seo/home/sitemap.xml
Sitemap: https://www.globalsiteseo.com/jetblue.GSM/jetblue.gsm.index.en_super.xml
Sitemap: https://www.globalsiteseo.com/jetblue.GSM/jetblue.gsm.index.fr_super.xml
Sitemap: https://www.globalsiteseo.com/jetblue.GSM/jetblue.gsm.index.es_super.xml
Sitemap: https://www.jetblue.com/sitemap_index.xml
A
Domain Intelligence
jetblue.com — via CSC Corporate Domains, Inc., 27 years, 2 months old, hosted on Fastly
PASS
jetblue.com — via CSC Corporate Domains, Inc., 27 years, 2 months old, hosted on Fastly
Warning::
Domain expires in 75 days
Consider enabling auto-renewal to prevent accidental expiration.
Got: Expires Jun 30, 2026
Info::
DNSSEC is not enabled
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Info::
Registrar: CSC Corporate Domains, Inc.
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: Fastly
Got: AS54113
Domain expiry

EXPIRED

June 30, 2026

SSL certificate

50 days

Issued by Let's Encrypt

Domain age

27 years, 2 months

Registered June 30, 1999

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

Fastly

ASN AS54113

146.75.78.245

Registrar

CSC Corporate Domains, Inc.

Unlocked 8 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Domain has EXPIRED — renew immediately to avoid total site outage
  • Enable DNSSEC to protect visitors from DNS spoofing
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar CSC Corporate Domains, Inc.
Created June 30, 1999 (27 years, 2 months ago)
Expires June 30, 2026 (2 months)
Last Updated June 26, 2025
Name Servers dns1.p08.nsone.net, dns2.p08.nsone.net, dns3.p08.nsone.net, dns4.p08.nsone.net, ns01.jetbluedns.com, ns02.jetbluedns.com, ns03.jetbluedns.com, ns04.jetbluedns.com
DNSSEC Not enabled
Hosting
IP Address 146.75.78.245
ASN AS54113 (FASTLY - Fastly, Inc., US)
Provider Fastly
Data source: rdap (0.8s)

Consider enabling auto-renewal to prevent accidental expiration.

Why this matters

Domain expiry approaching — renew immediately and ensure auto-renew + alerting are configured.

Source: ICANN renewal policy

DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.

Why this matters

Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.

Learn more

DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.

Source: ICANN / RFC 4033

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 525 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
132 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
130 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
133 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
525 ms
Total Time Total request time from DNS lookup through full response.
525 ms

Connection waterfall

DNS Lookup 132 ms TCP Connect 130 ms TLS Handshake 133 ms Server Processing 130 ms Content Transfer 0 ms
A+
CDN & Delivery
Fastly (HIT)
PASS
Fastly (HIT)
Info::
Site is served via Fastly CDN
Got: x-served-by: cache-chi-kigq8000131-CHI
Info::
CDN cache status: HIT
CDN Detected: Fastly
Provider Fastly Cache Status HIT Evidence x-served-by: cache-chi-kigq8000131-CHI
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback