Skip to content
https://www.amazon.com

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
80
GRADE
B
FIX
1
REVIEW
4
PASS
4
INFO
0
Probed from New York, United Stated
202 HTTP 202
Checks
9
4 PASS 4 REVIEW 1 FIX
F
IPv6 Readiness
Action
IPv6 records exist but unreachable
FIX
IPv6 records exist but unreachable
Warning::
IPv6 DNS records exist but server is not reachable
Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
Got: 2600:9000:2026:ae00:7:49a5:5fd6:da1, 2600:9000:2026:ec00:7:49a5:5fd6:da1, 2600:9000:2026:fc00:7:49a5:5fd6:da1, 2600:9000:2026:3000:7:49a5:5fd6:da1, 2600:9000:2026:6c00:7:49a5:5fd6:da1, 2600:9000:2026:3e00:7:49a5:5fd6:da1, 2600:9000:2026:4800:7:49a5:5fd6:da1, 2600:9000:2026:e400:7:49a5:5fd6:da1
Info::
IPv6 connection error
Got: dial tcp6 [2600:9000:2026:ae00:7:49a5:5fd6:da1]:443: connect: no route to host
IPv6 Misconfigured
AAAA Records 2600:9000:2026:ae00:7:49a5:5fd6:da1, 2600:9000:2026:ec00:7:49a5:5fd6:da1, 2600:9000:2026:fc00:7:49a5:5fd6:da1, 2600:9000:2026:3000:7:49a5:5fd6:da1, 2600:9000:2026:6c00:7:49a5:5fd6:da1, 2600:9000:2026:3e00:7:49a5:5fd6:da1, 2600:9000:2026:4800:7:49a5:5fd6:da1, 2600:9000:2026:e400:7:49a5:5fd6:da1 Connection UNREACHABLE

Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.

Why this matters

Advertising IPv6 (AAAA records) without a reachable server means IPv6-preferring clients silently fail every connection.

Learn more

Modern browsers prefer IPv6 if AAAA exists (Happy Eyeballs algorithm). If the IPv6 server isn't reachable, browsers fall back to IPv4 — but with seconds of added latency per request. Either fix IPv6 reachability or remove the AAAA records.

Source: RFC 8305 (Happy Eyeballs)

B
DNS Records
1 A records, 16 ms lookup
REVIEW
1 A records, 16 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 52.84.54.204
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
Has 8 IPv6 (AAAA) record(s)
Got: 2600:9000:2026:ae00:7:49a5:5fd6:da1, 2600:9000:2026:ec00:7:49a5:5fd6:da1, 2600:9000:2026:fc00:7:49a5:5fd6:da1, 2600:9000:2026:3000:7:49a5:5fd6:da1, 2600:9000:2026:6c00:7:49a5:5fd6:da1, 2600:9000:2026:3e00:7:49a5:5fd6:da1, 2600:9000:2026:4800:7:49a5:5fd6:da1, 2600:9000:2026:e400:7:49a5:5fd6:da1
Warning::
CNAME record at zone apex
A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.
Got: tp.47cf2c8c9-frontier.amazon.com
Info::
No NS records found
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::
No SPF record found in TXT records
SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
Info::
DNS resolution time: 16 ms
Got: 16 ms
A52.84.54.204
AAAA2600:9000:2026:ae00:7:49a5:5fd6:da1, 2600:9000:2026:ec00:7:49a5:5fd6:da1, 2600:9000:2026:fc00:7:49a5:5fd6:da1, 2600:9000:2026:3000:7:49a5:5fd6:da1, 2600:9000:2026:6c00:7:49a5:5fd6:da1, 2600:9000:2026:3e00:7:49a5:5fd6:da1, 2600:9000:2026:4800:7:49a5:5fd6:da1, 2600:9000:2026:e400:7:49a5:5fd6:da1
CNAMEtp.47cf2c8c9-frontier.amazon.com
NS
MX
TXT
CAALookup not available with standard resolver
Resolved in 16 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

A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.

Why this matters

CNAME at the apex (example.com) breaks every other apex record (MX, TXT, NS) — DNS-protocol violation per RFC 1034.

Learn more

RFC 1034 forbids CNAME alongside other records at the same name. Some DNS providers offer ALIAS / ANAME / flattened-CNAME records that work around this — use those instead. Otherwise apex-level CNAME breaks email (no MX), domain ownership verification (no TXT), and more.

