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: "ABC Tax Service",
description: "ABC Tax Service is a San Diego-based accounting firm specializing in individual and business tax preparation, bookkeeping, and tax planning services. Located on Park Boulevard, they serve local residents and small business owners with comprehensive tax solutions including IRS representation and payroll services.",
url: "http://www.sandiegotaxpreparation.com/",
telephone: "+1-619-260-1955",
address: {
@type: "PostalAddress",
streetAddress: "4452 Park Blvd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7582861,
longitude: -117.14639679999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "50",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, Self-employed professionals, Individuals seeking year-round tax planning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tax Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "IRS Representation Available"
}
],
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.