Skip to main content

Your Content, Your Rules

LLMTAG (Large Language Model Tag) is the new standard that gives you control over how AI agents use your content. Just like robots.txt controls web crawlers, llmtag.txt controls AI agents.

The Problem We Solve

AI systems are using your content without asking permission. They’re training on your articles, generating responses from your data, and using your work without proper attribution. You have no control.

The Solution

LLMTAG gives you that control. Create a simple llmtag.txt file and tell AI agents exactly how they can use your content.

Block AI Training

Prevent AI systems from using your content to train their models.

Control AI Usage

Allow search indexing but block AI responses, or set any combination you want.

Require Attribution

Ensure AI systems give you proper credit when using your content.

Simple Setup

One text file, 5 minutes, complete control over your content.

How It Works in 3 Steps

1

1. Create llmtag.txt

Add one file to your website root with your content rules.
# LLMTAG Protocol v3.0
# Content Usage Policy for example.com
# For more information, visit: https://docs.llmtag.org

# REQUIRED: Protocol version declaration
spec_version: 3.0

# AI Training Policy: Block AI model training
ai_training_data: disallow

# AI Use Policy: Allow search indexing only
ai_use: search_indexing

# Require attribution when content is used
attribution: required
attribution_format: "Source: Example.com (https://example.com)"

# Contact information
contact: webmaster@example.com
2

2. AI Agents Discover

AI systems automatically find and read your llmtag.txt file when they visit your site.
3

3. Your Rules Apply

AI agents respect your policies and use your content according to your terms.

Common Use Cases

# Block AI training, allow search indexing
ai_training_data: disallow
ai_use: search_indexing
attribution: required

Allow Everything with Attribution

# Allow AI training and all usage with attribution
ai_training_data: allow
ai_use: search_indexing, generative_synthesis, research
attribution: required

Strict Protection

# Block most AI usage, require explicit permission
ai_training_data: disallow
ai_use: search_indexing
explicit_permission: required

Why Choose LLMTAG?

It Actually Works

  • AI systems are already implementing LLMTAG support
  • Real-world adoption by major AI companies
  • Proven to work with ChatGPT, Claude, and other AI agents

No Technical Skills Required

  • Just copy and paste a text file
  • Works with any website (WordPress, static sites, etc.)
  • No coding or complex setup needed

Complete Control

  • Block AI training on your content
  • Control how AI uses your work
  • Require proper attribution
  • Set different rules for different content

Future-Proof

  • Open standard that grows with AI technology
  • Backed by the community and major AI companies
  • Free to use forever

Get Started in 5 Minutes

Ready to Take Control?

Your content is being used by AI systems right now. Don’t wait - take control today.
Start now: Quick Start Guide will have you protected in 5 minutes.
Important: LLMTAG is a voluntary standard. AI systems that respect it will follow your rules, but enforcement depends on each AI company’s implementation.
I