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: "Reed's Remodeling",
description: "Reed's Remodeling is a full-service remodeling company based in Murfreesboro specializing in kitchen and bathroom renovations, basement finishing, and room additions. The owner-operated business focuses on quality craftsmanship and personalized service for homeowners looking to update or expand their living spaces. They work directly with clients from design through completion to ensure each project meets their vision and budget.",
telephone: "+1-615-804-8117",
address: {
@type: "PostalAddress",
streetAddress: "2417 Central Blvd",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.843418799999995,
longitude: -86.34823089999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee communities",
knowsAbout: "General Contractors & Remodelers, Homeowners wanting kitchen or bathroom updates, families needing more space, those seeking personalized remodeling service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Remodeling"
}
],
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.