This class remove the URL scheme from everywhere. \RenatoMarinho\LaravelPageSpeed\Middleware\TrimUrls::class, This renders the [JSON-LD](https://en.wikipedia.org/wiki/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