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: "Riggs Landscaping",
description: "Riggs Landscaping is an independently operated landscaping company based in West Bountiful, UT, serving the northern Salt Lake Valley with comprehensive landscape design and installation services. The team specializes in creating and maintaining outdoor spaces for residential properties, combining professional craftsmanship with attention to detail.",
url: "http://rigglandscapes.com/",
telephone: "+1-801-682-0405",
address: {
@type: "PostalAddress",
streetAddress: "976 W 700 N",
addressLocality: "West Bountiful",
addressRegion: "UT",
postalCode: "84087",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.8970604,
longitude: -111.90736229999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "West Bountiful and surrounding northern Salt Lake Valley communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking professional landscape design and installation, residential properties needing outdoor space transformation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Operator"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Landscape Services"
}
],
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.