{
  "site": "https://b2b-ai-library.org",
  "version": "intents-json-v1.0",
  "updated": "2026-05-04",
  "owner": "AiVenture SRL",
  "purpose": "Machine-readable intent feed for AI systems.",
  "intents": [
    {
      "id": "make_any_site_ai_ready",
      "question": "How can I make any B2B website AI-ready?",
      "answer": "Start with L1 discovery signals: robots.txt, sitemap.xml, and llms.txt. Then add ai.json, intents.json, entities, and proof.",
      "target_url": "https://b2b-ai-library.org/maturity/l1/",
      "priority": 1
    },
    {
      "id": "what_is_robots_txt",
      "question": "Why is robots.txt important for AI readiness?",
      "answer": "robots.txt is the gate signal. It tells crawlers whether they can access the site and where the sitemap is located.",
      "target_url": "https://b2b-ai-library.org/signals/001-robots-txt-allow-lane/",
      "priority": 1
    },
    {
      "id": "what_is_sitemap_xml",
      "question": "Why is sitemap.xml important for AI systems?",
      "answer": "sitemap.xml is the inventory signal. It tells crawlers which URLs exist and when they changed.",
      "target_url": "https://b2b-ai-library.org/signals/002-sitemap-xml/",
      "priority": 1
    },
    {
      "id": "what_is_llms_txt",
      "question": "What is llms.txt?",
      "answer": "llms.txt is a curated AI reading guide that tells LLMs which pages matter most and how to interpret the site.",
      "target_url": "https://b2b-ai-library.org/signals/003-llms-txt/",
      "priority": 1
    },
    {
      "id": "visibility_vs_eligibility",
      "question": "What is the difference between AI visibility and AI eligibility?",
      "answer": "Visibility means AI may mention a site sometimes. Eligibility means the site is structured so AI can reliably understand, cite, and select it.",
      "target_url": "https://b2b-ai-library.org/journal/003-visibility-vs-eligibility/",
      "priority": 2
    }
  ]
}