laravel-seo
laravel-seo copied to clipboard
A package to handle the SEO in any Laravel application, big or small.
I am trying to generate `ImageMeta` for a `Post` model, which has an image stored in S3. When this image is uploaded, I calculate their dimensions, write that information to...
I'm using Glide library to secure images and any change in the image URL, Glide take it as invalid. is there a way to keep the URL without skipping parameters...
Hello there, Great job with the package. As mentioned by you, i come to you to know how to deal with job posting structured data as this is crucial for...
Any specific reason why the library is not escaping fields? Since we are required to allow html from ``` {!! seo()->for($SEOData) !!} ``` Then when I provide for example custom...
Hello, thank you for this package! I took at a look at the favicon tag, and it seems to be barebones. I'm curious if it's possible to either exclude that...
Hey 👋 I use `spatie/laravel-medialibrary` for managing files including images. And I noticed when I'm running tests there is a huge stall (around 5-6seconds) on the `imageMeta` creation. I pass...
As far as I can see this package doesn't handle pagination SEO tags? I had to publish my pagination views to make them pretty, so for now I've just added...