Setup guide · 5 minutes · Beginner
Install llms.txt on WordPress
Two methods, depending on whether you have FTP or file access to your host. Method 1 works for most people.
00
Before you start
You'll need:
The llms.txt file from our checker.
Access to your WordPress hosting's file manager, or an FTP client.
01
Method 1: Upload via your host's file manager (recommended)
- Log in to your hosting control panel (cPanel, Plesk, or your host's custom dashboard).
- Open the File Manager tool.
- Navigate to the
public_htmlfolder (or whatever folder contains yourwp-config.phpfile). - Click Upload and select your
llms.txtfile. - Visit
https://yoursite.com/llms.txtin your browser to confirm it loads.
02
Method 2: Upload via FTP
- Open your FTP client (FileZilla, Cyberduck, Transmit) and connect to your site.
- Navigate to your site root — the folder containing
wp-config.php,wp-admin/, andwp-content/. - Drag your
llms.txtfile into the root folder. - Visit
https://yoursite.com/llms.txtto confirm.
!!
Common pitfalls
- Wrong folder: If you upload to
wp-content/uploads/orthemes/, the file won't be at the root and AI crawlers won't find it. It must be athttps://yoursite.com/llms.txt. - Wrong file extension: Some editors silently rename the file to
llms.txt.txton Windows. Double-check. - Caching: If you have a caching plugin (WP Rocket, W3 Total Cache, etc.) or a CDN, you may need to clear the cache before the file appears.