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: "Phillips and Company",
description: "Phillips and Company is a financial consulting firm based in Portland offering comprehensive financial advisory services to individuals and businesses. Located in downtown Portland, they provide personalized financial guidance and planning to help clients achieve their financial goals.",
url: "http://www.phillipsandco.com/",
telephone: "+1-503-224-0858",
address: {
@type: "PostalAddress",
streetAddress: "521 SW 11th Ave #200",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5212929,
longitude: -122.68292280000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Financial Advisors, Individuals seeking financial planning, Small business owners, High-net-worth clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Portland Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.