Skip to content

Commit

Permalink
we can just use noindex here
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Jul 23, 2024
1 parent 1940c48 commit 35fa87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function useArticlePageHeadMetadata(article: ArticlePage): { meta: ({ name: stri
else if (article.preventSearchIndexing) {
metadata.meta.push({
name: 'robots',
content: 'noindex,nofollow',
content: 'noindex',
})
}
else {
Expand Down

0 comments on commit 35fa87f

Please sign in to comment.