{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What services does the police department provide?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The police department provides services including law enforcement, crime prevention, emergency response, investigation, traffic control, and community safety programs."
}
},
{
"@type": "Question",
"name": "How do I report a crime to the police?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can report a crime by visiting the local police station, calling the emergency hotline, or using online crime reporting portals if available."
}
},
{
"@type": "Question",
"name": "Can the police department assist with community safety concerns?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, police departments work closely with communities to address safety concerns through neighborhood watch programs, community policing, and public awareness campaigns."
}
}
]
}