Skip to content

Commit 43cfada

Browse files
committed
Meta titles and descriptions improvements
1 parent ce71bec commit 43cfada

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

resources/views/themes/bimbala/auth/login.blade.php

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
@extends('theme::layouts.app')
2+
@php
3+
$seo = [
4+
'seo_title' => 'Login',
5+
'seo_description' => 'Log into your account with your email and password.',
6+
];
7+
@endphp
28

39
@section('content')
410

resources/views/themes/bimbala/auth/passwords/email.blade.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
@extends('theme::layouts.app')
22

3+
@php
4+
$seo = [
5+
'seo_title' => 'Reset password',
6+
'seo_description' => 'Reset your password for your Bimbala account here.',
7+
];
8+
@endphp
9+
310
@section('content')
411

512
<div class="flex flex-col justify-center py-20 sm:px-6 lg:px-8">

resources/views/themes/bimbala/pricing.blade.php

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
@extends('theme::layouts.app')
2+
@php
3+
$seo = [
4+
'seo_title' => 'Pricing Plans',
5+
'seo_description' => 'Pricing plans with included features comparison and frequently asked questions.',
6+
];
7+
@endphp
28

39
@section('content')
410
@if(Session::get('origin') === route('register'))

0 commit comments

Comments
 (0)