Subfloor Repair
Professional subfloor repair to replace damaged or uneven flooring surfaces.
**Price Range for Subfloor Repair**
Service and Price Range:
- **Partial subfloor repair**: $500–$1,500 (approx.) depending on the extent of damage; includes replacing damaged boards and prepping the surface.
- **Full subfloor replacement**: $4,000–$8,000 (approx.) depending on area and materials; complete removal and installation of new subfloor.
**Service Schema (JSON‑LD)**
```html
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "Subfloor Repair",
"provider": {
"@type": "LocalBusiness",
"name": "In Touch Reno",
"address": {
"@type": "PostalAddress",
"streetAddress": "3355 Lenox Rd NE Ste 750",
"addressLocality": "Atlanta",
"addressRegion": "GA",
"postalCode": "30326",
"addressCountry": "US"
},
"telephone": "(833)-468-7366"
},
"areaServed": {
"@type": "Place",
"geo": {
"@type": "GeoCircle",
"geoMidpoint": {
"@type": "GeoCoordinates",
"latitude": 33.7489954,
"longitude": -84.3879824
},
"geoRadius": 100
}
},
"description": "Professional subfloor repair services to replace damaged or uneven flooring surfaces.",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Subfloor Repair Pricing",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Partial Subfloor Repair",
"description": "Repairing sections of damaged subflooring"
},
"priceSpecification": {
"@type": "UnitPriceSpecification",
"priceCurrency": "USD",
"minPrice": 500,
"maxPrice": 1500
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Full Subfloor Replacement",
"description": "Removing and replacing the entire subfloor"
},
"priceSpecification": {
"@type": "UnitPriceSpecification",
"priceCurrency": "USD",
"minPrice": 4000,
"maxPrice": 8000
}
}
]
}
}
</script>
```
Hello, World!