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: "Best Pest Control",
description: "Best Pest Control is a locally-owned pest management company serving the Orlando area with comprehensive solutions for termites, bed bugs, wildlife, and general pest issues. They offer both one-time treatments and recurring maintenance plans to protect residential and commercial properties from infestations. With a focus on effective service and customer satisfaction, they provide free inspections to identify pest problems and recommend targeted treatment options.",
url: "http://www.bestpestcfl.com/",
telephone: "+1-407-679-6808",
address: {
@type: "PostalAddress",
streetAddress: "1914 N Forsyth Rd",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32807",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.571324999999998,
longitude: -81.2947154
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "169",
bestRating: "5"
},
areaServed: "Orlando and surrounding Central Florida communities",
knowsAbout: "Pest Control, Homeowners dealing with termites or bed bugs, businesses needing ongoing pest prevention, property owners seeking professional wildlife removal",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Pest Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial 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.