diff --git a/src/app/robots.ts b/src/app/robots.ts index 0c36b9bc3..3265d2247 100644 --- a/src/app/robots.ts +++ b/src/app/robots.ts @@ -4,6 +4,7 @@ export default function robots(): MetadataRoute.Robots { return { rules: { userAgent: "*", + disallow: ["/studio", "/shared", "/api"], }, sitemap: new URL("sitemap.xml", process.env.NEXT_PUBLIC_URL).toString(), };