nystudio107 / craft-seomatic

SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.
https://nystudio107.com/plugins/seomatic
Other
162 stars 68 forks source link

Google Web Stories #1462

Closed lucosius closed 2 months ago

lucosius commented 2 months ago

Hello there,

I'm trying to get Structured data information in my Web Stories but the problem is that if jsonLd container is placed outside amp-story tag then I have validation issues.

I turned off displaying of jsonLd with this:

{% do seomatic.jsonLd.container().include(false) %}

But how can I place the exact same information in the location I want? I couldn't find any shortcode that let me do that.

khalwat commented 2 months ago

You can manually render it via:

{{ seomatic.jsonLd.render() }}