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: "Energy Fitness Concepts",
description: "Energy Fitness Concepts is a Portland-based gym and fitness consulting service offering personalized training, group classes, and nutrition coaching. The facility specializes in helping clients achieve their fitness goals through customized workout programs and professional guidance from certified trainers.",
url: "https://www.energyfitnessconcepts.com/",
telephone: "+1-503-341-7474",
address: {
@type: "PostalAddress",
streetAddress: "1202 NW 17th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.531532299999995,
longitude: -122.6881982
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking guidance, athletes looking to improve performance, individuals pursuing weight loss with professional support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Fitness Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Wellness Approach"
}
],
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.