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: "Culpepper CPA, PLLC",
description: "Culpepper CPA, PLLC is a full-service accounting firm in Knoxville specializing in tax preparation, bookkeeping, and financial consulting for individuals and businesses. The firm provides comprehensive tax planning, IRS representation, and payroll services to help clients optimize their financial position and ensure compliance. They serve a diverse client base ranging from small business owners to individual taxpayers seeking personalized, professional accounting support.",
url: "http://culpepper-cpa.com/",
telephone: "+1-865-691-8509",
address: {
@type: "PostalAddress",
streetAddress: "108 Durwood Rd",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37922",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9005398,
longitude: -84.1230748
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "62",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals seeking tax optimization, businesses needing payroll management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "CPA Certified Professionals"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Accounting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "IRS Representation"
}
],
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.