Skip to content

Commit

Permalink
tweak(seo): noindex for archived sites (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit authored Oct 29, 2024
1 parent 4dbb633 commit 0c78688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/DocTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default function DocTemplate({
]
: []),
]}
noindex={buildType === "archive"}
archived={buildType === "archive"}
/>
<Box
Expand Down

0 comments on commit 0c78688

Please sign in to comment.