{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Extream Cleaning Specialists",
"image": "https://www.extremecleaninggroup.co.uk/logo.png",
"@id": "",
"url": "https://www.extremecleaninggroup.co.uk",
"telephone": "+44-20-1234-5678",
"address": {
"@type": "PostalAddress",
"streetAddress": "London",
"addressLocality": "Greater London",
"addressRegion": "London",
"addressCountry": "UK"
},
"openingHoursSpecification": [{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
"opens": "08:00",
"closes": "18:00"
}]
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of damp solutions do you provide?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We provide tailored solutions for rising damp, penetrating damp, condensation, mould growth, and basement damp. Treatments include chemical DPC, tanking, waterproof membranes, ventilation systems, and safe mould removal."
}
},
{
"@type": "Question",
"name": "Are your damp solutions guaranteed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, all of our damp treatments and solutions are backed by guarantees, giving you peace of mind that the issue won’t return."
}
},
{
"@type": "Question",
"name": "Do you offer emergency damp solutions in London?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we provide urgent damp and mould solutions across all London zones to prevent damage and protect health in severe cases."
}
}
]
}

