Add data-nosnippet so Google doesn't use trending posts in snippets for / (#25279)

pull/25283/head
Claire 2023-06-05 17:32:24 +02:00 committed by GitHub
parent 3b21c13dcc
commit 1483a3ddfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Explore extends PureComponent {
<Search /> <Search />
</div> </div>
<div className='scrollable scrollable--flex'> <div className='scrollable scrollable--flex' data-nosnippet>
{isSearching ? ( {isSearching ? (
<SearchResults /> <SearchResults />
) : ( ) : (