{
  "@context": "https://schema.org",
  "@graph": [

    {
      "@type": ["SoftwareApplication", "Organization"],
      "@id": "https://exampleanalytics.com/#organization",
      "name": "Example Analytics",
      "legalName": "Example Analytics, Inc.",
      "url": "https://exampleanalytics.com/",
      "logo": "https://exampleanalytics.com/images/logo.png",
      "foundingDate": "2018",
      "description": "Example Analytics is a B2B SaaS analytics platform that helps mid-market and enterprise companies build real-time dashboards, connect 200+ data sources, and generate AI-powered business insights without writing code.",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "500 W 2nd St",
        "addressLocality": "Austin",
        "addressRegion": "TX",
        "postalCode": "78701",
        "addressCountry": "US"
      },
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+1-512-800-4200",
          "contactType": "sales",
          "email": "hello@exampleanalytics.com",
          "availableLanguage": "English"
        },
        {
          "@type": "ContactPoint",
          "telephone": "+1-512-800-4201",
          "contactType": "customer support",
          "email": "support@exampleanalytics.com",
          "url": "https://help.exampleanalytics.com/",
          "availableLanguage": "English"
        }
      ],
      "founder": [
        {
          "@type": "Person",
          "name": "Sarah Mitchell",
          "jobTitle": "Chief Executive Officer",
          "url": "https://linkedin.com/in/sarah-mitchell-cpa"
        },
        {
          "@type": "Person",
          "name": "James Okafor",
          "jobTitle": "Chief Technology Officer",
          "url": "https://linkedin.com/in/james-okafor-cto"
        }
      ],
      "employee": [
        {
          "@type": "Person",
          "name": "Priya Nair",
          "jobTitle": "VP Product"
        }
      ],
      "sameAs": [
        "https://twitter.com/exampleHQ",
        "https://linkedin.com/company/example-analytics",
        "https://github.com/example-analytics",
        "https://youtube.com/@exampleanalytics"
      ],
      "numberOfEmployees": {
        "@type": "QuantitativeValue",
        "minValue": 50,
        "maxValue": 200
      },
      "award": [
        "G2 Leader in Business Intelligence — 8 Consecutive Quarters (2024–2026)",
        "Deloitte Technology Fast 500 #24 (2025)",
        "Best Analytics Platform for SMBs — Software Reviews (2025)"
      ]
    },

    {
      "@type": "WebSite",
      "@id": "https://exampleanalytics.com/#website",
      "url": "https://exampleanalytics.com/",
      "name": "Example Analytics",
      "description": "Real-time dashboards and AI-powered analytics for business teams. 200+ data connectors, no-code setup.",
      "publisher": {
        "@id": "https://exampleanalytics.com/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://exampleanalytics.com/search?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    },

    {
      "@type": "SoftwareApplication",
      "@id": "https://exampleanalytics.com/product/#software",
      "name": "Example Analytics Platform",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "url": "https://exampleanalytics.com/product/",
      "description": "Cloud-based B2B analytics platform with real-time dashboards, 200+ data connectors, AI Insights, automated reports, embedded analytics, and team workspaces.",
      "offers": [
        {
          "@type": "Offer",
          "name": "Starter Plan",
          "price": "49",
          "priceCurrency": "USD",
          "priceValidUntil": "2027-01-01",
          "description": "Up to 5 users, 10 connectors, dashboards, reports, and alerts.",
          "url": "https://exampleanalytics.com/pricing/"
        },
        {
          "@type": "Offer",
          "name": "Growth Plan",
          "price": "149",
          "priceCurrency": "USD",
          "priceValidUntil": "2027-01-01",
          "description": "Up to 25 users, 50 connectors, AI Insights, workspaces, and custom branding.",
          "url": "https://exampleanalytics.com/pricing/"
        },
        {
          "@type": "Offer",
          "name": "Business Plan",
          "price": "399",
          "priceCurrency": "USD",
          "priceValidUntil": "2027-01-01",
          "description": "Unlimited users, all 200+ connectors, embedded analytics, SSO, and priority support.",
          "url": "https://exampleanalytics.com/pricing/"
        }
      ],
      "featureList": [
        "Real-time analytics dashboards with drag-and-drop builder",
        "50+ chart and visualization types",
        "200+ pre-built data connectors (CRM, marketing, finance, databases)",
        "AI-powered natural language data queries",
        "Automated anomaly detection and trend summaries",
        "Scheduled PDF/HTML report delivery via email, Slack, webhook",
        "Team workspaces with role-based access control",
        "White-label embedded analytics via iframe and JS SDK",
        "Data alerts (threshold, percent-change, AI anomaly)",
        "SSO via SAML 2.0 and OAuth 2.0",
        "SOC 2 Type II certified",
        "GDPR compliant",
        "HIPAA-ready with BAA"
      ],
      "screenshot": "https://exampleanalytics.com/images/dashboard-screenshot.png",
      "softwareVersion": "5.2",
      "releaseNotes": "https://exampleanalytics.com/changelog/",
      "author": {
        "@id": "https://exampleanalytics.com/#organization"
      }
    },

    {
      "@type": "ItemList",
      "@id": "https://exampleanalytics.com/integrations/#connector-list",
      "name": "Example Analytics Data Connectors",
      "description": "200+ pre-built integrations covering CRM, marketing, finance, e-commerce, databases, and data warehouses.",
      "url": "https://exampleanalytics.com/integrations/",
      "numberOfItems": 200,
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Salesforce Connector",
          "url": "https://exampleanalytics.com/integrations/salesforce/",
          "description": "Sync CRM data — leads, contacts, opportunities, activities — for sales analytics dashboards."
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "HubSpot Connector",
          "url": "https://exampleanalytics.com/integrations/hubspot/",
          "description": "Marketing and sales funnel analytics from HubSpot contacts, deals, and campaigns."
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Stripe Connector",
          "url": "https://exampleanalytics.com/integrations/stripe/",
          "description": "Revenue, MRR, churn, and subscription analytics from Stripe billing data."
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "Snowflake Connector",
          "url": "https://exampleanalytics.com/integrations/snowflake/",
          "description": "Direct query or scheduled sync from Snowflake data warehouse."
        },
        {
          "@type": "ListItem",
          "position": 5,
          "name": "Google BigQuery Connector",
          "url": "https://exampleanalytics.com/integrations/bigquery/",
          "description": "Google BigQuery connector for large-scale analytics."
        }
      ]
    },

    {
      "@type": "FAQPage",
      "@id": "https://exampleanalytics.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Does Example Analytics offer a free trial?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Example Analytics offers a 14-day free trial on the Growth plan — no credit card required. Sign up at exampleanalytics.com/pricing."
          }
        },
        {
          "@type": "Question",
          "name": "Is Example Analytics SOC 2 certified?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Example Analytics is SOC 2 Type II certified, audited annually by Prescient Assurance. The platform is also GDPR compliant and HIPAA-ready (BAA available on Business and Enterprise plans)."
          }
        },
        {
          "@type": "Question",
          "name": "How many data connectors does Example Analytics support?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Example Analytics supports 200+ pre-built data connectors covering CRM, marketing, finance, e-commerce, databases, and data warehouses. The full directory is available at exampleanalytics.com/integrations."
          }
        },
        {
          "@type": "Question",
          "name": "Can I embed Example Analytics dashboards in my own product?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Embedded Analytics is available on the Business and Enterprise plans. It supports iframe embedding and a JavaScript SDK with white-label branding, custom domains, and JWT-based multi-tenant data scoping."
          }
        },
        {
          "@type": "Question",
          "name": "What is Example Analytics pricing?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Example Analytics offers four plans: Starter ($49/month, 5 users, 10 connectors), Growth ($149/month, 25 users, 50 connectors + AI Insights), Business ($399/month, unlimited users, all connectors + embedded analytics + SSO), and Enterprise (custom pricing). Annual billing saves 20%. Visit exampleanalytics.com/pricing for current pricing."
          }
        }
      ]
    }

  ]
}
