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: "Tax Clinic",
description: "Tax Clinic is an IRS-affiliated tax assistance location in Lexington, VA offering free tax preparation and filing services to qualifying individuals. Located at 204 W Washington St, this clinic provides one-on-one tax help, refund status assistance, payment options, and access to IRS resources including free e-filing through IRS Free File. They serve as a local taxpayer assistance center with extended hours during tax season.",
url: "http://www.irs.gov/",
telephone: "+1-540-458-8918",
address: {
@type: "PostalAddress",
streetAddress: "204 W Washington St",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.791538300000006,
longitude: -79.4439859
},
areaServed: "Lexington, VA and surrounding Rockbridge County areas",
knowsAbout: "Accounting & Tax, Individuals seeking free tax preparation, Low to moderate income filers, Taxpayers needing IRS assistance or payment plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Tax Preparation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "IRS Official Resources"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tax Assistance"
}
],
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.