File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,10 @@ Crawl-delay: 10
33
33
Disallow: /search/audio/
34
34
Disallow: /search/image/
35
35
Disallow: /search/
36
- Disallow: /image/
37
- Disallow: /audio/
38
36
# Disallow the same for all translated routes
39
37
Disallow: /*/search/audio/
40
38
Disallow: /*/search/image/
41
39
Disallow: /*/search/
42
- Disallow: /*/image/
43
- Disallow: /*/audio/
44
40
45
41
${ aiDisallowRules }
46
42
`
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const createDetailPageMeta = ({
19
19
{
20
20
hid : "robots" ,
21
21
name : "robots" ,
22
- content : "noindex " ,
22
+ content : "all " ,
23
23
} ,
24
24
] as ( MetaPropertyName | MetaPropertyProperty ) [ ]
25
25
if ( title ) {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const pages = {
42
42
"/v1/images/da5cb478-c093-4d62-b721-cda18797e3fb/thumb/"
43
43
) ,
44
44
ogTitle : "bird" ,
45
- robots : "noindex " ,
45
+ robots : "all " ,
46
46
} ,
47
47
audioDetail : {
48
48
url : "/audio/7e063ee6-343f-48e4-a4a5-f436393730f6" ,
@@ -51,7 +51,7 @@ const pages = {
51
51
"/v1/audio/7e063ee6-343f-48e4-a4a5-f436393730f6/thumb/"
52
52
) ,
53
53
ogTitle : "I Love My Dog You Love your Cat" ,
54
- robots : "noindex " ,
54
+ robots : "all " ,
55
55
} ,
56
56
about : {
57
57
url : "/about" ,
You can’t perform that action at this time.
0 commit comments