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: "Johnson Roofing",
description: "Johnson Roofing is a residential roofing contractor serving Lubbock and surrounding areas with comprehensive roof repair, replacement, and installation services. The team handles storm damage repairs, insurance claims assistance, and offers financing options to make roof work accessible. They provide free inspections and stand behind their work with workmanship warranties.",
url: "https://www.johnsonroofinglubbock.com/residential-home",
telephone: "+1-806-214-1590",
address: {
@type: "PostalAddress",
streetAddress: "5313 50th St Ste D-7",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79414",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5484016,
longitude: -101.92679899999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, storm damage claims, roof replacements, new construction roofing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Help"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Workmanship Warranty"
}
],
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.