# SEO Blog Writer for Cybersecurity Basics

**Use case:** 

Write an SEO blog post on cybersecurity basics for everyday users, with target keywords and a clear reassuring tone for safety blogs.

## Input

```json
{
  "articles": [
    {
      "topic": "Cybersecurity basics everyone should follow",
      "keywords": "cybersecurity, password safety, phishing, two factor authentication",
      "wordCount": 1000,
      "tone": "clear"
    }
  ]
}
```

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