Skip to content

Commit 2b559bb

Browse files
authored
Update robots.ts
1 parent 204dcbe commit 2b559bb

1 file changed

Lines changed: 0 additions & 128 deletions

File tree

apps/sanity/src/app/robots.ts

Lines changed: 0 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -3,134 +3,6 @@ import { type MetadataRoute } from "next";
33
export default function robots(): MetadataRoute.Robots {
44
return {
55
rules: [
6-
{
7-
userAgent: "anthropic-ai",
8-
disallow: "/",
9-
},
10-
{
11-
userAgent: "Applebot-Extended",
12-
disallow: "/",
13-
},
14-
{
15-
userAgent: "Bytespider",
16-
disallow: "/",
17-
},
18-
{
19-
userAgent: "CCBot",
20-
disallow: "/",
21-
},
22-
{
23-
userAgent: "ChatGPT-User",
24-
disallow: "/",
25-
},
26-
{
27-
userAgent: "ClaudeBot",
28-
disallow: "/",
29-
},
30-
{
31-
userAgent: "Claude-Web",
32-
disallow: "/",
33-
},
34-
{
35-
userAgent: "cohere-ai",
36-
disallow: "/",
37-
},
38-
{
39-
userAgent: "Diffbot",
40-
disallow: "/",
41-
},
42-
{
43-
userAgent: "Meta-ExternalAgent",
44-
disallow: "/",
45-
},
46-
{
47-
userAgent: "Google-Extended",
48-
disallow: "/",
49-
},
50-
{
51-
userAgent: "Google-CloudVertexBot",
52-
disallow: "/",
53-
},
54-
{
55-
userAgent: "GPTBot",
56-
disallow: "/",
57-
},
58-
{
59-
userAgent: "PerplexityBot",
60-
disallow: "/",
61-
},
62-
{
63-
userAgent: "Scrapy",
64-
disallow: "/",
65-
},
66-
{
67-
userAgent: "Timpibot",
68-
disallow: "/",
69-
},
70-
{
71-
userAgent: "Zoominfobot",
72-
disallow: "/",
73-
},
74-
{
75-
userAgent: "trovitBot",
76-
disallow: "/",
77-
},
78-
{
79-
userAgent: "AhrefsBot",
80-
disallow: "/",
81-
},
82-
{
83-
userAgent: "sogou spider",
84-
disallow: "/",
85-
},
86-
{
87-
userAgent: "BLEXBot",
88-
disallow: "/",
89-
},
90-
{
91-
userAgent: "ShopWiki",
92-
disallow: "/",
93-
},
94-
{
95-
userAgent: "MJ12bot",
96-
disallow: "/",
97-
},
98-
{
99-
userAgent: "Exabot",
100-
disallow: "/",
101-
},
102-
{
103-
userAgent: "CCBot",
104-
disallow: "/",
105-
},
106-
{
107-
userAgent: "sistrix",
108-
disallow: "/",
109-
},
110-
{
111-
userAgent: "XoviBot",
112-
disallow: "/",
113-
},
114-
{
115-
userAgent: "Flamingo_SearchEngine",
116-
disallow: "/",
117-
},
118-
{
119-
userAgent: "Nutch",
120-
disallow: "/",
121-
},
122-
{
123-
userAgent: "ADmantX",
124-
disallow: "/",
125-
},
126-
{
127-
userAgent: "grapeshot",
128-
allow: "/",
129-
},
130-
{
131-
userAgent: "CarsnipBot",
132-
disallow: "/",
133-
},
1346
{
1357
userAgent: "*",
1368
allow: "/",

0 commit comments

Comments
 (0)