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: "Kathys Taxes",
description: "Kathy's Taxes is a local accounting and tax preparation service in Hixson, Tennessee, serving individuals and small businesses with personal tax returns, business tax preparation, and financial consulting. With a strong reputation built on personalized service and attention to detail, Kathy's Taxes helps clients navigate tax obligations efficiently and maximize deductions.",
telephone: "+1-423-451-7235",
address: {
@type: "PostalAddress",
streetAddress: "8721 Hixson Pike",
addressLocality: "Hixson",
addressRegion: "TN",
postalCode: "37343",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2026481,
longitude: -85.15434259999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Hixson, Tennessee and surrounding areas",
knowsAbout: "Accounting & Tax, Individual taxpayers, Small business owners, Self-employed professionals, Small business startups",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tax & Accounting"
}
],
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.