Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Infused Wellness @ Beauty&Co",
description: "Infused Wellness @ Beauty&Co is a wellness center located in Colorado Springs offering IV therapy services to support health, hydration, and wellness goals. Operating within the Beauty&Co space, they provide infusion treatments designed for clients seeking preventative care and nutritional support.",
telephone: "+1-719-354-0114",
address: {
@type: "PostalAddress",
streetAddress: "1828 Spring Water Pt Suite 120",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80921",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9883056,
longitude: -104.79379809999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "IV Therapy & Wellness Clinics, Health-conscious individuals, athletes seeking performance support, travelers needing hydration, wellness-focused professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "IV Therapy Specialist"
}
],
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.