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: "Latino Tax Income Tax",
description: "Latino Tax Income Tax provides tax preparation and accounting services to individuals and businesses in Harrisonburg. Located on North Main Street, they specialize in income tax filing and financial guidance for the local community.",
telephone: "+1-540-442-6355",
address: {
@type: "PostalAddress",
streetAddress: "383 N Main St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4530151,
longitude: -78.8680145
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Harrisonburg, Virginia and surrounding areas",
knowsAbout: "Accounting & Tax, Individual taxpayers, self-employed business owners, families with complex tax situations, Spanish-speaking clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Accessibility"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.