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: "Sudden Service Plumbing & 24 Hour Drain Rooter",
description: "Sudden Service Plumbing & 24 Hour Drain Rooter is a full-service plumbing company serving Oklahoma City with emergency and routine plumbing repair, drain cleaning, and rooter services. Available 24/7 for urgent plumbing issues, they handle everything from burst pipes and water heater problems to clogged drains and sewer line concerns. Their experienced team provides fast response times and reliable solutions for both residential and commercial customers.",
telephone: "+1-405-826-6366",
address: {
@type: "PostalAddress",
streetAddress: "524 SW 123rd Pl",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73170",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.344635499999995,
longitude: -97.52271479999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Plumbing, Homeowners with emergency plumbing needs, properties with chronic drain problems, busy families needing after-hours service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Drain Rooter"
}
],
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.