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: "Pinnacle Psychology",
description: "Pinnacle Psychology is a mental health clinic in Gilbert providing therapy and counseling services to help clients work through psychological challenges and improve their wellbeing. The practice offers evidence-based treatment approaches tailored to individual needs, serving both adults and families in the Phoenix area.",
url: "https://pinnaclepsychology.com/",
telephone: "+1-480-432-3567",
address: {
@type: "PostalAddress",
streetAddress: "3651 E Baseline Rd E-222",
addressLocality: "Gilbert",
addressRegion: "AZ",
postalCode: "85234",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3773604,
longitude: -111.7527788
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Gilbert, Arizona and surrounding Phoenix metropolitan area",
knowsAbout: "Mental Health & Therapy, Adults seeking therapy, families in need of counseling, individuals managing stress and mental health challenges",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Conveniently Located"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Team"
}
],
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.