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
+2 -2
View File
@@ -47,10 +47,10 @@ export const getMetadataForLinkSurvey = async (
}, },
robots: { robots: {
index: false, index: false,
follow: true, follow: false,
googleBot: { googleBot: {
index: false, index: false,
follow: true, follow: false,
noimageindex: true, noimageindex: true,
}, },
}, },