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: "Mad Everything",
description: "Mad Everything is a general contractor in Lubbock offering diverse services including parking lot construction and maintenance, transportation services, and general contracting work. They handle both commercial and service-oriented projects for businesses and property owners throughout the Lubbock area.",
telephone: "+1-806-928-3634",
address: {
@type: "PostalAddress",
streetAddress: "919 Woodrow Rd",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79423",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.446972699999996,
longitude: -101.84619810000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Hardscaping & Patios, Commercial property owners, businesses needing parking lot services, general contracting projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Service Offerings"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.