Skip to content

Commit

Permalink
Add robots meta tag (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoutram authored Jan 16, 2024
1 parent 91e3358 commit ae833ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chatbot-ui/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function App({ Component, pageProps }: AppProps) {
<>
<Head>
<title>Chatbot prototype</title>
<meta name="robots" content="noindex, nofollow" />
</Head>
<Component {...pageProps} />
</>
Expand Down

0 comments on commit ae833ff

Please sign in to comment.