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: "J-Fit",
description: "J-Fit is a fitness center in Leander offering personalized training, group fitness classes, and a full gym experience. The studio specializes in helping clients achieve their health and wellness goals through tailored workout programs and expert instruction in a supportive community environment.",
url: "https://jfitstudio.com/",
telephone: "+1-737-757-7587",
address: {
@type: "PostalAddress",
streetAddress: "607 Leander Dr Suite 200",
addressLocality: "Leander",
addressRegion: "TX",
postalCode: "78641",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.570844700000002,
longitude: -97.8470923
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Leander, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized guidance, group fitness participants, individuals pursuing weight loss or strength goals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Fitness"
}
],
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.