{
"@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/areas-covered/cctv-installation-exeter",
"telephone": "01392 000000",
"address": {
"@type": "PostalAddress",
"streetAddress": "Exeter Business Park",
"addressLocality": "Exeter",
"addressRegion": "Devon",
"postalCode": "EX1",
"addressCountry": "GB"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 50.726,
"longitude": -3.527
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "18:00"
},
"sameAs": [
"https://www.facebook.com/ispycctv"
]
}
### FAQ Schema
```json
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need planning permission for CCTV in Exeter?",
"acceptedAnswer": {
"@type": "Answer",
"text": "In most residential cases, you don’t need planning permission as long as the cameras are small and positioned to only view your property. However, if you live in a listed building or a conservation area, it’s best to check with Exeter City Council."
}
},
{
"@type": "Question",
"name": "Can I view my cameras on my phone?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! All our modern NVR IP systems allow for remote viewing via a smartphone or tablet from anywhere in the world with an internet connection."
}
},
{
"@type": "Question",
"name": "How much does CCTV installation cost in Exeter?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Prices vary depending on the system size and complexity, but a professional 2-camera high-definition installation typically starts from around £500-£700."
}
}
]
}