feat: seo preview #44

Merged
kailasdevdas merged 11 commits from feat/healthcheck-seo into dev 2026-05-26 07:33:40 +00:00
Showing only changes of commit f3cb4aee91 - Show all commits
@@ -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 || [],