diff --git a/backend/src/controllers/doctor.controller.js b/backend/src/controllers/doctor.controller.js index 8c7b6e1..88e262e 100644 --- a/backend/src/controllers/doctor.controller.js +++ b/backend/src/controllers/doctor.controller.js @@ -363,6 +363,8 @@ export const updateDoctor = async (req, res) => { professionalSummary, seoTitle, metaDescription, + ogTitle, + ogDescription, focusKeyphrase, slug, tags, @@ -438,6 +440,8 @@ export const updateDoctor = async (req, res) => { data: { seoTitle, metaDescription, + ogTitle, + ogDescription, ogImage, focusKeyphrase, slug: slug ? slug : null, @@ -450,6 +454,8 @@ export const updateDoctor = async (req, res) => { ogImage, seoTitle, metaDescription, + metaDescription, + ogTitle, focusKeyphrase, slug: slug ? slug : null, tags: tags || [],