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: "Coastal Sage Gardening",
description: "Coastal Sage Gardening is a San Diego-based landscaping company specializing in garden design, installation, and maintenance services. They work with residential clients to create and maintain outdoor spaces, offering everything from landscape design and planting to ongoing garden care and seasonal upkeep.",
url: "http://coastalsage.mysite.com/",
telephone: "+1-619-223-5229",
address: {
@type: "PostalAddress",
streetAddress: "3685 Voltaire St",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92106",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7399092,
longitude: -117.2289277
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "5",
bestRating: "5"
},
areaServed: "San Diego and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Residential homeowners seeking garden design, San Diego property owners wanting specialized local landscaping knowledge",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Diego Expert"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
}
],
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.