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: "Lapin Services",
description: "Lapin Services is a full-service plumbing company serving the Orlando area with expertise in residential and commercial plumbing repairs, installations, and maintenance. They handle everything from drain cleaning and water heater service to sewer line repairs and emergency plumbing issues, with licensed and insured technicians available for prompt service.",
url: "https://lapinservices.com/",
telephone: "+1-407-499-0284",
address: {
@type: "PostalAddress",
streetAddress: "3031 40th St",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32839",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.502219999999998,
longitude: -81.41866
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "1253",
bestRating: "5"
},
areaServed: "Orlando, Florida and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, property managers seeking maintenance services, commercial property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Technicians"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Plumbing Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Fast Response Times"
}
],
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.