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: "LC Marshall and Sons",
description: "LC Marshall and Sons is a family-owned irrigation company serving the Charlottesville area with over a decade of experience in system design, installation, and maintenance. They specialize in custom irrigation solutions for residential and commercial properties, including sprinkler systems, drip irrigation, and seasonal services. The team is known for personalized service and attention to detail on every project.",
url: "http://lcmarshallandsons.com/",
telephone: "+1-434-531-6731",
address: {
@type: "PostalAddress",
streetAddress: "1518 Viola Way",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.991285600000005,
longitude: -78.5034223
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners seeking reliable irrigation maintenance, Property owners needing custom system design, Commercial properties requiring professional irrigation management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Offerings"
}
],
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.