Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Roofing Renovations",
description: "Roofing Renovations is a roofing contractor serving the Murfreesboro area and surrounding communities. They specialize in roof repair, replacement, and restoration for both residential and commercial properties. With expertise in storm damage assessment and insurance claims support, they help homeowners and business owners navigate the repair process while delivering quality craftsmanship.",
url: "https://www.roofingrenovationstn.com/",
telephone: "+1-615-281-6373",
address: {
@type: "PostalAddress",
streetAddress: "1500 Medical Center Pkwy suite k",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8634163,
longitude: -86.4199962
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "85",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repair, Property managers with commercial buildings, Homeowners with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial 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.