How to add OG meta to Shopify descriptions?

128 views Asked by At

How can I automatically add the OG meta description from Twitter to the meta description in Shopify?

<meta property="og:description" content="here is the meta description i want to automatically add to the shopify description for every product.">

1

There are 1 answers

0
Adam Colton On
{%- if template_base == 'product' -%}
<meta property="og:description" content="here is the meta description i want to automatically add to the shopify description for every product.">
{%- endif -%}

you can add this code to theme.liquid