Compare commits

...

1 Commits

Author SHA1 Message Date
harshsbhat
ea486a7e2f chore: SEO updates to remove no-follow 2026-01-16 16:20:52 +05:30

View File

@@ -47,10 +47,10 @@ export const getMetadataForLinkSurvey = async (
},
robots: {
index: false,
follow: true,
follow: false,
googleBot: {
index: false,
follow: true,
follow: false,
noimageindex: true,
},
},