We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd22fd0 commit 806a32aCopy full SHA for 806a32a
1 file changed
client/server/constants.ts
@@ -43,7 +43,14 @@ export const SITEMAP = `<?xml version="1.0" encoding="UTF-8"?>
43
<loc>${BASE_URL}/help/release</loc>
44
</url>
45
</urlset>`;
46
-export const ROBOTS = `Sitemap: ${BASE_URL} /sitemap.xml`;
+export const ROBOTS = `User-agent: Applebot
47
+User-agent: AhrefsBot
48
+User-agent: GPTBot
49
+User-agent: ClaudeBot
50
+User-agent: Google-Extended
51
+Disallow: /p/*/sessions/*/start
52
+
53
+Sitemap: ${BASE_URL}/sitemap.xml`;
54
export const CONFIG_JSON = {
55
UI_VERSION: process.env.UI_VERSION || "",
56
RENKU_CHART_VERSION: process.env.RENKU_CHART_VERSION,
0 commit comments