Skip to content

Commit

Permalink
Uppdatera lite titles och descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed Jul 2, 2024
1 parent 39de103 commit c60538b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/Http/Controllers/StartController.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ public function start(Request $request)
$canonicalLink = route('start');

$title = 'Händelser från Polisen idag';
$pageTitle = 'Polisens händelser – karta med aktuella brott & senaste blåljusen';
$pageMetaDescription =
'Dom senaste händelserna & brotten som Polisen rapporterat. Se polishändelser ✔ nära dig ✔ i din ort ✔ i ditt län. Händelserna hämtas direkt från Polisens webbplats.';
$pageTitle = 'Polisens händelser - aktuella brott & senaste blåljusen';
$pageMetaDescription = 'Se senaste händelserna & brotten som Polisen rapporterat. Se polishändelser på vår brottskarta.';

$data = [
'eventsMostViewedRecentlyCrimeEvents' => $eventsMostViewedRecentlyCrimeEvents,
Expand Down
2 changes: 1 addition & 1 deletion resources/views/single-plats.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@extends('layouts.web')

@if ($isToday)
@section('title', "Senaste nytt från Polisen i $plats – händelser & brott")
@section('title', "$plats – händelser & brott från Polisen")
@section('metaDescription', $metaDescription)
@else
@section('title',
Expand Down

0 comments on commit c60538b

Please sign in to comment.