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: "Joseph's Paintbrush",
description: "Joseph's Paintbrush is a full-service painting company based in Murfreesboro offering interior and exterior painting for residential and commercial properties. With a focus on quality craftsmanship and customer satisfaction, they handle everything from fresh paint jobs to specialized cabinet refinishing and color consultation services. Their experienced team uses professional-grade materials to transform spaces with precision and attention to detail.",
url: "https://www.josephspaintbrush.com/",
telephone: "+1-629-219-2732",
address: {
@type: "PostalAddress",
streetAddress: "1219 Timber Creek Dr",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8579995,
longitude: -86.4870265
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Rutherford County area",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior painting, business owners needing commercial painting, homeowners interested in cabinet refinishing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Color & Design Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Customer-Focused 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.