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?
You can take a look at github.com/artesaos/seotools
. It also handles OpenGraph, JSON+LD, etc.Thanks, this looks solid. Interesting that all the solutions seem to handle this in the backend, when it feels like it should be managed on the front end.