AI-discoverability dashboard

Published Artifacts

The exact llms.txt, llms-full.txt, JSON-LD, and markdown generated from the knowledge base — this is what gets deployed to appomate.com.au.

llms.txt
llms-full.txt
JSON-LD
Markdown
jsonld/service-support-and-maintenance.jsonldvalid JSON
{
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Support and Maintenance",
  "description": "Ongoing technical support and product improvement post-launch.",
  "serviceType": "Support and Maintenance",
  "provider": {
    "@type": "Organization",
    "name": "Appomate Pty Ltd",
    "url": "https://www.appomate.com.au"
  },
  "areaServed": {
    "@type": "Country",
    "name": "Australia"
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Support and Maintenance inclusions",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Bug fixing"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "performance monitoring"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "feature updates"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "client communication"
        }
      }
    ]
  },
  "offers": {
    "@type": "Offer",
    "priceCurrency": "AUD",
    "price": 6000,
    "description": "Starting price. Post-launch bug fixing, performance monitoring, feature updates"
  }
}