Does anyone know of any Laravel packages/component libraries that focus on SEO?
Straightforward stuff like managing meta titles etc is handled well, but can't find anything that handles things like structured data for snippets?
Back
•
Try this one, it handles structured data too github.com/ralphjsmit/laravel-seo
•
In response to @chim
Thanks! Interesting that the options seems to handle everything on the backend. I guess the blade components bridge things to the front end though.