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: "A-1 Accounting & Tax",
description: "A-1 Accounting & Tax provides comprehensive accounting and tax services to Oklahoma City businesses and individuals. With a 4.7-star rating from customers, they offer expertise in tax preparation, bookkeeping, and financial consulting to help clients maximize deductions and manage their finances effectively.",
telephone: "+1-405-769-7002",
address: {
@type: "PostalAddress",
streetAddress: "2201 N Douglas Blvd",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73141",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4904158,
longitude: -97.37119709999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, Self-employed professionals, Individual taxpayers seeking tax optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Tax Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Financial Services"
}
],
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.