Skip to content

Commit

Permalink
Merge pull request #45 from mbwatson/update/noindex
Browse files Browse the repository at this point in the history
Block search engine indexing
  • Loading branch information
Woozl authored Mar 16, 2023
2 parents f1746f7 + fdc052e commit 56afac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default class MyDocument extends Document {
`,
}}
/> */}

{/* Prevent all pages from showing in search results */}
<meta name="robots" content="noindex" />
</Head>
<body>
<Main />
Expand Down

0 comments on commit 56afac8

Please sign in to comment.