From 3af64014295f5eb9a0157aaf4f8f7385a1908c55 Mon Sep 17 00:00:00 2001 From: rishalkv Date: Tue, 26 May 2026 12:33:51 +0530 Subject: [PATCH] fix: og title description --- backend/src/controllers/doctor.controller.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backend/src/controllers/doctor.controller.js b/backend/src/controllers/doctor.controller.js index 38b42a3..e086e53 100644 --- a/backend/src/controllers/doctor.controller.js +++ b/backend/src/controllers/doctor.controller.js @@ -354,6 +354,8 @@ export const updateDoctor = async (req, res) => { professionalSummary, seoTitle, metaDescription, + ogTitle, + ogDescription, focusKeyphrase, slug, tags, @@ -429,6 +431,8 @@ export const updateDoctor = async (req, res) => { data: { seoTitle, metaDescription, + ogTitle, + ogDescription, ogImage, focusKeyphrase, slug: slug ? slug : null, @@ -441,6 +445,8 @@ export const updateDoctor = async (req, res) => { ogImage, seoTitle, metaDescription, + metaDescription, + ogTitle, focusKeyphrase, slug: slug ? slug : null, tags: tags || [],