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?
- Use JsonLd to set attribute;
JsonLd::setTitle('Test1234');
- 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: a082a17#r139419109
@Rattone