Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Round Rock Counseling Services",
description: "Round Rock Counseling Services is a mental health clinic in Round Rock offering professional counseling and therapy services to individuals and families. Located at 3000 Joe Dimaggio Blvd, they provide personalized mental health support in a compassionate, professional environment.",
url: "http://www.roundrockcounselingservices.com/",
telephone: "+1-512-298-2440",
address: {
@type: "PostalAddress",
streetAddress: "3000 Joe Dimaggio Blvd",
addressLocality: "Round Rock",
addressRegion: "TX",
postalCode: "78665",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.5257053,
longitude: -97.63700879999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Round Rock and surrounding areas, Central Texas",
knowsAbout: "Mental Health & Therapy, Individuals seeking local mental health support, families needing counseling services, professionals in the Round Rock area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Counseling"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.