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: "Studio Pulse",
description: "Studio Pulse is a fitness center in Houston offering group fitness classes, personal training, and wellness services. Located on Shepherd Drive, they provide a comprehensive workout experience designed to help members achieve their fitness goals through expert instruction and community support.",
url: "http://studiopulse.com/",
telephone: "+1-713-497-4049",
address: {
@type: "PostalAddress",
streetAddress: "600 N Shepherd Dr # 449",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77007",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.783076899999998,
longitude: -95.40913979999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking group classes, individuals wanting personal training guidance, gym members looking for community-based workouts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Fitness Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personal Training Available"
}
],
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.