@burdenoff/website-sdk 2026.723.1 → 2026.724.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -670,7 +670,8 @@ function BlogListPage(props) {
670
670
  title: seoTitle,
671
671
  description: seoDescription || heroSubtitle,
672
672
  productName,
673
- keywords: seoKeywords
673
+ keywords: seoKeywords,
674
+ url: typeof window !== "undefined" ? window.location.origin + window.location.pathname : void 0
674
675
  }
675
676
  ),
676
677
  /* @__PURE__ */ jsxRuntime.jsx("section", { className: "py-16 sm:py-20 md:py-24", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-center max-w-3xl mx-auto", children: [
@@ -808,7 +809,9 @@ function BlogPostPage(props) {
808
809
  title: post.seoTitle || post.title,
809
810
  description: post.seoDescription || post.excerpt || "",
810
811
  productName,
811
- keywords: post.seoKeywords || ""
812
+ keywords: post.seoKeywords || "",
813
+ image: post.thumbnail || void 0,
814
+ url: typeof window !== "undefined" ? window.location.origin + window.location.pathname : void 0
812
815
  }
813
816
  ),
814
817
  /* @__PURE__ */ jsxRuntime.jsxs("article", { className: "max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-20", children: [