1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-13 02:14:04 +00:00

Add twitter:creator meta tag

This commit is contained in:
tpetry 2022-06-10 12:35:19 +02:00
parent 754b3936d0
commit e352e5ddcf
4 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,5 @@
<meta name="twitter:card" content="summary_large_image">
@if(seo('twitter.creator')) <meta name="twitter:creator" content="@seo('twitter.creator')"> @endif
@if(seo('twitter.site')) <meta name="twitter:site" content="@seo('twitter.site')"> @endif
@if(seo('twitter.title')) <meta name="twitter:title" content="@seo('twitter.title')"> @endif
@if(seo('twitter.description')) <meta name="twitter:description" content="@seo('twitter.description')"> @endif