{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://signal-forge.ca/#organization",
      "name": "Signal Forge",
      "url": "https://signal-forge.ca",
      "logo": "https://signal-forge.ca/logo.png",
      "description": "AI visibility optimization for local businesses. We help businesses get discovered by AI systems like ChatGPT, Perplexity, and Google Gemini.",
      "sameAs": [
        "https://www.linkedin.com/company/signal-forge",
        "https://twitter.com/signalforge"
      ],
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "St. Albert",
        "addressLocality": "St. Albert",
        "addressRegion": "AB",
        "postalCode": "T8N",
        "addressCountry": "CA"
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "Customer Service",
        "email": "support@signal-forge.ca",
        "url": "https://signal-forge.ca"
      },
      "knowsAbout": [
        "AI visibility",
        "AI discoverability",
        "Local business optimization",
        "Agentic decision-making",
        "AI recommendations"
      ]
    },
    {
      "@type": "Service",
      "@id": "https://signal-forge.ca/#service",
      "name": "AI Visibility Audit",
      "description": "Real-time audit of your business visibility to AI systems. Scan your business name and location to get a visibility score (0-100) showing how likely you'll be recommended by ChatGPT, Perplexity, Google Gemini, and other AI systems.",
      "provider": {
        "@id": "https://signal-forge.ca/#organization"
      },
      "areaServed": {
        "@type": "Country",
        "name": "Canada"
      },
      "potentialAction": {
        "@type": "UseAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://signal-forge.ca/vu-meter",
          "actionPlatform": [
            "DesktopWebPlatform",
            "MobileWebPlatform"
          ]
        }
      }
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://signal-forge.ca/#localbusiness",
      "name": "Signal Forge",
      "url": "https://signal-forge.ca",
      "description": "AI visibility optimization service for local businesses in Alberta.",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "St. Albert",
        "addressLocality": "St. Albert",
        "addressRegion": "AB",
        "addressCountry": "CA"
      },
      "priceRange": "$$$",
      "image": "https://signal-forge.ca/logo.png",
      "telephone": "+1-780-XXX-XXXX"
    },
    {
      "@type": "WebSite",
      "@id": "https://signal-forge.ca/#website",
      "url": "https://signal-forge.ca",
      "name": "Signal Forge",
      "description": "AI visibility optimization for local businesses",
      "publisher": {
        "@id": "https://signal-forge.ca/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://signal-forge.ca/vu-meter?business={search_term_string}",
          "actionPlatform": [
            "DesktopWebPlatform",
            "MobileWebPlatform"
          ]
        },
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://signal-forge.ca/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://signal-forge.ca"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "VU Meter Demo",
          "item": "https://signal-forge.ca/vu-meter"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Client Dashboard",
          "item": "https://signal-forge.ca/client-dashboard"
        }
      ]
    }
  ]
}
