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: "A & M Plumbing",
description: "A & M Plumbing is a full-service plumbing company serving the San Antonio area with expertise in drain cleaning, water heater installation and repair, sewer line service, and general plumbing maintenance. The team handles both residential and commercial plumbing needs with licensed, insured technicians available for emergency calls. They offer free estimates and use camera inspection technology to diagnose problems accurately.",
url: "https://aandmplumbingtx.com/",
telephone: "+1-210-449-9588",
address: {
@type: "PostalAddress",
streetAddress: "115 Terrell Ave",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.3680624,
longitude: -98.4943282
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "651",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, property managers with commercial plumbing needs, households requiring drain cleaning or water heater service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Camera Inspection Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.