Skip to content

Commit 83db550

Browse files
authored
Merge pull request #1198 from AlisProject/add_noindex
Add noindex to supporters.
2 parents 6a5f465 + c57660c commit 83db550

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/pages/_userId/articles/_articleId/supporters.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ export default {
2929
hid: 'og:description',
3030
property: 'og:description',
3131
content: 'サポーター一覧'
32+
},
33+
{
34+
hid: 'robots',
35+
name: 'robots',
36+
content: 'noindex'
3237
}
3338
]
3439
}

0 commit comments

Comments
 (0)