{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://constructvantage.com/#organization",
      "name": "ConstructVantage",
      "url": "https://constructvantage.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://constructvantage.com/logo.png"
      },
      "description": "Commercial management software for subcontractors."
    },
    {
      "@type": "WebSite",
      "@id": "https://constructvantage.com/#website",
      "url": "https://constructvantage.com",
      "name": "ConstructVantage",
      "publisher": { "@id": "https://constructvantage.com/#organization" }
    },
    {
      "@type": "SoftwareApplication",
      "name": "ConstructVantage",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "url": "https://constructvantage.com",
      "description": "Commercial management software for subcontractors. Track variations, create notices, and record payment applications and certificate cycles across your construction projects."
    }
  ]
}
