Skip to main content

Posts Tagged ‘Content Delivery’

Redirects Featured Image

Simplifying Redirect Management in Sitecore XM Cloud with Next.js and Vercel Edge Config

As organizations continue their journey toward composable and headless architectures, the way we manage even simple things like redirects evolves too. Redirects are essential for SEO and user experience, but managing them within a CMS often introduces unnecessary complexity. In this blog, I will share how we streamlined redirect management for a Sitecore XM Cloud […]

Ssg And Isr

Deconstructing the Request Lifecycle in Sitecore Headless – Part 2: SSG and ISR Modes in Next.js

In my previous post, we explored the request lifecycle in a Sitecore headless application using Next.js, focusing on how Server Side Rendering (SSR) works in tandem with Sitecore’s Layout Service and the Next.js middleware layer.. But that’s only one part of the story. This follow-up post dives into Static Site Generation (SSG) and Incremental Static Regeneration […]