DEV Community

Oddshop
Oddshop

Posted on • Originally published at oddshop.work

Metafield Meta Description Generator

We just released Metafield Meta Description Generator — automatically include shopify metafield data in your product meta descriptions.

What it does

This tool reads your Shopify product data and generates SEO-optimized meta descriptions by dynamically inserting values from your metafields. It's for developers and store owners who want to leverage custom product data for better search results without manual editing. Saves time and improves page relevance.

Features

  • Parse Shopify product CSV/JSON exports — extracts titles, descriptions, and metafields
  • Template engine for meta descriptions — uses {braces} to insert metafield values
  • Bulk processing — generates descriptions for hundreds of products in one run
  • Output to CSV or HTML — creates files ready for import or direct use
  • Custom fallback values — defines text to use if a metafield is empty

Usage

metagen --input products.csv --template "Handmade {material} {product_type}. {custom.description_short}" --output meta_updated.csv
Enter fullscreen mode Exit fullscreen mode

Requirements

Python 3.8+. Install dependencies:

pip install -r requirements.txt
Enter fullscreen mode Exit fullscreen mode

Get it

Download Metafield Meta Description Generator for $29 →

Buy once, use anywhere. ZIP includes the full script, README, and usage examples.


Originally published at oddshop.work
Built by OddShop — Python automation tools, one new release every week.

Top comments (0)