Can you embed amazon.com in an iframe?

No — amazon.com blocks iframe embedding. amazon.com responds with `X-Frame-Options: SAMEORIGIN`. The page can only be framed by pages on the same origin (amazon.com itself). From any other domain — including yours — the browser blocks it.

Live Test In Your Browser

We just tried loading amazon.com in a real iframe below. If the site appears, embedding works from your browser. If it stays blank or shows an error, it is blocked.

Open in the full tester →

What amazon.com Sends

X-Frame-Options: sameorigin

X-Frame-Options: SAMEORIGIN. SAMEORIGIN is common for logged-in dashboards and account pages: amazon.com frames its own pages internally but refuses every external embedder. You will see the page load fine when you open it directly, but a "refused to connect" error inside an iframe on your site. Use an official embed method if amazon.com offers one.

Source: curated reference · last checked 2026-06-12