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: "Aspire Psychology",
description: "Aspire Psychology is a mental health practice in downtown Portland offering therapy and counseling services. Located at 511 SW 10th Ave, they provide evidence-based psychological treatment for individuals seeking professional mental health support.",
url: "https://aspirepsychologyportland.com/",
telephone: "+1-503-994-8811",
address: {
@type: "PostalAddress",
streetAddress: "511 SW 10th Ave #1014",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.521232,
longitude: -122.6818212
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Portland, Oregon",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, Adults managing stress or mental health concerns, People looking for professional counseling",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Mental Health Services"
}
],
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.