Skip to content

Commit

Permalink
Add data-nosnippet so Google doesn't use trending posts in snippets f…
Browse files Browse the repository at this point in the history
…or / (mastodon#25279)
  • Loading branch information
ClearlyClaire authored and skerit committed Jul 7, 2023
1 parent 8540805 commit 4e21d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/explore/index.jsx
Expand Up @@ -67,7 +67,7 @@ class Explore extends PureComponent {
<Search />
</div>

<div className='scrollable scrollable--flex'>
<div className='scrollable scrollable--flex' data-nosnippet>
{isSearching ? (
<SearchResults />
) : (
Expand Down

0 comments on commit 4e21d5c

Please sign in to comment.