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: "All Terrain Landscaping",
description: "All Terrain Landscaping is a full-service landscaping company serving the Perris area with comprehensive outdoor design and maintenance solutions. They specialize in landscape design, installation, and ongoing maintenance to transform residential and commercial properties. Their experienced team handles everything from hardscaping and drainage solutions to routine lawn care, helping property owners create and maintain beautiful outdoor spaces.",
url: "http://www.allterrainlandscaping.net/",
telephone: "+1-951-483-6955",
address: {
@type: "PostalAddress",
streetAddress: "21540 River Rd",
addressLocality: "Perris",
addressRegion: "CA",
postalCode: "92570",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.726570699999996,
longitude: -117.28314999999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Perris, CA and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape design and installation, Commercial property managers, Clients needing ongoing lawn maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Solutions"
}
],
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.