summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pages/searchkey/[slug].jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/searchkey/[slug].jsx b/src/pages/searchkey/[slug].jsx
index 2fa3cf8d..fbe72dae 100644
--- a/src/pages/searchkey/[slug].jsx
+++ b/src/pages/searchkey/[slug].jsx
@@ -81,7 +81,7 @@ export default function KeywordPage() {
content: `Beli ${readableSlug}, harga ${readableSlug}, ${readableSlug} murah`,
},
]}
- canonical={`${process.env.NEXT_PUBLIC_SELF_HOST}${route.asPath}`}
+ canonical={`${process.env.NEXT_PUBLIC_SELF_HOST}/searchkey/${slugRaw}`}
/>
{/* ✅ Breadcrumb (auto fetch via component) */}