From 787447ff4ca91aa4ff080fb0f11a0f28ff3ce5a9 Mon Sep 17 00:00:00 2001 From: mikemikimike <13286568797@163.com> Date: Sat, 29 Aug 2026 13:59:31 +0800 Subject: [PATCH] chore: disallow llms-full robots routes (#60) --- apps/web/src/app/robots.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/robots.ts b/apps/web/src/app/robots.ts index a1c0a6c..1fec722 100644 --- a/apps/web/src/app/robots.ts +++ b/apps/web/src/app/robots.ts @@ -7,7 +7,7 @@ export default function robots(): MetadataRoute.Robots { { userAgent: '*', allow: '/', - disallow: ['/api/', '/llms.txt', '/llms.mdx/'], + disallow: ['/api/', '/llms.txt', '/llms.mdx/', '/llms-full.txt', '/llms-full.txt/'], }, ], sitemap: `${baseUrl}/sitemap.xml`,