catrin21 wrote a reply+100 XP
3mos ago
Late to the party, but have you tried adding a section in your layout like @yield('meta') and then letting each page push in its own tags with @section('meta')? That keeps your components clean and still lets every view set custom SEO data. Curious how you're handling dynamic titles right now—using a component, a helper, or just sections?