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: "TM Painting",
description: "TM Painting is a Tampa-based painting contractor offering both interior and exterior painting services for residential and commercial properties. With a 4.7-star rating from local customers, they provide professional painting solutions with attention to detail and quality craftsmanship. Their experienced team handles everything from fresh paint jobs to cabinet refinishing and color consultation.",
url: "https://tmpaintingservices.com/contact-us/",
telephone: "+1-813-323-7706",
address: {
@type: "PostalAddress",
streetAddress: "4011 N River View Ave",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33607",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.974871399999998,
longitude: -82.48227109999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Tampa, FL and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior updates, commercial property managers, property investors, anyone needing cabinet refinishing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Interior & Exterior Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Tampa Presence"
}
],
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.