{
"@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": "Lambeth, 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 Lambeth?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we provide damp and mould surveys, treatments, and proofing across the whole Lambeth borough."
}
},
{
"@type": "Question",
"name": "Do your Lambeth services include guarantees?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, all of our treatments come with full insurance-backed guarantees."
}
},
{
"@type": "Question",
"name": "Do you provide reports for landlords in Lambeth?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, our damp and mould survey reports are suitable for landlords, housing associations, and mortgage providers."
}
}
]
}


