{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "i-Spy CCTV",
"image": "https://cdn.marblism.com/UIEt1E7GiPt.webp",
"@id": "https://www.i-spy-cctv.com",
"url": "https://www.i-spy-cctv.com",
"telephone": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "Salisbury",
"addressRegion": "Wiltshire",
"postalCode": "SP1",
"addressCountry": "GB"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.0688,
"longitude": -1.7945
},
"servesCuisine": "",
"priceRange": "££",
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"opens": "08:00",
"closes": "18:00"
}
}
```json
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "How much does CCTV installation cost in Salisbury?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The average cost is around £793, with systems starting from approximately £544 depending on the number of cameras and technical requirements."
}
}, {
"@type": "Question",
"name": "Can I monitor my CCTV from my phone?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, our modern NVR IP systems allow for remote viewing via a secure smartphone app from anywhere with an internet connection."
}
}, {
"@type": "Question",
"name": "Do you offer free security surveys in Salisbury?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, i-Spy CCTV offers a free, no-obligation security survey to help you design the best system for your property."
}
}]
}