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: "Ortega Family & Construction",
description: "Ortega Family & Construction is a full-service roofing and construction company serving the Richmond area with over two decades of family-owned expertise. They specialize in roof repairs, replacements, and storm damage restoration, alongside general construction services including siding, gutters, and exterior work. The team handles both residential and commercial projects with a focus on quality craftsmanship and direct communication with homeowners throughout the process.",
url: "https://ortegaroofingconstruction.site/",
telephone: "+1-804-336-5666",
address: {
@type: "PostalAddress",
streetAddress: "7319 Forest Hill Ave",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23225",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5364613,
longitude: -77.5313984
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "74",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repair or replacement, Storm damage victims, Property owners with multiple exterior renovation needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Since 2000"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Construction"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.