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: "Premier Home Repair",
description: "Premier Home Repair is a full-service home repair company serving the Belleair Beach area and surrounding communities. They handle a wide range of residential repairs and maintenance needs, from minor fixes to larger projects, with a focus on quality workmanship and customer satisfaction. The team is dedicated to providing reliable, professional service for homeowners looking to maintain and improve their properties.",
url: "https://www.premierhomerepair.com/",
telephone: "+1-727-482-0924",
address: {
@type: "PostalAddress",
streetAddress: "2501 Gulf Blvd",
addressLocality: "Belleair Beach",
addressRegion: "FL",
postalCode: "33786",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.9285496,
longitude: -82.8417011
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Belleair Beach, FL and surrounding Pinellas County communities",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Property managers, Homeowners seeking local service providers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repairs"
}
],
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.