Skip to content

Commit

Permalink
SEO improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
l-alexandrov committed May 16, 2024
1 parent fa66275 commit 0904d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/themes/bimbala/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@endif
<meta property="og:type" content="website">
<meta property="og:description" content="{{ $seo['seo_description'] }}">
<meta property="og:site_name" content="{{ setting('site.title') }}">
<meta property="og:site_name" content="{{ ( $seo['seo_title'] ? $seo['seo_title']. ' | ' : ''). setting('site.title', 'Bimbala')}}">

<meta itemprop="name" content="{{ $seo['seo_title'] }}">
<meta itemprop="description" content="{{ $seo['seo_description'] }}">
Expand Down

0 comments on commit 0904d3c

Please sign in to comment.