{
"@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": "Camden, London",
"addressLocality": "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": "Do you cover the whole Camden area?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we provide damp and mould services across all parts of Camden, including flats, houses, and commercial properties."
}
},
{
"@type": "Question",
"name": "Are your services guaranteed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, our damp and mould treatments are backed by insurance guarantees for long-lasting protection."
}
},
{
"@type": "Question",
"name": "Do you provide landlord reports in Camden?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we supply detailed damp survey reports suitable for landlords, insurers, and mortgage providers."
}
}
]
}


