Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dedicated Fitness",
description: "Dedicated Fitness is a full-service gym in Round Rock offering personal training, group fitness classes, and comprehensive wellness services. The facility provides one-on-one coaching, strength and conditioning programs, and a supportive community environment for members at all fitness levels.",
url: "https://2dedicated.com/",
telephone: "+1-512-569-1817",
address: {
@type: "PostalAddress",
streetAddress: "3570 Rockin J Rd C",
addressLocality: "Round Rock",
addressRegion: "TX",
postalCode: "78665",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.548781100000003,
longitude: -97.6321103
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Round Rock, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness beginners, individuals seeking personal training, people wanting group class motivation, strength and conditioning athletes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Fitness Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
}
],
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.