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: "Action Landscaping",
description: "Action Landscaping is a full-service landscaping company based in San Jose, CA that transforms outdoor spaces through comprehensive design and installation services. Specializing in residential landscaping projects, they handle everything from initial design concepts to complete landscape construction and ongoing maintenance. Their team brings expertise in creating functional and beautiful outdoor environments tailored to each client's needs.",
url: "http://www.actionlandscaping.co/",
telephone: "+1-916-413-6599",
address: {
@type: "PostalAddress",
streetAddress: "198 Harriet Ave",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95127",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3680307,
longitude: -121.820919
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "17",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners wanting landscape design and installation, Property owners seeking outdoor space transformation, Residents planning garden and hardscape projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Design & Build"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential Focus"
}
],
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.