Platform Support
While our WordPress plugin provides the most comprehensive implementation, LLMTAG can be implemented on any platform that supports static file serving.Universal Compatibility
Any Web Server • Static Sites • CMS Platforms • Custom Applications
Static Site Generators
Jekyll
Create allmtag.txt file in your Jekyll site’s root directory:
Hugo
Add allmtag.txt file to your Hugo site’s static directory:
Next.js
Create allmtag.txt file in your Next.js public directory:
Gatsby
Add allmtag.txt file to your Gatsby static directory:
Content Management Systems
Drupal
Joomla
Upload File
Upload the
llmtag.txt file to your Joomla site’s root directory via FTP or file manager.Ghost
E-commerce Platforms
Shopify
WooCommerce
Since WooCommerce is a WordPress plugin, you can use our WordPress plugin implementation for full LLMTAG support.Magento
Custom Applications
Node.js/Express
PHP
Python/Django
Ruby on Rails
Server Configuration
Apache
Add to your.htaccess file:
Nginx
Add to your nginx configuration:Cloudflare
Testing Your Implementation
Validation Checklist
Common Issues
File not accessible
File not accessible
Possible causes:
- File not in correct location
- Server configuration issues
- File permissions problems
- Verify file location
- Check server configuration
- Set correct file permissions (644)
Wrong content type
Wrong content type
Possible causes:
- Server not configured to serve .txt files
- MIME type not set correctly
- Configure server to serve text/plain
- Add appropriate headers
Caching issues
Caching issues
Possible causes:
- CDN or caching layer not updated
- Browser cache issues
- Clear CDN cache
- Add cache-busting parameters
- Set appropriate cache headers
Best Practices
File Management
Version Control
Include
llmtag.txt in your version control system to track changes over time.Backup
Regularly backup your
llmtag.txt file along with other important site files.Documentation
Document your LLMTAG policies and any custom implementations.
Testing
Test your implementation regularly to ensure it’s working correctly.
Performance Optimization
Follow these tips to optimize your LLMTAG implementation:
- Enable caching for the
llmtag.txtfile - Use CDN to serve the file from multiple locations
- Set appropriate headers for optimal performance
- Monitor access patterns to identify optimization opportunities
Community Resources
Platform-Specific Guides
Jekyll Implementation
Complete Jekyll implementation example
Next.js Implementation
Next.js implementation with TypeScript
Django Implementation
Django implementation with dynamic policies
Express.js Implementation
Express.js implementation with middleware
Getting Help
Need Platform-Specific Help?
Join our Discord • GitHub Discussions • Community Examples