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: "TBT Tax Services & MT Consulting Services",
description: "TBT Tax Services & MT Consulting Services is an accounting and tax firm located in San Francisco that provides comprehensive tax preparation, bookkeeping, and business consulting services. The firm serves both individual and business clients with expertise in tax strategy, compliance, and financial planning. They offer personalized solutions tailored to each client's unique financial situation.",
telephone: "+1-415-885-1099",
address: {
@type: "PostalAddress",
streetAddress: "600 Ellis St",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.784563399999996,
longitude: -122.41626229999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "17",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Accounting & Tax, Small business owners, Self-employed individuals, Families seeking tax planning assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tax & Consulting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.