# Batch SEO Blog Writer for Two Topics

**Use case:** 

Generate two SEO blog posts in one run covering home fitness and budget travel so content teams publish faster.

## Input

```json
{
  "articles": [
    {
      "topic": "Home workouts with no equipment",
      "keywords": "home workout, no equipment, bodyweight exercise",
      "wordCount": 700,
      "tone": "motivational"
    },
    {
      "topic": "Budget travel tips for Europe",
      "keywords": "budget travel, europe, cheap flights, backpacking",
      "wordCount": 800,
      "tone": "casual"
    }
  ]
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "metaDescription": {
    "label": "Meta description",
    "format": "text"
  },
  "articleMarkdown": {
    "label": "Article",
    "format": "text"
  },
  "wordCount": {
    "label": "Word count",
    "format": "number"
  },
  "headings": {
    "label": "Headings",
    "format": "array"
  },
  "observedAt": {
    "label": "Written at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: SEO Blog Article Writer](https://apify.com/scrapers_lat/seo-blog-writer-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/seo-blog-writer-tool) to learn more, explore other use cases, and run it yourself.