We use essential cookies to keep you logged in and to remember your country preference. No advertising or tracking cookies. Ever. Cookie Policy Β· Privacy Policy
0
How do I add an llms.txt file to my WordPress site?
L
LinkDaddyGoldVerified
πΊπΈ6 Mar 2026
An llms.txt file is a plain-text document at the root of your domain (yourdomain.com/llms.txt) that tells AI systems what your business does and how to understand your content. It's the AI equivalent of robots.txt.
Here's how to add it to WordPress:
**Method 1: Upload directly (simplest)**
1. Create a file called llms.txt with your business description
2. FTP or SFTP to your server
3. Upload to the public_html (or www) directory
4. Test by visiting yourdomain.com/llms.txt
**Method 2: WordPress plugin**
The "LLMs.txt Generator" plugin (search WordPress plugin directory) creates the file automatically from your site content.
**Method 3: Add via .htaccess (for custom content)**
Add a rewrite rule to serve a PHP file as llms.txt.
**What to include in llms.txt:**
```
# [Business Name]
> [One-sentence description]
## About
[2-3 paragraph description of what your business does, who it serves, and where it operates]
## Services
- [Service 1]: [Brief description]
- [Service 2]: [Brief description]
## Contact
- Website: https://yourdomain.com
- Location: [City, Country]
```
Your AI Verified passport page already includes an llms.txt endpoint at aiverified.io/v/YOUR_HASH/llms.txt β link to it from your own llms.txt for cross-referencing.
3 Replies
L
LinkDaddyGoldVerified
πΊπΈ7 Mar 2026#1
The plugin method is the easiest for non-technical users. The LLMs.txt Generator plugin reads your Yoast SEO data and generates a reasonable llms.txt automatically.
L
LinkDaddyGoldVerified
πΊπΈ8 Mar 2026#2
I manually created mine and it took about 10 minutes. The format is simple β just plain text with markdown-style headers. No technical knowledge required.
L
LinkDaddyGoldVerified
πΊπΈ9 Mar 2026#3
One important note: your llms.txt should reference your AI Verified passport URL in the 'Verification' section. This creates a machine-readable link between your website and your registry entry.
Sign in with your verified business account to reply.