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: "Williams Adams & Company, CPAs",
description: "Williams Adams & Company is a CPA firm in Bakersfield specializing in accounting, tax preparation, and financial consulting for businesses and individuals. With a focus on personalized service, they help clients navigate tax strategy, compliance, and financial planning to optimize their financial position.",
url: "http://www.williamsadams.com/",
telephone: "+1-661-633-9122",
address: {
@type: "PostalAddress",
streetAddress: "5201 California Ave 2nd Floor",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3592066,
longitude: -119.0602321
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding Kern County areas",
knowsAbout: "Accounting & Tax, Small to mid-sized business owners, self-employed professionals, individuals with complex tax situations, business owners seeking strategic tax planning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "CPA-Certified Professionals"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service 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.