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: "Honor Bound FIT",
description: "Honor Bound FIT is a personal training studio in Fredericksburg specializing in functional fitness and strength coaching. The facility offers one-on-one and small group training sessions designed to help clients build strength, improve mobility, and achieve sustainable fitness results. Their trainers focus on proper form and personalized programming to meet individual goals.",
url: "https://www.honorboundfit.com/",
telephone: "+1-540-737-8337",
address: {
@type: "PostalAddress",
streetAddress: "45 Centreport Pkwy UNIT 137",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22406",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3955699,
longitude: -77.4396841
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding communities",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized coaching, busy professionals wanting efficient workouts, individuals recovering from injury, beginners building a strong foundation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Form-Focused Coaching"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Training Options"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.