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: "Watersedge Landscape",
description: "Watersedge Landscape is a full-service landscaping company based in San Diego specializing in landscape design, installation, and maintenance for residential and commercial properties. They offer comprehensive services including planting beds, mulching, seasonal cleanup, and irrigation system work. With over two decades of experience, Watersedge combines creative design with professional execution to transform outdoor spaces.",
url: "http://www.watersedgelandscape.com/",
telephone: "+1-858-527-5548",
address: {
@type: "PostalAddress",
streetAddress: "5805 Kearny Villa Rd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8387884,
longitude: -117.13295540000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "23",
bestRating: "5"
},
areaServed: "San Diego and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking complete landscape transformations, commercial property managers, water-conscious San Diego residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Design & Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Irrigation 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.