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: "Tate Financial Services Corporation",
description: "Tate Financial Services Corporation is an accounting firm located in Harrisonburg, VA offering comprehensive financial services to individuals and businesses. With a focus on personalized financial planning and tax preparation, they help clients navigate complex financial decisions and optimize their tax situations. The firm serves the local Harrisonburg area and surrounding communities.",
telephone: "+1-540-434-9447",
address: {
@type: "PostalAddress",
streetAddress: "1910 Erickson Ave # 8",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.433060399999995,
longitude: -78.9063925
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, Harrisonburg-area residents seeking personalized tax and financial planning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.