---
title: "Accessibility — built to be usable by everyone"
description: "This site aims to meet WCAG 2.1 AA. If something on this website is a barrier for you, please tell me through the contact form and I will work to fix it."
lang: en
json-ld: |
  [
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "The Art of Healing the Soul",
      "url": "https://theartofhealingthesoul.com",
      "inLanguage": [
        "en-US",
        "es-US"
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "MedicalBusiness",
      "@id": "https://theartofhealingthesoul.com/#business",
      "name": "The Art of Healing the Soul",
      "url": "https://theartofhealingthesoul.com",
      "areaServed": [
        {
          "@type": "State",
          "name": "State of Texas"
        },
        {
          "@type": "City",
          "name": "Laredo",
          "containedInPlace": {
            "@type": "State",
            "name": "Texas"
          }
        }
      ],
      "availableLanguage": [
        "English",
        "Spanish"
      ],
      "medicalSpecialty": "Psychiatric",
      "serviceType": [
        "Therapy for women",
        "Teen therapy",
        "Counseling for anxiety",
        "Counseling for trauma",
        "Therapy for depression",
        "Burnout therapy",
        "Grief counseling",
        "Cognitive behavioral therapy",
        "Online therapy (telehealth)",
        "Immigration hardship evaluations"
      ],
      "provider": {
        "@id": "https://theartofhealingthesoul.com/#practitioner",
        "@type": "Person",
        "name": "Maria Teresa Valencia, MA, LPC"
      },
      "founder": {
        "@id": "https://theartofhealingthesoul.com/#practitioner"
      },
      "slogan": "Healing is an Art and We Can Reconstruct the Pieces Together",
      "priceRange": "$180",
      "image": "https://theartofhealingthesoul.com/hero-butterfly.jpg",
      "sameAs": [
        "https://www.facebook.com/www.elartedesanar",
        "https://www.psychologytoday.com/us/therapists/maria-teresa-valencia-laredo-tx/774951"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": "https://schema.org/Monday",
          "opens": "10:00",
          "closes": "18:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": "https://schema.org/Tuesday",
          "opens": "10:00",
          "closes": "18:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": "https://schema.org/Wednesday",
          "opens": "10:00",
          "closes": "18:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": "https://schema.org/Thursday",
          "opens": "10:00",
          "closes": "18:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": "https://schema.org/Friday",
          "opens": "10:00",
          "closes": "18:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": "https://schema.org/Saturday",
          "opens": "10:00",
          "closes": "18:00"
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "Person",
      "@id": "https://theartofhealingthesoul.com/#practitioner",
      "name": "Maria Teresa Valencia, MA, LPC",
      "jobTitle": "Licensed Professional Counselor",
      "hasCredential": [
        {
          "@type": "EducationalOccupationalCredential",
          "credentialCategory": "license",
          "name": "Licensed Professional Counselor",
          "recognizedBy": {
            "@type": "GovernmentOrganization",
            "name": "Texas Behavioral Health Executive Council"
          },
          "identifier": "64813"
        }
      ],
      "knowsLanguage": [
        "en",
        "es"
      ],
      "areaServed": {
        "@type": "State",
        "name": "State of Texas"
      },
      "url": "https://theartofhealingthesoul.com",
      "image": "https://theartofhealingthesoul.com/hero-butterfly.jpg",
      "sameAs": [
        "https://www.facebook.com/www.elartedesanar",
        "https://www.psychologytoday.com/us/therapists/maria-teresa-valencia-laredo-tx/774951"
      ],
      "worksFor": {
        "@id": "https://theartofhealingthesoul.com/#business"
      }
    },
    {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://theartofhealingthesoul.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Accessibility",
          "item": "https://theartofhealingthesoul.com/accessibility"
        }
      ]
    }
  ]
---

[The Art of _Healing_ the Soul Maria Teresa Valencia, MA, LPC ](/)

[About](/about)

Services

Areas

