Signed Exchanges (SXGs) Support #37640
Replies: 4 comments
-
Google provides a tool called amppackager to improve AMP URLs via Signed Exchanges. By running AMP pages in a proper configuration, web publishers enable origin URLs to appear in AMP search results. |
Beta Was this translation helpful? Give feedback.
-
A must-have and now starting to be supported on many popular browsers: https://caniuse.com/sxg |
Beta Was this translation helpful? Give feedback.
-
Any updates here? @leerob, Is this something you are looking at? |
Beta Was this translation helpful? Give feedback.
-
In my experience, one of the key challenges with Signed Exchanges is ensuring subresource prefetching works correctly. This is especially true for Next.js. I’ve written about this in detail in the second part of my series: https://blog.pawelpokrywka.com/p/subresources-prefetching-with-signed-exchanges Hope this adds value to the conversation! |
Beta Was this translation helpful? Give feedback.
-
It would be great to see Next.js or Vercel integrate with signed exchanges.
Introduced by Google in 2020, Signed Exchanges (SXGs) allow developers to accomplish the following:
To get started, check out the platform-specific SXG tooling, general-purpose SXG tooling and SXG libraries.
Beta Was this translation helpful? Give feedback.
All reactions