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: "Tualatin Hills Athletic Center",
description: "Tualatin Hills Athletic Center is a public recreation facility in Beaverton operated by Tualatin Hills Park & Recreation District. The center offers a comprehensive fitness experience with group fitness classes, personal training, and access to modern exercise equipment. It serves as a community hub for individuals seeking affordable, accessible fitness options with professional instruction and diverse programming.",
url: "http://www.thprd.org/facilities/sports/athletic-center",
telephone: "+1-503-629-6330",
address: {
@type: "PostalAddress",
streetAddress: "15707 Walker Rd",
addressLocality: "Beaverton",
addressRegion: "OR",
postalCode: "97006",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5202509,
longitude: -122.83676229999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "430",
bestRating: "5"
},
areaServed: "Beaverton and surrounding Tualatin Hills area, OR",
knowsAbout: "Fitness & Personal Training, Community members seeking affordable fitness, group class participants, individuals working with personal trainers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Public Recreation District"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Programming"
}
],
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.