{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://cablingquote.com/#org",
      "name": "C&C Telecomm",
      "url": "https://cctelecomm.com/",
      "email": "charles.gunter@cctelecomm.com"
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://cablingquote.com/#app",
      "name": "CablingQuote",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "url": "https://quote.cctelecomm.com/",
      "description": "Low-voltage estimating software for structured cabling contractors. Build a cabling takeoff, price labor from structured-cabling practice, and send a data cabling quote.",
      "provider": { "@id": "https://cablingquote.com/#org" },
      "offers": [
        {
          "@type": "Offer",
          "name": "Monthly",
          "price": "49.95",
          "priceCurrency": "USD",
          "url": "https://quote.cctelecomm.com/"
        },
        {
          "@type": "Offer",
          "name": "Yearly",
          "price": "539.46",
          "priceCurrency": "USD",
          "url": "https://quote.cctelecomm.com/"
        }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://cablingquote.com/#faq",
      "url": "https://cablingquote.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Is CablingQuote electrical estimating software?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. CablingQuote is for structured cabling and other low-voltage work. Labor hours follow structured-cabling practice, not NECA electrical labor units."
          }
        },
        {
          "@type": "Question",
          "name": "Does CablingQuote read drawings?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. You enter the cabling takeoff. CablingQuote does not read plans or count drops from a drawing."
          }
        },
        {
          "@type": "Question",
          "name": "What practice are the labor hours based on?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Labor hours are structured-cabling hours in the BICSI tradition. Naming BICSI or a TIA standard is a reference. It is not an RCDD stamp, a certification, or a compliance guarantee."
          }
        },
        {
          "@type": "Question",
          "name": "Where do quotes live?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "In this beta, quotes and the company profile stay in the browser on that device. They are not copied into a shared CablingQuote database."
          }
        },
        {
          "@type": "Question",
          "name": "Is there a sample quote?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Not yet. The sample quote link is a placeholder for a real CablingQuote PDF that will be added later."
          }
        },
        {
          "@type": "Question",
          "name": "How do I join the beta?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Open the app at quote.cctelecomm.com, or email C&C Telecomm to ask for a beta code. A beta code unlocks one tester. It is not an owner login."
          }
        }
      ]
    }
  ]
}
