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 committed Jun 5, 2023
1 parent 3b21c13 commit 1483a3d
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 1483a3d

Please sign in to comment.