This class remove the URL scheme from everywhere.
\RenatoMarinho\LaravelPageSpeed\Middleware\TrimUrls::class,
This renders the JSON-LD object invalid and stop Google from properly indexing your rich snippets.
<script type="application/ld+json">
{
"@context":"http://schema.org",
"thumbnailUrl":"http://sampleurl"
}
</script>
Become this:
<script type="application/ld+json">
{
"@context":"//schema.org",
"thumbnailUrl":"//sampleurl"
}
</script>
It should automatically exclude these parts
This class remove the URL scheme from everywhere.
This renders the JSON-LD object invalid and stop Google from properly indexing your rich snippets.
Become this:
It should automatically exclude these parts