Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 46 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Laredo Pilates Studio",
description: "Laredo Pilates Studio offers professional pilates instruction in Laredo, TX, providing clients with a focused fitness experience designed to build strength, flexibility, and core stability. Located on Rocio Drive, the studio specializes in pilates classes and training for individuals seeking a low-impact, effective workout method.",
url: "http://www.laredopilates.com/",
telephone: "+1-956-337-2349",
address: {
@type: "PostalAddress",
streetAddress: "7110 Rocio Dr Suite 16",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78041",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5686513,
longitude: -99.47085899999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking core strength training, individuals looking for low-impact exercise, people interested in flexibility and body conditioning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pilates Focus"
}
],
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.