How do I export the data from the "Search engine listing" section of the Shopify Admin product page?

On the Shopify Admin > Products page, when editing a product, you'll see a section like this shown below where you can customize the "Page title", "Meta description", and "URL handle" for search engine listings.

The "Page title" and "Meta description" data are stored in Product Metafields using the following keys:

  • title_tag
  • description_tag

To export these with EZ Exporter, just specify the keys in the Metafields section:

For the "URL handle", you can use this value in the Custom Fields section to generate that data:

https://{{ _shop_domain }}/products/{{ handle }}

App: EZ Exporter

Tags: metafields, seo