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: "Lord I Believe Tax",
description: "Lord I Believe Tax is an independent accounting and tax service firm in San Antonio specializing in individual tax preparation and small business tax services. The team provides personalized tax planning, filing, and IRS representation to help clients minimize their tax burden and stay compliant. They serve both individuals and business owners seeking professional guidance from a locally-owned practice.",
url: "http://libtaxservice.com/",
telephone: "+1-210-733-5673",
address: {
@type: "PostalAddress",
streetAddress: "104 Babcock Rd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.4717425,
longitude: -98.5348108
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas, Texas",
knowsAbout: "Accounting & Tax, Small business owners, Self-employed professionals, Individual taxpayers seeking comprehensive tax planning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "IRS Representation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Focus"
}
],
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.