laravel-seo
laravel-seo copied to clipboard
A package to handle the SEO in any Laravel application, big or small.
Hello, we are using Vapor to host our application, and it does not use the relative path to the public folder instead, it uses an absolute path which we can...
hello @ralphjsmit thanks for your great package can u please add the [product ](https://developers.google.com/search/docs/advanced/structured-data/product)schema ?
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.0.0 - Switch to node20 What's Changed Upgrade from node16 to node20 by @Nishnha in dependabot/fetch-metadata#443 👈 this...
I want to add the video data to the page. How do I do that?
This is most likely a configuration issue on my end but I cannot figure it out. The meta tags are showing up but description is missing. Using the code below...
I'm in the post page of 'en' version once I switch to 'ar' language the switch is successfull but the url still in english. This issue creates extra links for...
Hi, thank you for the work you've put into developing and maintaining this repo. I recently have a situation where I needed to retrieve SEO information from an endpoint. I...
The meta name="twitter:card" and meta name="twitter:image" are displaying twice
``` $post = Post::find(1); $test = $post->seo->update([ 'title' => 'My great post', 'description' => 'This great post will enhance your live.', ]); ``` Test returns false and doesn't insert row...