Skip to content

Instantly share code, notes, and snippets.

@kyleaparker
Created October 8, 2013 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyleaparker/042f05a943c03ef11c67 to your computer and use it in GitHub Desktop.
Save kyleaparker/042f05a943c03ef11c67 to your computer and use it in GitHub Desktop.
Get product’s SEO information in Liquid
{% assign seo_data = product.metafields.global %}
{{ seo_data.description_tag }}
{{ seo_data.title_tag }}
{{ seo_data.metafields | to_json }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment