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: "Pest Control Pros",
description: "Pest Control Pros is a Fort Worth-based pest control company serving the Dallas-Fort Worth area with comprehensive pest management solutions. They offer targeted treatments for common household and commercial pests, including termites, bed bugs, and other infestations. The company specializes in reliable pest elimination with a focus on customer satisfaction.",
url: "https://pestcontrolprosdallas.com/",
telephone: "+1-945-297-1783",
address: {
@type: "PostalAddress",
streetAddress: "5313 Libbey Ave",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7204133,
longitude: -97.4014716
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Fort Worth, Dallas, and surrounding DFW communities",
knowsAbout: "Pest Control, Homeowners dealing with pest infestations, property managers needing reliable pest management, small business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Fort Worth Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pest Solutions"
}
],
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.