Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Paint EZ of North Raleigh",
description: "Paint EZ of North Raleigh is a full-service painting company offering interior and exterior residential painting, cabinet refinishing, and commercial painting services. Serving the Raleigh area with professional crews, they specialize in quality finishes and attention to detail for homeowners and businesses looking to refresh their spaces.",
url: "https://paintez.com/north-raleigh/",
telephone: "+1-919-726-9670",
address: {
@type: "PostalAddress",
streetAddress: "8480 Honeycutt Rd Ste. 200",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27615",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8953406,
longitude: -78.621343
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "31",
bestRating: "5"
},
areaServed: "Raleigh and surrounding areas, NC",
knowsAbout: "Interior & Exterior Painting, Homeowners wanting interior refreshes, exterior renovations, and cabinet updates; small to mid-sized businesses seeking professional commercial painting",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Raleigh-Based"
}
],
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.