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

@@ -2,11 +2,14 @@
namespace App\Livewire\Helper;
use App\Traits\SeoTrait;
use Livewire\Component;
use RalphJSmit\Laravel\SEO\Support\SEOData;
class FollowTheRabbit extends Component
{
use SeoTrait;
public function render()
{
return view('livewire.helper.follow-the-rabbit')->with([