mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Adds support for og:locale (#28)
This commit is contained in:
parent
169600dc2d
commit
3a17c8ee11
4 changed files with 26 additions and 1 deletions
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
@if(seo('site')) <meta property="og:site_name" content="@seo('site')"> @endif
|
||||
|
||||
@if(seo('locale')) <meta property="og:locale" content="@seo('locale')" /> @endif
|
||||
|
||||
@if(seo('image')) <meta property="og:image" content="@seo('image')" /> @endif
|
||||
|
||||
@if(seo('url'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue