Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "TurFresh",
description: "TurFresh is a lawn care and landscaping service based in San Diego that specializes in maintaining and enhancing residential and commercial properties. They offer comprehensive lawn maintenance, landscape design, and grounds care services to keep properties looking vibrant and well-maintained year-round.",
url: "https://www.turfresh.com/",
telephone: "+1-949-807-1626",
address: {
@type: "PostalAddress",
streetAddress: "7850 Mission Center Ct UNIT 207",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92108",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7737017,
longitude: -117.1555987
},
areaServed: "San Diego and surrounding communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn maintenance, property managers of residential communities, businesses wanting professional landscape upkeep",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "San Diego-Based Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Landscaping 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.