Skip to content

Commit

Permalink
Do not index the search overview page (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclaudio authored Apr 30, 2024
1 parent 13273a1 commit 83c8bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/search/overview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

@section('title', __('Search for').': '.request()->q)
@section('description', __('Search for').': '.request()->q)
@section('robots', 'NOINDEX,NOFOLLOW')

@section('content')
<div class="container">
Expand Down

0 comments on commit 83c8bb5

Please sign in to comment.