The complete analytics platform for growing teams. Real-time dashboards, AI forecasting, 200+ connectors, and unlimited users.
The <script type="application/ld+json"> in this page's <head> contains JavaScript-style block comments (/* ... */), which are invalid JSON syntax. Google's Rich Results Test will fail to parse this schema block entirely.
Malformed JSON-LD: JSON does not support /* block comments */ or // line comments. The parser will reject the entire schema block. Additionally, the "offers" property (SEO ISSUE #232) is commented out, meaning Google cannot read product pricing for rich results.
A Product schema block exists in the <head>, but the required Offer property is absent. Without it, Google cannot display price and availability in Shopping rich results.
// CURRENT (broken) — SEO ISSUE #232: { "@type": "Product", "name": "Analytics Pro Plan", "sku": "ACME-PRO-001" /* "offers": { ... } IS MISSING */ } // CORRECT — add Offer nested inside Product: { "@type": "Product", "name": "Analytics Pro Plan", "offers": { "@type": "Offer", "price": "99.00", "priceCurrency": "USD", "availability": "https://schema.org/InStock" } }
Billed monthly. Annual billing saves 20%.
Buy Pro Plan★★★★★ 4.8 out of 5 — Based on 312 reviews No AggregateRating schema
"The real-time dashboards are phenomenal. We moved from Looker to Acme Analytics and cut our dashboard build time by 80%. The AI anomaly detection alone justified the cost."
"Outstanding product. The natural language querying feature is a genuine game-changer for non-technical stakeholders. Minor UX rough edges but the core functionality is best-in-class."
SEO ISSUE #61: These reviews are present in the HTML but have no Review or AggregateRating schema. Google cannot display star ratings in SERPs without structured data.
Yes. Acme Analytics supports direct connections to Snowflake, BigQuery, Redshift, Databricks, and 50+ more data warehouses. Setup takes under 5 minutes.
Sign up with your work email, connect your data sources, and explore all Pro features for 14 days. No credit card required. At the end of the trial, choose to subscribe or downgrade to our free tier.
Your data is queried in real-time directly from your connected sources. We store only aggregated metadata required to render dashboards. Raw data never leaves your environment.
Yes. Annual billing is available at a 20% discount versus monthly. Contact our sales team at sales@acmeanalytics.example.com for volume pricing above 50 seats.
SEO ISSUE #62: This FAQ section has no FAQPage JSON-LD schema. Add: {"@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "...", "acceptedAnswer": {"@type": "Answer", "text": "..."}}]} to enable FAQ rich snippets.
SEO ISSUE #148: Author names appear in reviews ("Marcus T.", "Dr. Sarah Chen") but no {"@type": "Person"} JSON-LD exists anywhere on the site. E-E-A-T and author entity disambiguation require Person schema.
SEO ISSUE #149: This page contains instructional setup content (connect data warehouse in 5 minutes, activate AI forecasting) but no {"@type": "HowTo"} schema. HowTo rich snippets would display step-by-step guides in SERPs.
SEO ISSUE #150: No speakable property is declared on any schema block on the site. Google Assistant and voice search devices cannot identify which page sections are suitable for text-to-speech reading.
SEO ISSUE #153: The Analytics Pro Plan is a cloud software service but has no {"@type": "Service"} JSON-LD. A Service or SoftwareApplication schema would describe pricing, provider, and service type for Google Business Profile and rich results.