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: "Stick's Pest Control",
description: "Stick's Pest Control is a local pest control company serving Port St. Lucie and the surrounding areas. They provide comprehensive pest management services to help residential and commercial customers eliminate and prevent common pest infestations. With a focus on effective solutions and customer satisfaction, Stick's Pest Control is dedicated to keeping homes and businesses pest-free.",
telephone: "+1-772-335-0662",
address: {
@type: "PostalAddress",
streetAddress: "469 NE Armory Cir #1738",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34983",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.3274024,
longitude: -80.3385438
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Port St. Lucie, FL and surrounding communities",
knowsAbout: "Pest Control, Homeowners, Business owners, Residents seeking local pest control solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Port St. Lucie Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customer-Focused 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.