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: "Serenity Tax",
description: "Serenity Tax is an independent tax preparation and accounting firm serving the Irving area with personalized financial services. They specialize in individual and business tax preparation, offering clients expert guidance during tax season and throughout the year. With a focus on accuracy and customer satisfaction, Serenity Tax helps clients navigate complex tax situations and optimize their financial outcomes.",
telephone: "+1-214-244-8515",
address: {
@type: "PostalAddress",
streetAddress: "2115 Estrada Pkwy",
addressLocality: "Irving",
addressRegion: "TX",
postalCode: "75061",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8334008,
longitude: -97.00512429999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Irving and surrounding Dallas-Fort Worth area",
knowsAbout: "Accounting & Tax, Individual taxpayers, Small business owners, Self-employed professionals, Business executives seeking tax optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Year-Round Support"
}
],
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.