{
"@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": "Newham, 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 provide damp services across all of Newham?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we cover the whole of Newham, including terraced homes, flats, and commercial properties."
}
},
{
"@type": "Question",
"name": "Are your services suitable for landlords?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, our damp and mould reports are accepted by landlords, insurers, and mortgage lenders, making them suitable for compliance and documentation."
}
},
{
"@type": "Question",
"name": "Do you offer emergency damp services in Newham?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we provide urgent damp and mould services in Newham for properties with serious or worsening issues."
}
}
]
}


