# SEO Blog Writer for Meal Prep Ideas

**Use case:** 

Create an SEO blog post on easy healthy meal prep ideas with target keywords and a friendly tone for food blogs.

## Input

```json
{
  "articles": [
    {
      "topic": "Easy healthy meal prep ideas for busy weeks",
      "keywords": "meal prep, healthy eating, weekly meals, budget recipes",
      "wordCount": 800,
      "tone": "friendly"
    }
  ]
}
```

## 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.