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: "Simply Rodents",
description: "Simply Rodents specializes in rodent control and removal services for residential and commercial properties in the San Jose area. The company focuses on identifying entry points, removing existing rodents, and implementing prevention strategies to keep properties rodent-free. With a commitment to effective pest management, Simply Rodents serves homeowners and business owners seeking reliable rodent solutions.",
url: "https://simplyrodents.com/",
telephone: "+1-408-623-9832",
address: {
@type: "PostalAddress",
streetAddress: "1305 Bilbo Ct",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95121",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.304386799999996,
longitude: -121.82152130000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "40",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Pest Control, Homeowners with rodent infestations, Commercial property managers, Landlords",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Rodent Specialists"
},
{
@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.