File tree 3 files changed +30
-13
lines changed
lib/banchan_web/components/layouts
3 files changed +30
-13
lines changed Original file line number Diff line number Diff line change 11
11
/>
12
12
{/if}
13
13
<meta name="banchan-git-rev" content={Application.get_env(:banchan, :git_rev)}>
14
- <meta name="robots" content="noai">
15
14
<.live_title prefix={"Banchan Art |" <> " "}>
16
15
{assigns[:page_title] || "The Co-operative Commissions Platform"}
17
16
</.live_title>
39
38
{/if}
40
39
<meta name="twitter:site" content="@BanchanArt">
41
40
41
+ {!-- The Common Crawl dataset. Used by GPT-3 (and GPT-3.5) and available for others. --}
42
+ <meta name="CCBot" content="nofollow">
43
+
44
+ {!-- Used by DeviantArt, ArtStation, etc. based on opt-in or opt-out --}
45
+ <meta name="robots" content="noai, noimageai">
46
+
42
47
{!-- Icons and favicons --}
43
48
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png">
44
49
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
Original file line number Diff line number Diff line change 7
7
# Fuck AI
8
8
User-agent: GPTBot
9
9
Disallow: /
10
+
11
+ # The Common Crawl dataset. Original source for GPT and others.
12
+ User-agent: CCBot
13
+ Disallow: /
14
+
15
+ # The example for img2dataset, although the default is *None*
16
+ User-agent: img 2 dataset
17
+ Disallow: /
18
+
19
+ # Google's Bard and Vertex AI generative APIs
20
+ User-agent: Google-Extended
21
+ Disallow: /
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " " ,
3
- "short_name" : " " ,
4
- "icons" : [
5
- {
6
- "src" : " /android-chrome-96x96.png" ,
7
- "sizes" : " 96x96" ,
8
- "type" : " image/png"
9
- }
10
- ],
11
- "theme_color" : " #ffffff" ,
12
- "background_color" : " #ffffff" ,
13
- "display" : " standalone"
2
+ "name" : " Banchan Art " ,
3
+ "short_name" : " Banchan Art " ,
4
+ "icons" : [
5
+ {
6
+ "src" : " /android-chrome-96x96.png" ,
7
+ "sizes" : " 96x96" ,
8
+ "type" : " image/png"
9
+ }
10
+ ],
11
+ "theme_color" : " #ffffff" ,
12
+ "background_color" : " #ffffff" ,
13
+ "display" : " standalone"
14
14
}
You can’t perform that action at this time.
0 commit comments