Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Almaden Valley Nursery",
description: "Almaden Valley Nursery is a full-service garden center in San Jose specializing in a wide variety of plants including roses, fruit trees, vegetables, herbs, California natives, succulents, houseplants, and pond plants. They hand-prune and custom-plant roses with specialized care, stock fruit trees with free planting guides, and carry seeds for vegetable and flower gardens. Beyond plants, they offer garden supplies, home décor, garden gifts, and seasonal holiday decorations in their gift shop, serving both beginner and experienced gardeners.",
url: "https://almadenvalleynursery.com/",
telephone: "+1-408-997-1234",
address: {
@type: "PostalAddress",
streetAddress: "15800 Almaden Expy",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2381388,
longitude: -121.87317510000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "142",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas, CA",
knowsAbout: "Landscaping & Lawn Care, Home gardeners, fruit orchard enthusiasts, succulent collectors, beginner plant parents, gift shoppers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Hand-Pruned Roses"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Plant Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Garden Resources"
}
],
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.