Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Curt's Mobile Home Services",
description: "Curt's Mobile Home Services provides maintenance, repair, and service solutions specifically tailored for mobile home owners in the Oklahoma City area. With specialized expertise in mobile home systems and components, they offer reliable local service for homeowners seeking professional care for their unique housing needs.",
telephone: "+1-405-732-8188",
address: {
@type: "PostalAddress",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73135",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4136624,
longitude: -97.4164314
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Handyman Services, Mobile home owners, Property managers with mobile home communities",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Home Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.