{
"@context": "https://schema.org",
"@type": "SecuritySystemChat",
"name": "i-Spy CCTV",
"image": "https://cdn.marblism.com/4J0ZpjXtZTX.webp",
"address": {
"@type": "PostalAddress",
"addressLocality": "Cheltenham",
"addressRegion": "Gloucestershire",
"addressCountry": "UK"
},
"url": "https://www.i-spy-cctv.com/areas-covered/cctv-installation-cheltenham",
"telephone": "+44 0000 000000",
"priceRange": "££",
"description": "Professional CCTV installation in Cheltenham. Bespoke home and business security systems including 4K NVR IP cameras.",
"openingHours": "Mo-Fr 09:00-17:00"
}
### FAQ Schema (JSON-LD)
```json
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "How much does CCTV installation cost in Cheltenham?",
"acceptedAnswer": {
"@type": "Answer",
"text": "CCTV installation costs in Cheltenham typically range from £450 for a basic 1-camera home system to over £1,500 for complex commercial installations. There are no ongoing subscription fees for our local storage systems."
}
}, {
"@type": "Question",
"name": "What are the best CCTV systems for home security?",
"acceptedAnswer": {
"@type": "Answer",
"text": "NVR (Network Video Recorder) IP systems with 4K resolution and smart AI detection are currently the gold standard for home security, offering high-definition footage and remote mobile alerts."
}
}]
}