Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Washington Tax Services",
description: "Washington Tax Services is a full-service accounting and tax firm located in downtown Seattle specializing in individual and business tax preparation, bookkeeping, payroll services, and IRS representation. Their experienced team helps clients navigate complex tax situations and optimize their financial strategies year-round.",
url: "https://watax.com/",
telephone: "+1-206-282-4555",
address: {
@type: "PostalAddress",
streetAddress: "506 2nd Ave Suite 1010",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98104",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6019571,
longitude: -122.33173169999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "198",
bestRating: "5"
},
areaServed: "Seattle and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals with complex tax situations, businesses needing payroll management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Seattle Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tax & Accounting Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
}
],
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.