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: "Simply Roofing",
description: "Simply Roofing Company is a full-service roofing contractor in Laredo, TX specializing in residential and commercial roof repair, replacement, and installation. With a skilled team of experienced contractors equipped with modern tools and techniques, they handle everything from minor leak repairs to complete roof replacements using high-quality materials. They offer free quotes, affordable pricing, emergency 24/7 services, and comprehensive maintenance plans to keep roofing systems in top condition.",
url: "https://simplyroofingco.com/laredo-tx/",
telephone: "+1-956-269-9991",
address: {
@type: "PostalAddress",
streetAddress: "1218 Zaragoza St",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5023341,
longitude: -99.5082843
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding South Texas communities",
knowsAbout: "Roofing, Homeowners needing repairs or replacements, Business owners with commercial roofing needs, Property owners seeking preventative maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Quotes & Transparent Pricing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.