mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Support extra tags
This commit is contained in:
parent
21452f538b
commit
007a555d57
3 changed files with 41 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
|||
@if(seo('description')) <meta property="og:description" content="@seo('description')" /> @endif
|
||||
@if(seo('image')) <meta property="og:image" content="@seo('image')" /> @endif
|
||||
|
||||
@foreach(seo()->tags() as $tag)
|
||||
{!! $tag !!}
|
||||
@endforeach
|
||||
|
||||
@foreach(seo()->extensions() as $extension)
|
||||
<x-dynamic-component :component="$extension" />
|
||||
@endforeach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue