Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "ETwater",
description: "ETwater is a supplier and point of interest located in Novato specializing in water-related products and services. With a focus on quality offerings and customer service, ETwater serves the North Bay community's water needs.",
telephone: "+1-415-945-9383",
address: {
@type: "PostalAddress",
streetAddress: "6 Hamilton Landing #175",
addressLocality: "Novato",
addressRegion: "CA",
postalCode: "94949",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.057722,
longitude: -122.51425200000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Novato and surrounding North Bay areas",
knowsAbout: "Irrigation Systems, Local residents and businesses seeking water products and services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Novato Location"
}
],
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.