Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Croad & Associates, Tax & Business Services",
description: "Croad & Associates provides comprehensive tax and business services to individuals and businesses in the Yucaipa area. With expertise in tax preparation, business consulting, and financial planning, they offer personalized solutions tailored to each client's unique needs. Their experienced team helps clients navigate complex tax situations and optimize their business operations.",
telephone: "+1-909-792-6300",
address: {
@type: "PostalAddress",
streetAddress: "33685 Washington Dr",
addressLocality: "Yucaipa",
addressRegion: "CA",
postalCode: "92399",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0323888,
longitude: -117.0696503
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Yucaipa, CA and surrounding communities",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals with complex tax situations, business startups",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service 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.