Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Olsen Wheeler CPAs",
description: "Olsen Wheeler CPAs is a full-service accounting firm in Eagle, Idaho, providing comprehensive tax preparation, bookkeeping, and financial consulting services to individuals and businesses. Their team of certified public accountants helps clients navigate complex tax situations, optimize financial strategies, and maintain accurate records. They specialize in personalized service that goes beyond basic tax filing to help clients understand their financial position and plan for the future.",
url: "http://olsenwheeler.com/",
telephone: "+1-208-938-3250",
address: {
@type: "PostalAddress",
streetAddress: "3509 W Bavaria St Suite 101",
addressLocality: "Eagle",
addressRegion: "ID",
postalCode: "83616",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6632307,
longitude: -116.39793399999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Eagle, Idaho and surrounding Boise Valley communities",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals with complex tax situations, businesses needing ongoing bookkeeping and payroll support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "CPA Certified Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@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.