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: "Wyndell Easterwood CPA",
description: "Wyndell Easterwood CPA is a certified public accounting firm in Lubbock specializing in tax preparation, financial consulting, and accounting services for individuals and businesses. With CPA credentials and a focus on personalized service, they help clients navigate tax strategy, bookkeeping, and financial planning to optimize their tax position and business operations.",
telephone: "+1-806-793-0356",
address: {
@type: "PostalAddress",
streetAddress: "2503 74th St SUITE 105",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79423",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5273385,
longitude: -101.8711407
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals seeking tax optimization strategies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "CPA Certified Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.