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: "Hernandez Pest Control LLC",
description: "Hernandez Pest Control LLC is a locally-owned pest control company serving the Zapata area and surrounding South Texas communities. They provide comprehensive pest management solutions to eliminate and prevent infestations in residential and commercial properties. With a focus on customer service and effective treatments, Hernandez Pest Control helps protect homes and businesses from unwanted pests.",
telephone: "+1-956-765-6697",
address: {
@type: "PostalAddress",
streetAddress: "179 Madison Ave #1",
addressLocality: "Zapata",
addressRegion: "TX",
postalCode: "78076",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.8889927,
longitude: -99.2655418
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Zapata, TX and surrounding South Texas communities",
knowsAbout: "Pest Control, Homeowners, Small business owners, Property managers in South Texas",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service"
}
],
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.