Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Nancy Taxes",
description: "Nancy Taxes is a tax preparation and accounting service located in Harrisonburg, VA, offering personalized tax filing assistance to individuals and small businesses. Owner Nancy brings direct experience with tax compliance and works to help clients understand their tax situations and maximize deductions. The practice focuses on clear communication and tailored solutions rather than one-size-fits-all approaches.",
url: "https://nancystaxservice.wixsite.com/website",
telephone: "+1-540-209-0925",
address: {
@type: "PostalAddress",
streetAddress: "3015 S Main St Suite B",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.413233,
longitude: -78.901307
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding Rockingham County areas",
knowsAbout: "Accounting & Tax, Individual tax filers, small business owners, self-employed professionals, local Harrisonburg residents seeking personalized tax preparation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
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.