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: "May Tax Service",
description: "May Tax Service is an independent accounting firm in Phoenix specializing in individual and business tax preparation, IRS representation, and financial consulting. With a 4.7-star rating, they help clients navigate complex tax situations and optimize their financial strategies through personalized service.",
url: "https://calendly.com/maytaxservice/30min",
telephone: "+1-602-388-0236",
address: {
@type: "PostalAddress",
streetAddress: "3008 W Luke Ave",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85017",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5184171,
longitude: -112.1236394
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Phoenix, Arizona and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, self-employed individuals, people facing IRS audits, business owners seeking tax optimization strategies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "IRS Audit Representation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individual & Business Tax Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financial Consulting"
}
],
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.