⚠️ DEV TOOL: This page intentionally contains SEO issues for testing. 📋 Issues Index
🛒 Acme Analytics Shop

Analytics Pro Plan

The complete analytics platform for growing teams. Real-time dashboards, AI forecasting, 200+ connectors, and unlimited users.

Schema Markup Issues #232 #62

Malformed JSON-LD in <head>

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.

Product Schema: Offer Missing #232 CRITICAL

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"
  }
}

Missing: Organization, WebSite, WebPage, BreadcrumbList Schemas #57 #58 #59 #236

$99/month

Billed monthly. Annual billing saves 20%.

Buy Pro Plan

✓ 14-day free trial    ✓ Cancel anytime    ✓ No credit card required

What's Included

  • Unlimited dashboards
  • Real-time data processing
  • 200+ data connectors
  • AI-powered forecasting
  • Role-based access control
  • Priority email & chat support
  • 99.9% uptime SLA

Customer Reviews #61 STD — No Review Schema

★★★★★ 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."

— Marcus T., Head of Data Engineering, FinFlow Inc.
★★★★☆

"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."

— Dr. Sarah Chen, VP Analytics, RetailX Group

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.

Frequently Asked Questions #62 STD — No FAQ Schema

Can I connect my existing data warehouse?

Yes. Acme Analytics supports direct connections to Snowflake, BigQuery, Redshift, Databricks, and 50+ more data warehouses. Setup takes under 5 minutes.

How does the 14-day free trial work?

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.

Is my data stored on Acme Analytics servers?

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.

Do you offer annual billing?

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.

Missing Schema Types #148 #149 #150 #153

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.