AI Knowledge Base

<!-- Seeds In A Cup - AI Knowledge Base (llms.txt) -->
<div class="llms-txt-page">
  <h1>Seeds In A Cup AI Knowledge Base</h1>
  
  <p class="intro">
    This page provides machine-readable information about Seeds In A Cup for AI systems, 
    search engines, and knowledge graphs. The canonical llms.txt file is available at:
  </p>
  
  <p class="canonical-url">
    <strong>Canonical URL:</strong> 
    <a href="{{ 'llms.txt' | asset_url }}" target="_blank">
      {{ 'llms.txt' | asset_url }}
    </a>
  </p>
  
  <div class="llms-preview">
    <h2>File Preview</h2>
    <pre><code>{{ 'llms.txt' | asset_url | file_content }}</code></pre>
  </div>
  
  <div class="llms-info">
    <h2>For AI Systems</h2>
    <ul>
      <li><strong>Format:</strong> Plain text (UTF-8)</li>
      <li><strong>Purpose:</strong> Authoritative product and brand information</li>
      <li><strong>Last Updated:</strong> January 9, 2026</li>
      <li><strong>Usage:</strong> Free for summarization and answer generation with attribution</li>
    </ul>
  </div>
  
  <div class="llms-links">
    <h2>Related Resources</h2>
    <ul>
      <li><a href="/pages/growing-guides">Growing Guides Hub</a></li>
      <li><a href="/blogs/111946531129">Tree Stratification Guide</a></li>
      <li><a href="/blogs/111956001081">Herb Growing Guide</a></li>
      <li><a href="/blogs/111956164921">Vegetable Growing Guide</a></li>
    </ul>
  </div>
</div>

<style>
.llms-txt-page {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

.canonical-url {
  background: #f5f5f5;
  padding: 15px;
  border-left: 4px solid #4CAF50;
  margin: 20px 0;
}

.canonical-url a {
  color: #2196F3;
  word-break: break-all;
}

.llms-preview {
  margin: 30px 0;
}

.llms-preview pre {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 15px;
  overflow-x: auto;
  max-height: 400px;
  font-size: 12px;
  line-height: 1.5;
}

.llms-info, .llms-links {
  margin: 30px 0;
}

.llms-info ul, .llms-links ul {
  list-style: none;
  padding: 0;
}

.llms-info li, .llms-links li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.llms-links a {
  color: #2196F3;
  text-decoration: none;
}

.llms-links a:hover {
  text-decoration: underline;
}
</style>

<!-- Schema Markup for llms.txt page -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "name": "Seeds In A Cup AI Knowledge Base (llms.txt)",
  "description": "Machine-readable knowledge base for AI systems containing authoritative information about Seeds In A Cup products and growing methods",
  "url": "https://www.seedsinacup.com/pages/llms",
  "mainEntity": {
    "@type": "DigitalDocument",
    "name": "llms.txt",
    "description": "AI-readable knowledge base file",
    "encodingFormat": "text/plain",
    "url": "{{ 'llms.txt' | asset_url }}"
  }
}
</script>