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: "R & M Tax Center Inc",
description: "R & M Tax Center Inc is an independent accounting and tax preparation firm located in San Antonio, specializing in individual and business tax services. With a focus on personalized service, they help clients navigate tax preparation, planning, and compliance matters. Their experienced team serves the San Antonio community with direct, local expertise.",
telephone: "+1-210-530-0006",
address: {
@type: "PostalAddress",
streetAddress: "2908 West Ave #2",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.486825999999997,
longitude: -98.5256411
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "23",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Accounting & Tax, Small business owners, Self-employed individuals, Families seeking local tax preparation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tax Services"
}
],
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.