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: "McKean Smith LLC",
description: "McKean Smith LLC is an estate planning law firm based in Portland serving clients throughout Oregon. They specialize in comprehensive estate planning services including wills, trusts, power of attorney documents, and probate administration. The firm helps families and individuals protect their assets, plan for incapacity, and ensure their wishes are carried out.",
url: "http://www.mckeansmithlaw.com/",
telephone: "+1-503-567-7967",
address: {
@type: "PostalAddress",
streetAddress: "1140 SW 11th Ave #500",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5171095,
longitude: -122.68455929999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "87",
bestRating: "5"
},
areaServed: "Portland, Oregon and surrounding areas",
knowsAbout: "Estate Planning & Wills, Families planning estates, business owners, retirees, anyone seeking to protect assets and ensure wishes are documented",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Estate Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.