diff options
| author | horus | 2021-01-07 21:58:21 +0100 |
|---|---|---|
| committer | horus | 2021-01-07 21:58:21 +0100 |
| commit | bbd59f395e162b2c80f83aa1ea3cf1a63e436ad5 (patch) | |
| tree | dd277a7b94dc4633c079ae8039341daea1eda87c /resources/views/index.blade.php | |
| parent | 665a0a61632eea9320246443419c7c03748a3bbf (diff) | |
| download | kategorischeraperitif-bbd59f395e162b2c80f83aa1ea3cf1a63e436ad5.tar.gz | |
Add rel=nofollow to search controller.
Diffstat (limited to 'resources/views/index.blade.php')
| -rw-r--r-- | resources/views/index.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 9e680a3..4f6b3ca 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -77,7 +77,7 @@ Angebote <div class="col-md-8 px-10"> <div class="card-header card-header-dp-none"> <p><strong> - <a style="color: inherit;" href="{{ route('search', [ 'q' => ucfirst($offer->spirit_type) ] ) }}" title="Alle {{ ucfirst($offer->spirit_type) }} anzeigen">{{ ucfirst($offer->spirit_type) }}</a> + <a style="color: inherit;" href="{{ route('search', [ 'q' => ucfirst($offer->spirit_type) ] ) }}" title="Alle {{ ucfirst($offer->spirit_type) }} anzeigen" rel="nofollow">{{ ucfirst($offer->spirit_type) }}</a> </strong></p> </div> <div class="card-block card-body px-3"> |
