{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.october.dev/#organization",
      "name": "October",
      "alternateName": ["October.dev", "October Dev", "October Experiments"],
      "url": "https://www.october.dev/",
      "logo": "https://www.october.dev/logo.png",
      "sameAs": [
        "https://github.com/october-dev",
        "https://www.linkedin.com/company/october-dev"
      ],
      "description": "October is a product experimentation platform and forward deployed experimentation team for apps and websites.",
      "disambiguatingDescription": "October is the software company and product at october.dev, not the calendar month.",
      "knowsAbout": [
        "Product experimentation",
        "A/B testing",
        "PostHog experiments",
        "AI product development",
        "Onboarding optimization",
        "Paywall testing",
        "Pricing experiments"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://www.october.dev/#website",
      "name": "October",
      "alternateName": ["October.dev", "October Experiments"],
      "url": "https://www.october.dev/",
      "publisher": {
        "@id": "https://www.october.dev/#organization"
      },
      "about": {
        "@id": "https://www.october.dev/#organization"
      },
      "inLanguage": "en-US"
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://www.october.dev/#software",
      "name": "October",
      "url": "https://www.october.dev/",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web Browser",
      "author": {
        "@id": "https://www.october.dev/#organization"
      },
      "image": "https://www.october.dev/october-in-action.png",
      "description": "October helps teams run product experiments on apps and websites by generating variants, connecting analytics, measuring winners, and shipping production-ready changes.",
      "featureList": [
        "Product experiment variant generation",
        "PostHog experiment analytics",
        "GitHub pull requests for winning variants",
        "A/B testing for paywalls, onboarding flows, landing pages, and pricing pages",
        "Self-serve AI canvas and forward deployed experimentation service"
      ]
    }
  ]
}
