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: "Smith Turf & Irrigation",
description: "Smith Turf & Irrigation is a full-service landscaping and irrigation company serving the Franklin area with expertise in lawn installation, maintenance, and custom irrigation system design. They offer both retail building materials and professional contracting services, helping residential and commercial properties achieve healthy, beautiful landscapes with efficient watering solutions.",
url: "http://www.smithturf.com/",
telephone: "+1-615-224-0300",
address: {
@type: "PostalAddress",
streetAddress: "338 9th Ave N",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9251232,
longitude: -86.8762181
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Franklin, Tennessee and surrounding communities",
knowsAbout: "Irrigation Systems, Homeowners seeking professional landscaping and irrigation installation, commercial property managers, contractors needing landscape materials and subcontracting services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Retail & Professional Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Irrigation Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.