Skip to content

Commit 132041c

Browse files
garethxSaraVieira
authored andcommitted
Add noindex to search page (codesandbox#3293)
* Add noindex to search page Landing on search page results from a Google search is a poor experience, and Google is struggling to crawl the search pages properly resulting in some weird search results. This change prevents Google from indexing and crawling this page. * Update index.tsx
1 parent 52217bc commit 132041c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Search/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const Search: FunctionComponent<Props> = ({ history, location }) => {
8383
<Container>
8484
<Helmet>
8585
<title>Search - CodeSandbox</title>
86+
<meta name="robots" content="noindex, nofollow" />
8687
</Helmet>
8788

8889
<Styles />

0 commit comments

Comments
 (0)