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, professionalSummary,
seoTitle, seoTitle,
metaDescription, metaDescription,
ogTitle,
ogDescription,
focusKeyphrase, focusKeyphrase,
slug, slug,
tags, tags,
@@ -438,6 +440,8 @@ export const updateDoctor = async (req, res) => {
data: { data: {
seoTitle, seoTitle,
metaDescription, metaDescription,
ogTitle,
ogDescription,
ogImage, ogImage,
focusKeyphrase, focusKeyphrase,
slug: slug ? slug : null, slug: slug ? slug : null,
@@ -450,6 +454,8 @@ export const updateDoctor = async (req, res) => {
ogImage, ogImage,
seoTitle, seoTitle,
metaDescription, metaDescription,
metaDescription,
ogTitle,
focusKeyphrase, focusKeyphrase,
slug: slug ? slug : null, slug: slug ? slug : null,
tags: tags || [], tags: tags || [],