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: "Fit With Mitch",
description: "Fit With Mitch is a personal training studio in Portland offering one-on-one coaching and customized fitness programs. Mitch specializes in strength training, weight loss, and body transformation, working with clients to build sustainable habits and achieve their fitness goals through personalized attention and expert guidance.",
url: "https://fitwitmitch.fitbudd.com/",
telephone: "+1-971-712-4291",
address: {
@type: "PostalAddress",
streetAddress: "4943 NE Martin Luther King Jr Blvd",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5589624,
longitude: -122.66181429999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Fitness & Personal Training, Busy professionals seeking personalized attention, individuals focused on weight loss and strength building, clients wanting to transform their fitness habits",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "One-on-One Coaching"
}
],
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.