Get Started in 5 Minutes
Protect your content from unauthorized AI usage with LLMTAG protocol. This quick start guide will have you up and running in minutes.1
Create llmtag.txt
Create a new file called
llmtag.txt in your website’s root directory (the same folder as your index.html or main page).2
Upload to Your Server
Upload the
llmtag.txt file to your website’s root directory using your preferred method:- FTP/SFTP: Upload via file manager
- cPanel: Use File Manager
- Git: Commit and push to your repository
- CDN: Upload to your content delivery network
3
Verify Installation
Test that your You should see your content usage policy displayed in the browser.
llmtag.txt file is accessible by visiting:4
Test AI Agent Discovery
AI agents will automatically discover your
llmtag.txt file when they crawl your website. No additional configuration is needed.Common Use Cases
Basic Content Protection
For most websites, this simple configuration provides good protection:Open Content Policy
If you want to allow AI training but require attribution:Strict Protection
For maximum content protection:WordPress Users
If you’re using WordPress, you can implement LLMTAG even more easily:WordPress Plugin (Recommended)
WordPress Plugin (Recommended)
Install our official WordPress plugin for automatic
llmtag.txt generation and management.- Go to Plugins > Add New in your WordPress admin
- Search for “LLMTAG AI Bot Protection”
- Install and activate the plugin
- Configure your content usage policies in the plugin settings
- The plugin automatically creates and manages your
llmtag.txtfile
Get WordPress Plugin
Download from WordPress.org
Manual Implementation
Manual Implementation
For manual implementation in WordPress:
- Create
llmtag.txtin your WordPress root directory - Add rewrite rules to your
.htaccessfile:
- Or use a plugin like “Custom Files” to serve the file
Advanced Configuration
Content-Specific Policies
You can specify different policies for different types of content:User Agent Targeting
Target specific AI agents with different policies:Testing Your Implementation
Manual Testing
- Check File Accessibility: Visit
https://yourdomain.com/llmtag.txt - Validate Syntax: Use our online validator
- Test Parsing: Use our parser tool
Automated Testing
Troubleshooting
File Not Found (404 Error)
File Not Found (404 Error)
Problem:
llmtag.txt returns a 404 error.Solutions:- Ensure the file is in your website’s root directory
- Check file permissions (should be readable by web server)
- Verify the filename is exactly
llmtag.txt(case-sensitive) - Clear any caching that might be interfering
Wrong Content Type
Wrong Content Type
Problem: File is served with wrong MIME type.Solutions:
- Add to your
.htaccessfile:
- Or configure your web server to serve
.txtfiles astext/plain
AI Agents Not Respecting Policies
AI Agents Not Respecting Policies
Problem: AI agents are not following your policies.Solutions:
- Verify your syntax is correct using our validator
- Check that AI agents are actually reading the file
- Remember: LLMTAG is a voluntary standard
- Consider additional technical measures for enforcement
Next Steps
Now that you have LLMTAG implemented, explore these advanced features:Complete Specification
Learn about all available directives and advanced features.
Real-World Examples
See how other websites implement LLMTAG policies.
WordPress Plugin
Advanced WordPress integration and features.
AI Agent Implementation
How AI agents should implement LLMTAG support.