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: "BG Home Repair LLC",
description: "BG Home Repair LLC is an independent home repair service based in Gibsonton, FL, offering a wide range of residential maintenance and repair solutions. The company handles general handyman work, fixture installation, drywall repair, and small repair jobs for homeowners throughout the Tampa Bay area. They focus on quality craftsmanship and reliable service for properties needing both routine maintenance and targeted repairs.",
telephone: "+1-813-735-5278",
address: {
@type: "PostalAddress",
streetAddress: "10733 East Bay Rd",
addressLocality: "Gibsonton",
addressRegion: "FL",
postalCode: "33534",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.8443702,
longitude: -82.3516901
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Gibsonton and surrounding Tampa Bay communities",
knowsAbout: "Handyman Services, Homeowners needing small repairs, DIY project completion, fixture installation, budget-conscious property maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Operator"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Repair Expertise"
}
],
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.