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: "Jimi Hendrix is a Realtor",
description: "Jimi Hendrix is a Portland-based realtor offering residential real estate services to buyers and sellers in the Portland area. With a focus on building genuine client relationships, Jimi provides personalized real estate guidance and market expertise to help clients navigate home purchases and sales.",
url: "http://www.jimihendrixisarealtor.com/",
telephone: "+1-812-320-8008",
address: {
@type: "PostalAddress",
streetAddress: "1826 NE Everett St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97232",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5249068,
longitude: -122.64693
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "58",
bestRating: "5"
},
areaServed: "Portland, Oregon and surrounding areas",
knowsAbout: "Real Estate Agents, First-time home buyers, sellers looking to list their homes, buyers seeking personalized real estate guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Client-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Knowledge"
}
],
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.