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: "Spartan Pest Control",
description: "Spartan Pest Control is a locally-owned pest management company serving the San Tan Valley area and surrounding communities. They provide comprehensive pest control services including termite treatment, bed bug elimination, wildlife removal, and recurring treatment plans for residential and commercial properties. Their team uses eco-friendly treatment options and offers free inspections to identify pest issues before recommending solutions.",
url: "https://spartanpestllc.com/",
telephone: "+1-480-853-3811",
address: {
@type: "PostalAddress",
streetAddress: "3980 E Triple Crown Dr",
addressLocality: "San Tan Valley",
addressRegion: "AZ",
postalCode: "85140",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.1976914,
longitude: -111.5231215
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "240",
bestRating: "5"
},
areaServed: "San Tan Valley, Queen Creek, Gilbert, and surrounding East Valley communities",
knowsAbout: "Pest Control, Homeowners dealing with active pest infestations, properties needing preventative termite protection, families seeking eco-friendly treatment options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Eco-Friendly Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.