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: "Martinez Irrigation LLC",
description: "Martinez Irrigation LLC is a comprehensive landscaping contractor with 25 years of experience serving the Mitchellville area. They specialize in irrigation system design and installation, landscape lighting, drainage solutions, and gutter services, offering both new installations and repair work. The team provides personalized consultations, seasonal maintenance plans (spring startup and winterization), and free estimates to transform outdoor spaces into functional, efficient, and visually appealing environments.",
url: "http://martinezirrigation.net/",
telephone: "+1-240-752-2379",
address: {
@type: "PostalAddress",
streetAddress: "1910, 12138 Central Ave #311",
addressLocality: "Mitchellville",
addressRegion: "MD",
postalCode: "20721",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.900923299999995,
longitude: -76.7956232
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Mitchellville, MD and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners with irrigation systems needing repairs or upgrades, property owners seeking complete outdoor landscaping solutions, customers wanting seasonal maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "25 Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Maintenance Plans"
}
],
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.