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: "A+ Tax & Accounting",
description: "A+ Tax & Accounting provides comprehensive accounting and tax services to Seattle residents and businesses. Located in Pioneer Square, they offer individual and business tax preparation, accounting services, and financial consulting to help clients optimize their tax strategy and maintain accurate financial records.",
telephone: "+1-206-860-9000",
address: {
@type: "PostalAddress",
streetAddress: "913 S Jackson St Ste E",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98104",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.598616,
longitude: -122.31981929999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals seeking tax optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Pioneer Square Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Accounting Support"
}
],
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.