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: "Bma Cut and Haul",
description: "BMA Cut and Haul is a San Diego-based general contracting and landscaping service specializing in tree trimming, tree removal, and hauling services. They handle debris removal and yard cleanup for residential and commercial properties across San Diego County. The team provides efficient, professional service with a focus on property maintenance and land clearing.",
url: "https://bmacutandhaul.com/",
telephone: "+1-619-604-9928",
address: {
@type: "PostalAddress",
streetAddress: "3630 38th St Unit 102",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7448067,
longitude: -117.11222699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "San Diego and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, Residential yard cleanup, Commercial property maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Hauling"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Diego Expertise"
}
],
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.