# SEO Blog Writer for Remote Work Tips

**Use case:** 

Generate an SEO friendly blog post on remote work productivity tips complete with keywords and a professional tone.

## Input

```json
{
  "articles": [
    {
      "topic": "Remote work productivity tips for distributed teams",
      "keywords": "remote work, productivity, distributed teams, work from home",
      "wordCount": 900,
      "tone": "professional"
    }
  ]
}
```

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