> ## Documentation Index
> Fetch the complete documentation index at: https://docs.svalync.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Write SEO Optimized Blog

> Generate an SEO-optimized blog based on user input

## Configuration

* **Node Type:** action

### Input Fields

| Field Name  | Data Type | Required | Description                        |
| ----------- | --------- | -------- | ---------------------------------- |
| User Prompt | Textarea  | True     | The prompt for generating the blog |
| Context     | Text      | True     | The context for the blog writing   |

```json theme={null}
{
  "userPrompt": "<string>",
  "userContext": "<string>"
}
```

### Output Fields

| Field Name | Data Type | Required | Description            |
| ---------- | --------- | -------- | ---------------------- |
|            | String    | True     | A blog generated by AI |

```json theme={null}
"<string>"
```
