Implement SeoTrait across components for improved SEO integration.

This commit is contained in:
HolgerHatGarKeineNode
2025-11-22 22:16:55 +01:00
parent 25843db5a9
commit d359dd56b0
31 changed files with 202 additions and 73 deletions

View File

@@ -1,9 +1,12 @@
<?php
use App\Models\Meetup;
use App\Traits\SeoTrait;
use Livewire\Volt\Component;
new class extends Component {
use SeoTrait;
public function with(): array
{
return [
@@ -22,7 +25,7 @@ new class extends Component {
<style>
#map {
height: 90vh;
z-index: 0!important;
z-index: 0 !important;
}
#map:focus {