mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-22 14:10:16 +00:00
🛠️ Enhance SEO: Add meta tags for services and meetups landing pages, including dynamic title, description, and image handling
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
{!! seo($SEOData) !!}
|
||||
@hasSection('meta')
|
||||
@yield('meta')
|
||||
@else
|
||||
{!! seo($SEOData) !!}
|
||||
@endif
|
||||
|
||||
<link rel="apple-touch-icon" href="/img/apple_touch_icon.png"/>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
|
||||
Reference in New Issue
Block a user