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

local
Claire 12 months ago committed by GitHub
parent 3b21c13dcc
commit 1483a3ddfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/features/explore/index.jsx

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

Loading…
Cancel
Save