---
title: "Accessibility | Choice Apps"
description: "Accessibility commitment and contact information for the Choice Apps website."
canonical: "https://choiceapps.us/accessibility/"
image: "https://choiceapps.us/brand/choice-apps.png"
content_signal: "search=yes, ai-input=yes, ai-train=no, use=reference"
---

Accessibility

# A website meant to work for more people.

Choice Apps, a DBA of Choice Technology Solutions, LLC, aims to provide a clear, keyboard-accessible, responsive website with semantic structure, visible focus, sufficient contrast, reduced-motion support, and labeled forms.

## Report a problem

If something prevents you from using the site, contact [hello@choiceapps.us](mailto:hello@choiceapps.us) or call [843-997-4335](tel:+18439974335). Include the page and the task you were trying to complete.


## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "ProfessionalService",
      "@id": "https://choiceapps.us/#organization",
      "name": "Choice Apps",
      "legalName": "Choice Technology Solutions, LLC",
      "slogan": "Custom Applications & AI Consulting",
      "url": "https://choiceapps.us/",
      "description": "Custom application development and practical AI consulting from Choice Apps, a DBA of Choice Technology Solutions, LLC.",
      "logo": "https://choiceapps.us/brand/choice-apps.png",
      "image": "https://choiceapps.us/brand/choice-apps.png",
      "email": "hello@choiceapps.us",
      "telephone": "+18439974335",
      "founder": {
        "@type": "Person",
        "name": "Clint Johnson"
      },
      "areaServed": [
        {
          "@type": "AdministrativeArea",
          "name": "South Carolina"
        },
        {
          "@type": "Country",
          "name": "United States"
        }
      ],
      "serviceType": [
        "Custom application development",
        "Business AI readiness consulting",
        "Automation and integrations",
        "Website development"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://choiceapps.us/#website",
      "url": "https://choiceapps.us/",
      "name": "Choice Apps",
      "description": "Custom application development and practical AI consulting from Choice Apps, a DBA of Choice Technology Solutions, LLC.",
      "publisher": {
        "@id": "https://choiceapps.us/#organization"
      },
      "inLanguage": "en-US"
    },
    {
      "@type": "WebPage",
      "@id": "https://choiceapps.us/accessibility/#webpage",
      "url": "https://choiceapps.us/accessibility/",
      "name": "Accessibility | Choice Apps",
      "description": "Accessibility commitment and contact information for the Choice Apps website.",
      "isPartOf": {
        "@id": "https://choiceapps.us/#website"
      },
      "about": {
        "@id": "https://choiceapps.us/#organization"
      },
      "primaryImageOfPage": {
        "@type": "ImageObject",
        "url": "https://choiceapps.us/brand/choice-apps.png"
      },
      "inLanguage": "en-US"
    }
  ]
}
```
