Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "PaveMasters INC - Paving & Landscape Contractor",
description: "PaveMasters INC is a general contracting and landscape company serving the San Jose area with expertise in paving and hardscaping projects. They specialize in creating durable outdoor surfaces and landscape improvements for residential properties. With a focus on quality craftsmanship, PaveMasters handles both small repairs and larger landscape construction projects.",
telephone: "+1-650-885-8917",
address: {
@type: "PostalAddress",
streetAddress: "4505 Thousand Oaks Ct",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95136",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.264465,
longitude: -121.8755187
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "24",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Hardscaping & Patios, Homeowners needing driveway repairs or replacement, property owners wanting landscape improvements, residents seeking hardscaping installations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paving & Hardscaping Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local General Contractor"
}
],
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.