Merge branch 'feat/seo-preview' into feat/healthcheck-seo

This commit is contained in:
Kailasdevdas
2026-05-26 12:34:21 +05:30
@@ -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 || [],