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: "Wateretown",
description: "Wateretown is a general contractor serving the Norfolk, VA area, specializing in construction and remodeling services. With a focus on quality workmanship and customer satisfaction, they handle a variety of residential projects and repairs. Their team delivers professional service across multiple construction disciplines.",
telephone: "+1-757-631-9150",
address: {
@type: "PostalAddress",
streetAddress: "2609 Wyoming Ave",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23513",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.86997,
longitude: -76.2470294
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Home Remodeling, Homeowners seeking remodeling, Residential construction projects, Property improvements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Construction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.