mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Update meta.blade.php
This commit is contained in:
parent
713e574790
commit
103e49bc3f
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
<meta property="og:type" content="website" />
|
||||
@if(seo('site')) <meta property="og:site_name" content="@seo('site')"> @endif
|
||||
@if(seo('title')) <meta property="og:title" content="@seo('title')" /> @endif
|
||||
@if(seo('description')) <meta property="og:description" content="@seo('description')" /> @endif
|
||||
@if(seo('description'))
|
||||
<meta property="og:description" content="@seo('description')" />
|
||||
<meta name="description" content="@seo('description')" />
|
||||
@endif
|
||||
@if(seo('image')) <meta property="og:image" content="@seo('image')" /> @endif
|
||||
@if(seo('url'))
|
||||
<meta property="og:url" content="@seo('url')" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue