{
  "page": {
    "url": "https://aicompany.limited/",
    "title": "AI Company – LLM Web Optimisation Studio",
    "description": "We optimise websites for large-language-model agents, turning your content into the best source for AI assistants.",
    "brand": "AI Company",
    "image": "https://aicompany.limited/logo.png",
    "category": "AI / LLM Web Optimisation"
  },

  "headline": {
    "title": "Make Your Website Speak AI",
    "lead": "We optimise your site so Large Language Models (LLMs) and AI Agents can find, understand, and act on your content — boosting your visibility in AI-driven search.",
    "primary_cta": {
      "label": "Get in touch",
      "target": "#contact-form",
      "type": "scroll"
    },
    "assets": [
      {
        "type": "document",
        "label": "White Paper",
        "url": "https://aicompany.limited/files/whitepaper.pdf"
      }
    ]
  },

  "why_ai_optimisation": {
    "section_id": "why-ai-optimisation",
    "title": "Why AI/LLM Optimisation Matters",
    "bullets": [
      "AI-driven search tools like Google AI Overviews, Perplexity.ai, and Microsoft Copilot now deliver answers directly without always showing a full web page.",
      "If your site is not machine-readable, you risk becoming invisible or misinterpreted in the new AI-first search era.",
      "Optimising for AI means being understood by LLMs exactly as you intend, appearing in AI-generated summaries, answers and citations, and enabling AI agents to trigger actions directly on your site."
    ]
  },

  "what_we_do": {
    "title": "What We Do In Simple Words",
    "summary": "We assess how reachable your website is for AI search and agents, then re-engineer it so machines can reliably read, trust, and use your content.",
    "capabilities": [
      "Read your content clearly using structured data, schema, and semantic markup.",
      "Increase trust by embedding provenance and credibility signals.",
      "Expose simple, AI-accessible action endpoints so agents can use your site directly (for example, to submit a contact request).",
      "Add invisible “AI instructions” and API-like hooks so each piece of content works for both humans and machines."
    ]
  },

  "services": [
    {
      "name": "AI/LLM Website Assessment",
      "type": "consulting",
      "summary": "Audit of how reachable and understandable your site is for AI search and agents.",
      "deliverables": [
        "Tests on how AI systems see and summarise your site.",
        "Gap analysis for structured data, schema, and semantic markup.",
        "Report on where agents fail to act or extract correctly.",
        "Concrete roadmap for optimisation."
      ]
    },
    {
      "name": "LLM Web Optimisation Implementation",
      "type": "implementation",
      "summary": "Practical implementation of AI-first structures on your site.",
      "deliverables": [
        "Structured data and schema markup for key pages.",
        "Semantic HTML improvements for better LLM comprehension.",
        "Machine-readable endpoints and simple action APIs for agents.",
        "Validation against real LLMs and AI tools."
      ]
    }
  ],

  "team": {
    "title": "Our Team",
    "description": "A small, dedicated team focused on making websites thrive in the AI-first internet.",
    "highlights": [
      {
        "heading": "10+ years of expertise in AI",
        "text": "Understanding how machines read, interpret, and act on web content."
      },
      {
        "heading": "10+ years of web development experience",
        "text": "Building fast, robust, and user-friendly sites."
      }
    ],
    "mission": "Make sure your site thrives in the AI-first internet."
  },

  "contact": {
    "section_title": "Connect With Us",
    "email": "contact@aicompany.limited",
    "booking_link": "https://calendly.com/alexander-apsolutions/30min",
    "contact_form": {
      "selector": "#contact-form",
      "method": "POST",
      "action": "https://contact.aicompany-limited.workers.dev/actions/contact",
      "content_type": "application/json",
      "fields": [
        { "name": "name", "type": "string", "required": true },
        { "name": "email", "type": "string", "format": "email", "required": true },
        { "name": "message", "type": "string", "required": true }
      ]
    },
    "agent_endpoints": [
      {
        "path": "/.well-known/ai-plugin.json",
        "purpose": "Describes AI-accessible capabilities, contact flows, and API endpoints."
      },
      {
        "path": "/api/contact",
        "purpose": "Simple POST endpoint for AI-triggered contact or lead submissions."
      }
    ]
  }
}