Source: RFC 1034

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.

SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.

Why this matters

Without SPF, receiving servers can't validate sending IPs — your domain is easier to spoof in phishing.

Learn more

SPF complements DMARC. Both should be published. SPF records list authorized sending IPs (e.g., `v=spf1 include:_spf.google.com ~all` for Google Workspace). After publishing, verify in Google Postmaster Tools or mxtoolbox.

Source: RFC 7208 (SPF)

B
Crawlability
robots.txt present, no sitemap
REVIEW
robots.txt present, no sitemap
Info::
robots.txt is present
Got: 5888 bytes
Info::
No sitemap.xml found
A sitemap helps search engines discover and index your pages more efficiently.
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

A sitemap helps search engines discover and index your pages more efficiently.

Why this matters

No sitemap.xml — Google relies on crawl-graph discovery alone, slowing indexing of deep or fresh URLs.

Learn more

A sitemap accelerates Google's discovery of new and updated content. Most CMSes auto-generate one; static-site frameworks need a build-step plugin. Reference it from robots.txt and submit in Search Console to confirm Google can fetch it.

Source: sitemaps.org / Google Search Central

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 5888 B Sitemaps referenced 0 User-agents CopilotNative, imgproxy, ChatGPT-User, EtaoSpider, ClaudeBot, iaskspider, wpbot, aiHitBot, Brightbot, ISSCyberRiskCrawler, SemrushBot-SWA, *, PerplexityBot, GoogleAgent-Mariner, PanguBot, meta-externalfetcher, OAI-SearchBot, PetalBot, Gemini-Deep-Research, Sidetrade indexer bot, DuckAssistBot, Timpibot, GPTBot, MistralAI-User, Google-NotebookLM, Google-CloudVertexBot, cohere-ai, YouBot, Perplexity-User, CopilotSapphire, meta-externalagent, Scrapy, AI2Bot, CCBot, Devin, FriendlyCrawler, VelenPublicWebCrawler, Thinkbot, omgili, Diffbot, Copilot, Ai2Bot-Dolma, img2dataset, Google-Extended, GoogleAgent-Shopping, Bytespider, Claude-User, Claude-SearchBot Blocking No — crawling allowed
User-agent: *
Disallow: /exec/obidos/account-access-login
Disallow: /exec/obidos/change-style
Disallow: /exec/obidos/flex-sign-in
Disallow: /exec/obidos/handle-buy-box
Disallow: /exec/obidos/tg/cm/member/
Disallow: /gp/aw/help/id=sss
Disallow: /gp/cart
Disallow: /gp/flex
Disallow: /gp/product/e-mail-friend
Disallow: /gp/product/product-availability
Disallow: /gp/product/rate-this-item
Disallow: /gp/sign-in
Disallow: /gp/reader
Disallow: /gp/sitbv3/reader
Disallow: /gp/richpub/syltguides/create
Disallow: /gp/gfix
Disallow: /gp/associations/wizard.html
Disallow: /gp/dmusic/order
Disallow: /gp/legacy-handle-buy-box.html
Disallow: /gp/aws/ssop
Disallow: /gp/yourstore
Disallow: /gp/gift-central/organizer/add-wishlist
Disallow: /gp/vote
Disallow: /gp/voting/
Disallow: /gp/music/wma-pop-up
Disallow: /gp/customer-images
Disallow: /gp/richpub/listmania/createpipeline
Disallow: /gp/content-form
Disallow: /gp/pdp/invitation/invite
Disallow: /gp/customer-reviews/common/du
Disallow: /gp/customer-reviews/write-a-review.html
Disallow: /gp/associations/wizard.html
Disallow: /gp/music/clipserve
Disallow: /gp/customer-media/upload
Disallow: /gp/history
Disallow: /gp/item-dispatch
Disallow: /gp/dmusic/order/handle-buy-box.html
Disallow: /gp/recsradio
Disallow: /gp/slredirect
Disallow: /dp/shipping/
Disallow: /dp/twister-update/
Disallow: /dp/manual-submit/
Disallow: /dp/e-mail-friend/
Disallow: /dp/product-availability/
Disallow: /dp/rate-this-item/
Disallow: /gp/registry/wishlist/*/reserve
Disallow: /gp/structured-ratings/actions/get-experience.html
Disallow: /gp/twitter/
Disallow: /ap/signin
Disallow: /gp/registry/wishlist/
Disallow: /wishlist/
Allow: /wishlist/universal*
Allow: /wishlist/vendor-button*
Allow: /wishlist/get-button*
Disallow: /gp/wishlist/
Allow: /gp/wishlist/universal*
Allow: /gp/wishlist/vendor-button*
Allow: /gp/wishlist/ipad-install*
Disallow: /registry/wishlist/
Disallow: /review/common/du
Disallow: /gp/registry/search.html
Disallow: /product-reviews/B0069IY63Y
Disallow: /gp/orc/rml/
Disallow: */gcrnsts
Disallow: /gp/gc/widget
Disallow: /gp/dmusic/mp3/player
Disallow: /gp/entity-alert/external
Disallow: /gp/customer-reviews/dynamic/sims-box
Disallow: /review/dynamic/sims-box
Disallow: /gp/redirect.html
Disallow: /gp/twister/ajaxv2
Disallow: /ss/twister/ajax
Disallow: /b?*node=7454917011
Disallow: /b?*node=7454927011
Disallow: /b?*node=7454939011
Disallow: /b?*node=7454898011
Disallow: /gp/customer-media/actions/delete/
Disallow: /gp/customer-media/actions/edit-caption/
Disallow: /gp/dmusic/
Allow: /gp/dmusic/promotions/PrimeMusic
Allow: /gp/dmusic/promotions/AmazonMusicUnlimited
Disallow: /gp/offer-listing/
Disallow: /b?*node=9052533011
Disallow: /lm/R1XIHQVKXSKBNJ
Disallow: /lm/R3HQ5WJSZK6QSO
Disallow: /surprise/
Disallow: /local/ajax/
Disallow: /gp/socialmedia/giveaways
Disallow: /gp/b2b-rd
Disallow: /gp/aw/so.html
Disallow: /reviews/iframe
Disallow: /gp/switch-language
Disallow: /ga/p/
Disallow: /gp/profile/
Disallow: /giveaway/host/setup/
Disallow: /ss/customer-reviews/lighthouse/
Disallow: /ospublishing/story/*
Disallow: /gp/aw/ol/
Disallow: /gp/promotion/
Disallow: /hz/leaderboard/top-reviewers/
Disallow: /creatorhub
Disallow: /creatorhub/*
Disallow: /slp/s$
Disallow: /-/
Allow: /-/es/
Allow: /-/en$
Allow: /-/zh_TW/
Allow: /-/zh_TW$
Allow: /-/he/
Allow: /-/he$
Disallow: /hz/help/contact/*/message/$
Disallow: /gp/aw/shoppingAids/
Disallow: /rss/people/*/reviews
Disallow: /gp/pdp/rss/*/reviews
Disallow: /gp/cdp/member-reviews/
Disallow: /gp/aw/cr/
Allow: /gp/offer-listing/B000
Allow: /gp/offer-listing/9000
Disallow: /gp/aag
Allow: /gp/aag/main?*seller=ABVFEJU8LS620
Disallow: /gp/pdp/profile/
Disallow: /gp/help/customer/express/c2c/
Disallow: /slp/*/b$
Disallow: /hz/contact-us/ajax/initiate-trusted-contact/
Disallow: /hp/video/
Disallow: /gp/video/api
Disallow: /gp/video/settings
Disallow: /gp/video/library
Disallow: /gp/video/watchlist
Disallow: /gp/video/mystuff
Disallow: /gp/video/profiles
Disallow: /gp/video/search
Disallow: /gp/video/auth
Disallow: /gp/video/salp/i
Disallow: /icdp/

User-agent: EtaoSpider
Disallow: /

User-agent: GPTBot
Disallow: /


User-agent: CCBot
Disallow: /

User-Agent: PerplexityBot
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: GoogleAgent-Mariner
Disallow: /

User-agent: GoogleAgent-Shopping
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: meta-externalagent
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: Scrapy
Disallow: /

User-agent: PetalBot
Disallow: /

User-agent: Devin
Disallow: /

User-agent: omgili
Disallow: /

User-agent: AI2Bot
Disallow: /

User-agent: Gemini-Deep-Research
Disallow: /

User-agent: PanguBot
Disallow: /

User-agent: MistralAI-User
Disallow: /

User-agent: Diffbot
Disallow: /

User-agent: Sidetrade indexer bot
Disallow: /

User-agent: Google-NotebookLM
Disallow: /

User-agent: DuckAssistBot
Disallow: /

User-agent: Copilot
Disallow: /

User-agent: Ai2Bot-Dolma
Disallow: /

User-agent: Google-CloudVertexBot
Disallow: /

User-agent: meta-externalfetcher
Disallow: /

User-agent: iaskspider
Disallow: /

User-agent: wpbot
Disallow: /

User-agent: aiHitBot
Disallow: /

User-agent: cohere-ai
Disallow: /

User-agent: FriendlyCrawler
Disallow: /

User-agent: img2dataset
Disallow: /

User-agent: VelenPublicWebCrawler
Disallow: /

User-agent: YouBot
Disallow: /

User-agent: Brightbot
Disallow: /

User-agent: Claude-User
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: Claude-SearchBot
Disallow: /

User-agent: Perplexity-User
Disallow: /

User-agent: ISSCyberRiskCrawler
Disallow: /

User-agent: CopilotNative
Disallow: /

User-agent: CopilotSapphire
Disallow: /

User-agent: imgproxy
Disallow: /

User-agent: SemrushBot-SWA
Disallow: /

User-agent: ChatGPT-User
Disallow: /

User-agent: OAI-SearchBot
Disallow: /

User-agent: Timpibot
Disallow: /

User-agent: Thinkbot
Disallow: /
sitemap.xml No sitemap found

No sitemap found

Adding a sitemap helps search engines discover your pages.

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

Certificate validity

279
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
B
CDN & Delivery
AWS CloudFront (Error from cloudfront)
REVIEW
AWS CloudFront (Error from cloudfront)
Info::
Site is served via AWS CloudFront CDN (edge: JFK50-P16)
Got: x-amz-cf-id: J0VaQkYgRkWYQo5q7j8xrgh4vGyGmOzGPgkJawqVPunknWgiv9Nmrw==
Info::
CDN cache status: Error from cloudfront
CDN Detected: AWS CloudFront
Provider AWS CloudFront Cache Status Error from cloudfront Evidence x-amz-cf-id: J0VaQkYgRkWYQo5q7j8xrgh4vGyGmOzGPgkJawqVPunknWgiv9Nmrw==
A+
Redirect Chain
No redirects — direct access
PASS
No redirects — direct access
Info::
No redirects — direct access
Got: https://www.amazon.com

https://www.amazon.com

12 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://www.amazon.com20212 msHTTP/1.1CloudFront
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: www)
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

200https://www.amazon.com/
301https://amazon.com/

Preferred variant: www

HTTP → HTTPS

301http://www.amazon.com/ https://www.amazon.com/

Consistent

A+
Domain Intelligence
amazon.com — via MarkMonitor Inc., 31 years, 10 months old, hosted on AWS
PASS
amazon.com — via MarkMonitor Inc., 31 years, 10 months old, hosted on AWS
Info::
Domain registered until Oct 31, 2026 (6 months remaining)
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: MarkMonitor Inc.
Info::
Hosting: AWS
Got: AS14618
Domain expiry

75 days

October 31, 2026

SSL certificate

279 days

Issued by Amazon

Domain age

31 years, 10 months

Registered November 1, 1994

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

AWS

ASN AS14618

98.87.170.71

Registrar

MarkMonitor Inc.

Lock status unknown 8 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 DNSSEC to protect visitors from DNS spoofing
Registrar MarkMonitor Inc.
Created November 1, 1994 (31 years, 10 months ago)
Expires October 31, 2026 (6 months)
Last Updated July 31, 2025
Name Servers ns1.amzndns.co.uk, ns1.amzndns.com, ns1.amzndns.net, ns1.amzndns.org, ns2.amzndns.co.uk, ns2.amzndns.com, ns2.amzndns.net, ns2.amzndns.org
DNSSEC Not enabled
Hosting
IP Address 98.87.170.71
ASN AS14618 (AMAZON-AES - Amazon.com, Inc., US)
Provider AWS
Data source: rdap (0.1s)

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

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

Connection waterfall

DNS Lookup 4 ms TCP Connect 1 ms TLS Handshake 4 ms Server Processing 4 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