0

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 Answers1

0
{%- 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

Adam Colton
  • 189
  • 2
  • 5