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: "Goodwin Home Repair LLC",
description: "Goodwin Home Repair LLC is a general contracting service in Virginia Beach that handles a wide range of home repair and maintenance projects. With a focus on quality workmanship and customer satisfaction, they serve residential clients throughout the Virginia Beach area with comprehensive home repair solutions.",
telephone: "+1-757-917-4848",
address: {
@type: "PostalAddress",
streetAddress: "3100 block, N Landing Rd",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23456",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7355833,
longitude: -76.098851
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Property managers, Residential property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local General Contractor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Home Repair"
}
],
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.