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 | |
| parent | 665a0a61632eea9320246443419c7c03748a3bbf (diff) | |
| download | kategorischeraperitif-bbd59f395e162b2c80f83aa1ea3cf1a63e436ad5.tar.gz | |
Add rel=nofollow to search controller.
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/index.blade.php | 2 | ||||
| -rw-r--r-- | resources/views/offers.blade.php | 2 |
2 files changed, 2 insertions, 2 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"> diff --git a/resources/views/offers.blade.php b/resources/views/offers.blade.php index dbd1970..eeff26e 100644 --- a/resources/views/offers.blade.php +++ b/resources/views/offers.blade.php @@ -17,7 +17,7 @@ <div class="col-md-8 px-10"> <div class="card-header"> <p><strong> - <a style="color: inherit;" href="{{ route('search', ['q' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen">{{ ucwords($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span> + <a style="color: inherit;" href="{{ route('search', ['q' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen" rel="nofollow">{{ ucwords($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span> </strong></p> </div> <div class="card-block card-body px-3"> |
