# WordPress llms.txt Generator - AI Discoverability for Your B

**Use case:** 

Create llms.txt and llms-full.txt files for WordPress sites in seconds. No plugin needed.

## Input

```json
{
  "url": "onescales.com",
  "websitename": "One Scales Inc",
  "websitedescription": "Building apps and tools for humans and AI.",
  "websitecategory": "service",
  "pauseBetweenPages": 2,
  "urlFormat": "markdown",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "URL": {
    "label": "URL",
    "format": "text"
  },
  "Status": {
    "label": "Status",
    "format": "text"
  },
  "Run ID": {
    "label": "Run ID",
    "format": "text"
  },
  "Failed URLs": {
    "label": "Failed URLs",
    "format": "text"
  },
  "Comments": {
    "label": "Comments",
    "format": "text"
  },
  "Content": {
    "label": "Content",
    "format": "text"
  },
  "File Size (bytes)": {
    "label": "File Size (bytes)",
    "format": "number"
  },
  "URL to Download": {
    "label": "Download Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [LLMs.txt Generator](https://apify.com/onescales/the-llms-txt-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/onescales/the-llms-txt-generator) to learn more, explore other use cases, and run it yourself.