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: "Tax Advantage LLC",
description: "Tax Advantage LLC is an accounting and tax consulting firm located in Denver specializing in comprehensive tax preparation and financial planning services. With a focus on personalized client service, they help individuals and businesses navigate complex tax situations and optimize their financial strategies. Their experienced team delivers tailored solutions designed to maximize tax efficiency and support long-term financial goals.",
telephone: "+1-720-292-7599",
address: {
@type: "PostalAddress",
streetAddress: "6403 E Colfax Ave",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80220",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7403681,
longitude: -104.91367489999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Denver, CO and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals seeking tax optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Tax Strategy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Denver 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.