# SEO Blog Writer for Houseplant Care

**Use case:** 

Write an SEO blog post on caring for indoor houseplants with keywords and a warm friendly tone for gardening sites.

## Input

```json
{
  "articles": [
    {
      "topic": "How to keep indoor houseplants alive and thriving",
      "keywords": "houseplant care, indoor plants, watering, low light plants",
      "wordCount": 750,
      "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.