From f4cf2e39a47c4db7c317a525efb4ae6a3beaa18a Mon Sep 17 00:00:00 2001 From: fahed Date: Thu, 5 Mar 2026 17:50:45 +0300 Subject: [PATCH] fix: remove duplicate page titles, add OG meta for review links - Removed h1 titles from Settings and Brands (already in Header) - Server injects og:title, og:description, og:image meta tags for /review-post/:token URLs so WhatsApp/Slack show proper previews Co-Authored-By: Claude Opus 4.6 --- client/src/pages/Brands.jsx | 8 +----- client/src/pages/Settings.jsx | 9 +------ server/server.js | 46 +++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 15 deletions(-) diff --git a/client/src/pages/Brands.jsx b/client/src/pages/Brands.jsx index 11991e7..961811c 100644 --- a/client/src/pages/Brands.jsx +++ b/client/src/pages/Brands.jsx @@ -129,13 +129,7 @@ export default function Brands() {
{/* Header */}
-
-

- - {t('brands.title')} -

-

{t('brands.manageBrands')}

-
+

{t('brands.manageBrands')}

{isSuperadminOrManager && (