{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "i-Spy CCTV",
"image": "https://cdn.marblism.com/4J0ZpjXtZTX.webp",
"@id": "https://www.i-spy-cctv.com",
"url": "https://www.i-spy-cctv.com",
"telephone": "YOUR_PHONE_NUMBER",
"address": {
"@type": "PostalAddress",
"streetAddress": "Serving Bath and Surrounding Areas",
"addressLocality": "Bath",
"addressRegion": "Somerset",
"postalCode": "BA1",
"addressCountry": "GB"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.3811,
"longitude": -2.3590
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"opens": "08:00",
"closes": "18:00"
},
"sameAs": [
"https://www.i-spy-cctv.com/category/cctv-installation"
]
}
```json
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How much does CCTV installation cost in Bath?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Professional installation in Bath typically starts from £400-£600 for a basic 2-camera system. Larger 4-camera 4K NVR systems usually range between £800 and £1,200 depending on the property's complexity."
}
},
{
"@type": "Question",
"name": "Do I need planning permission for CCTV on a listed building in Bath?",
"acceptedAnswer": {
"@type": "Answer",
"text": "If your building is Grade I or II listed, you may need listed building consent. We have experience working with historic properties and can design systems that are discreet and respect local regulations."
}
},
{
"@type": "Question",
"name": "Can I view my cameras on my phone?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! All our NVR IP systems come with a secure mobile app, allowing you to view live footage and receive alerts from anywhere in the world."
}
}
]
}