Does using dynamic content in product descriptions affect SEO?

I’ve built my product descriptions in multi-columns with dynamic content from metafields, outside of the backend description field.

Are there any issues in terms of SEO or rich snippet content?

If so, is a fix to enclose the schema in main-product.liquid with ? I could also dynamically populate the description with the same content and hide it with css?

Hi @SpotterJ ,

With the description added with metafields, it won’t affect any SEO.

If you want to add content directly in main-product.liquid file, you just need to go to file and add code to show metafields directly at file, it will display fine. Ex

Code: {{ product.metafields.my_fields.keywords }}

Hope it helps!