[Laredo](/therapist-laredo-tx)[Rates](/rates-insurance)[FAQ](/faqs)[Contact](/contact)

[EN](/)[ES](/es)

Español [Request a consultation](/contact)

[Home](/)/ Accessibility 

A website that is easy to use is part of the care

# Accessibility .

The first step of asking for help should not be a fight with a website. This site is built with the intention that anyone who might want to reach out can — including people using screen readers, keyboards, magnification, voice control, or a slow connection.

## The standard I am working toward

This website aims to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 at level AA. In practice, that means:

-   Text has enough contrast against its background to be read comfortably.
-   Every meaningful image has alternative text so screen readers can describe it.
-   Every page uses one clear H1 and a logical heading order.
-   Forms have labels tied to their inputs and describe errors in words, not only in color.
-   You can move through the site using only the keyboard — links and buttons show a visible focus outline.
-   Motion is used sparingly, and animations respect the “reduce motion” setting in your operating system.
-   The site works at 200% zoom without breaking, and works on a phone as well as a laptop.

## What is not perfect yet

I am not going to claim the site is finished. Websites are living things. Some pages may still have room to improve — an image alt that could be clearer, a color pairing that is close but not ideal, a form message that could describe an error more plainly. If you land on one of those spots, I want to know.

## How to report a barrier

The fastest way is the [contact form](/contact). Tell me:

-   Which page you were on (a link or a title is enough).
-   What you were trying to do.
-   What got in the way — for example, “the button did not announce itself to VoiceOver” or “the text was too small to read on my phone at the size I use.”

You do not need technical language. A sentence in your own words is exactly right. If you would rather write in Spanish than in English, please do — I read and reply in both.

## What happens after you report

I read every report myself. Small fixes — like a missing alt or a low-contrast link — are usually made quickly. Larger ones may take longer, but I will let you know that I saw your message and what I am doing about it.

## Accessibility inside the therapy itself

If you use assistive technology in a session — a screen reader, captions on video, a communication device, a preferred visual layout — please tell me during the free 15-minute call. Therapy adapts to you, not the other way around. If you would like an interpreter in a language other than English or Spanish, we can talk about how to arrange one.

## Third-party components

Some parts of the site — for example, the client portal, the video-session platform, or the payment page — are provided by outside services. Their accessibility is under their control, not mine. If one of them is a barrier, please tell me anyway. I would rather find an alternative for you than pretend I did not know.

Thank you for helping make this site work for more people. Access is part of care.

In case of crisis · In a crisis or emergency, call or text [988](tel:988), or call [911](tel:911). 

The Art of _Healing_ the Soul

Bilingual therapy for women across Texas. Licensed in Texas since 2009.

Maria Teresa Valencia, MA, LPC

Texas License #64813

Laredo, Texas

Phone: [(956) 333-1318](tel:+19563331318)

Explore

-   [About](/about)
-   [Services](/services)
-   [Service areas](/service-areas)
-   [Telehealth](/telehealth)
-   [Rates & insurance](/rates-insurance)
-   [FAQs](/faqs)
-   [Immigration evaluations](/hardship-letters-for-immigration)
-   [Therapy for women](/therapy-for-women)

Get started

-   [Contact](/contact)
-   [Client forms](/client-forms)

Resources

-   [Notes on Healing](/recent-news)
-   [Mental health resources](/mental-health-links)
-   [Whole-person health](/physical-health-links)

Please note

-   Therapy outcomes vary and are not guaranteed.
-   This website is not a secure channel — please don't share confidential health information.
-   Contacting me through this site does not create a counselor–client relationship.
-   Licensed in Texas. I can only work with clients physically located in Texas.

-   [Privacy](/privacy)
-   [Terms](/terms)
-   [Cookies](/cookie)
-   [Disclosures](/disclosures)
-   [Good Faith Estimate](/good-faith-estimate)

© 2026 The Art of Healing the Soul.

-   [Accessibility](/accessibility)
-   [Español](/es)

Website by [Automaus.ai](https://automaus.ai)

Chat with us