Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Painting &Drywall Repair Angel llc",
description: "Painting & Drywall Repair Angel LLC is a local Tampa painting and drywall repair company offering comprehensive interior and exterior painting services along with professional drywall repair and finishing. They handle residential and commercial projects, providing quality workmanship for homeowners and businesses looking to refresh or restore their properties.",
telephone: "+1-813-614-6233",
address: {
@type: "PostalAddress",
streetAddress: "1735 W Comanche Ave",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33603",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.9978101,
longitude: -82.4788196
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Tampa, FL and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior repainting, Property managers with drywall damage, Small to mid-size commercial spaces",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Drywall Repair Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Owner-Operated"
}
],
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.