Add data-nosnippet so Google doesn't use trending posts in snippets for / (#25279)
parent
3b21c13dcc
commit
1483a3ddfe
|
@ -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 />
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Reference in New Issue