Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Browns Home Maintenance LLC",
description: "Browns Home Maintenance LLC is a locally-owned home maintenance and handyman service based in Raleigh, NC. They provide general home repair and maintenance solutions for residential properties, handling a variety of household projects and repairs to keep homes in good working order.",
telephone: "+1-252-258-5042",
address: {
@type: "PostalAddress",
streetAddress: "300 Lyme Ct",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.861750199999996,
longitude: -78.6413146
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Property managers maintaining residential units, Busy professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Maintenance Focus"
}
],
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.