{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What are the common sources of water supply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Common sources of water supply include surface water (rivers, lakes), groundwater (wells, aquifers), and rainwater harvesting systems."
}
},
{
"@type": "Question",
"name": "How can I ensure the water supplied to my home is safe to drink?",
"acceptedAnswer": {
"@type": "Answer",
"text": "To ensure safe drinking water, use proper filtration and purification systems, regularly test water quality, and maintain plumbing systems to prevent contamination."
}
},
{
"@type": "Question",
"name": "What are the typical components of a residential water supply system?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A residential water supply system typically includes the water source, storage tanks, pipes, pumps, filtration units, and faucets to deliver clean water efficiently throughout the home."
}
}
]
}