{
  "reportType": "Accessibility Risk Snapshot sample",
  "lastReviewed": "2026-06-06",
  "status": "sample_only",
  "disclaimer": "This sample is educational. It does not certify WCAG, ADA, EAA, Section 508, or legal compliance.",
  "submittedContext": {
    "websiteUrl": "https://example-store.test",
    "businessType": "ecommerce",
    "platform": "shopify",
    "monthlyTraffic": "10k-100k",
    "demandLetter": false,
    "agency": false
  },
  "snapshot": {
    "rating": "Some issues to review",
    "reviewItemCount": 3,
    "summary": "Three first-pass HTML signals need review. Use this as triage, then manually test important flows.",
    "findings": [
      {
        "label": "Page title",
        "status": "pass",
        "detail": "A descriptive title was found."
      },
      {
        "label": "Page language",
        "status": "review",
        "detail": "The html element did not declare a language."
      },
      {
        "label": "Image alternatives",
        "status": "review",
        "detail": "Several image tags lacked alt attributes."
      },
      {
        "label": "Form labels",
        "status": "review",
        "detail": "One visible form control may lack a label or accessible name."
      }
    ],
    "limitations": [
      "Public HTML only.",
      "Does not test logged-in areas, checkout flows, JavaScript-only states, color contrast, keyboard traps, screen reader output, PDFs, audio/video captions, or legal compliance."
    ]
  },
  "recommendedNextSteps": [
    "Preserve a remediation log.",
    "Review high-value user paths manually.",
    "Fix repeated template issues before page-by-page cleanup.",
    "Compare automated support, manual remediation, and hybrid maintenance options."
  ],
  "sourcePolicy": "Guides prefer primary standards, official agency pages, reputable accessibility research, transparent methodology pages, and partner terms where referral context matters."
}
