{
"@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": "Westminster, 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 all of Westminster?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we provide damp surveys, treatments, proofing, and mould services across the entire Westminster area, including residential and commercial properties."
}
},
{
"@type": "Question",
"name": "Are your services guaranteed?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, all of our damp and mould treatments come with insurance-backed guarantees, giving you long-term protection."
}
},
{
"@type": "Question",
"name": "Do you work with landlords in Westminster?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we regularly provide reports and treatments for landlords, housing associations, and letting agents to keep properties compliant and mould-free."
}
}
]
}


