{
"@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 methods do you use for damp treatment?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We use a range of treatments depending on the damp type, including chemical DPC injections, tanking, waterproof membranes, ventilation systems, and mould removal methods."
}
},
{
"@type": "Question",
"name": "How long does damp treatment last?",
"acceptedAnswer": {
"@type": "Answer",
"text": "When carried out correctly, our damp treatments are long-lasting and backed by guarantees. Rising damp treatments can last for decades with proper maintenance."
}
},
{
"@type": "Question",
"name": "Do you provide emergency damp treatment?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we offer urgent damp treatment services across London for severe cases, including rapid mould removal and emergency repairs."
}
}
]
}

