LLMs Meta Tags
Open standard created by Kobana to optimize websites for consumption by LLMs and artificial intelligence systems. Communicate directly with AI agents through simple and standardized HTML meta tags.

Optimize your site for the AI era
Just as SEO optimizes for search engines, LLMs Meta Tags optimize for language models. Help AI assistants understand and navigate your content more efficiently.
The 3 Meta Tags
A simple standard with just 3 tags that cover the main use cases for LLM communication.
Implementation examples
See how to implement LLMs Meta Tags on different types of websites.
Basic example
Minimal implementation with the 3 main tags
<head>
<meta name="llms:website" content="https://ai.yoursite.com">
<meta name="llms:description" content="Financial management platform for businesses">
<meta name="llms:instructions" content="Focus on main content. Ignore sidebar and footer.">
</head>E-commerce
For online stores with product catalogs
<head>
<meta name="llms:website" content="https://ai.store.com">
<meta name="llms:description" content="Electronics store with nationwide delivery">
<meta name="llms:instructions" content="Product data in .product-card elements. Prices in data-price attributes. Availability in data-stock.">
</head>Technical documentation
For APIs and developer documentation
<head>
<meta name="llms:website" content="https://ai.docs.company.com">
<meta name="llms:description" content="REST API v3 documentation for banking integration">
<meta name="llms:instructions" content="Read specifications in order. Endpoints at /api/v3/. Examples in code blocks.">
</head>Use cases
LLMs Meta Tags are useful for various types of websites and applications.
API Documentation
Direct LLMs to specific endpoints, inform about versioning and guide technical documentation reading.
E-commerce
Indicate where product data, prices and availability are located for more accurate responses about your catalog.
News Websites
Separate editorial content from ads and widgets, ensuring LLMs access only relevant information.
Contribute to the standard
The LLMs Meta Tags Standard is an open source project. Join the community and help shape the future of communication between websites and AI.
Repository
Access the source code, documentation and participate in discussions about the standard.
View on GitHubSpecification
Read the complete specification with all technical details and examples.
llmsmetatags.orgFrequently asked questions
Want to see Kobana in action?
We use LLMs Meta Tags on our own website. Discover our API and see how we simplify banking operations for businesses.