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: "AAA Pest Control Port Saint Lucie",
description: "AAA Pest Control Port Saint Lucie provides comprehensive pest management services to residential and commercial properties throughout Port St. Lucie and the surrounding area. Their team handles termite treatment, bed bug elimination, wildlife removal, and recurring pest control plans tailored to each customer's needs. They offer free inspections and same-day service to quickly address pest problems.",
url: "https://aaapestcontrolportsaintlucie.com/",
telephone: "+1-772-282-7623",
address: {
@type: "PostalAddress",
streetAddress: "652 SW Port St Lucie Blvd",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34953",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.2685872,
longitude: -80.3666588
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Port St. Lucie, FL and surrounding communities",
knowsAbout: "Pest Control, Homeowners with active pest infestations, Property managers, Business owners needing commercial pest control",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Pest Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Treatment Plans"
}
],
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.