Placeholder issue to look into the problem of jsonLd not working when used with SEO::generate as mentioned by @Rattone. ### What steps will reproduce the problem? 1. Use JsonLd to set attribute; `JsonLd::setTitle('Test1234');` 2. Use `SEO::generate()` for the output. ### What is the expected result? The ouput schema to contain the set title. ### What do you get instead? No JsonLD output. ### Additional info Potentially caused by: https://github.com/artesaos/seotools/commit/a082a17e7bf3449a079b147b38c85447dc8f6e0c#r139419109 @Rattone