We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Placeholder issue to look into the problem of jsonLd not working when used with SEO::generate as mentioned by @Rattone.
JsonLd::setTitle('Test1234');
SEO::generate()
The ouput schema to contain the set title.
No JsonLD output.
Potentially caused by: a082a17#r139419109 @Rattone
The text was updated successfully, but these errors were encountered:
Any updates?
Sorry, something went wrong.
Encountering the same issue. The workaround is to set JSON-LD data through JsonLdMulti.
JsonLdMulti
GitHub workflow integration (#285)
a082a17
* Fix #283 - Change usage to jsonLdMulti * Fix unit tests for JsonLdMulti * Automated github tests * Updated composer.json for Laravel 9
J-Brk
No branches or pull requests
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?
JsonLd::setTitle('Test1234');
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
The text was updated successfully, but these errors were encountered: