Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hydreight",
description: "Hydreight is an IV therapy service based in Las Vegas offering on-demand intravenous treatments delivered to clients. The company provides various IV formulations and has developed a mobile app platform for easy booking and scheduling of IV services. Hydreight also partners with businesses and organizations looking to offer IV wellness services to their employees or members.",
url: "https://hydreight.com/contact/",
telephone: "+1-702-381-3261",
address: {
@type: "PostalAddress",
streetAddress: "2700 E Sunset Rd",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0723562,
longitude: -115.11225239999997
},
areaServed: "Las Vegas, Nevada and surrounding areas",
knowsAbout: "IV Therapy & Wellness Clinics, Busy professionals, corporate wellness programs, individuals seeking convenient at-home IV therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile IV Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "B2B Partnerships"
}
],
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.