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: "Portland Personal Training",
description: "Portland Personal Training offers personalized one-on-one training and small group fitness classes at Lloyd Athletic Club in Portland. Their certified trainers specialize in weight loss, injury prevention, balance training, strength building, and recovery—tailored to clients of all ages and experience levels, including women, seniors, athletes, and LGBTQ+ clients. They emphasize sustainable, sustainable results through proper form, accountability, and programs that fit real-life schedules and budgets.",
url: "http://portlandpersonaltraining.com/",
telephone: "+1-503-403-9040",
address: {
@type: "PostalAddress",
streetAddress: "815 NE Halsey St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97232",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.53392170000001,
longitude: -122.65712619999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "190",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Fitness & Personal Training, Women over 50, injury recovery clients, weight loss seekers, seniors looking to improve balance, LGBTQ+ fitness enthusiasts, athletes training for events",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "First Session Always Free"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accountability & Support"
}
],
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.