← Docs
Recipe

Recipe: SEO meta-description batch writer

Generate unique, keyword-rich meta descriptions for every page in your site using Meridian's batch processing pipeline. Feed a CSV of URLs and target keywords, receive a validated output sheet ready for your CMS or static site generator.

Ingredients

  • Meridian API key with write scope
  • CSV input: url, target_keyword, brand_tone
  • Output template (default: 155-char truncation)
  • Optional: SERP preview validator

Steps

  1. Upload your CSV via the batch dashboard.
  2. Select the “meta-description” recipe from the dropdown.
  3. Configure tone presets: professional, playful, or custom.
  4. Set max characters per description (default 155).
  5. Click Run. Meridian processes rows in parallel.
  6. Download the enriched CSV with a new meta_description column.

Output schema

ColumnTypeNotes
meta_descriptionstringTruncated to char limit
serp_previewstringRendered snippet (optional)
char_countintActual length emitted

Pro tip: Use the SERP preview validator to catch truncation before pushing to production. Enable it with validate_serp: true in your request payload.