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: "Oceanfront Pest Control",
description: "Oceanfront Pest Control is a full-service pest management company serving Orange County and surrounding areas. They specialize in termite treatment, bed bug elimination, wildlife removal, and general pest control for both residential and commercial properties. The company offers free inspections, same-day service options, and customizable recurring treatment plans to keep properties pest-free year-round.",
url: "http://oceanfrontpestcontrol.com/",
telephone: "+1-949-461-7981",
address: {
@type: "PostalAddress",
streetAddress: "17671 Irvine Blvd",
addressLocality: "Tustin",
addressRegion: "CA",
postalCode: "92780",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7487973,
longitude: -117.8240562
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "299",
bestRating: "5"
},
areaServed: "Tustin, CA and Orange County",
knowsAbout: "Pest Control, Homeowners with termite or bed bug concerns, property managers needing commercial pest control, residents seeking preventative wildlife removal services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Recurring 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.