{
"@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": "How long does a damp survey take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A damp survey typically takes 1–2 hours depending on property size and complexity, with a written report provided after inspection."
}
},
{
"@type": "Question",
"name": "Do you check for hidden mould during a damp survey?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. We use thermal imaging and moisture meters to detect hidden mould growth and moisture behind walls, floors, and ceilings."
}
},
{
"@type": "Question",
"name": "Are your damp survey reports suitable for landlords and insurers?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Our reports include photographic evidence, moisture data, and remedial recommendations, and are accepted by landlords, insurers, and mortgage providers."
}
}
]
}

