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

lolsob-rspec
Claire 2023-06-05 17:32:24 +02:00 committed by GitHub
parent c74040abfa
commit 21f904b344
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 />
) : ( ) : (