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 || [],