{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of gas are commonly used in households?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Households commonly use natural gas or liquefied petroleum gas (LPG) for cooking, heating, and water heating purposes."
}
},
{
"@type": "Question",
"name": "How can I apply for a new gas connection?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can apply for a new gas connection by contacting a licensed gas provider, submitting the required documents, and scheduling an installation appointment."
}
},
{
"@type": "Question",
"name": "Is it safe to use LPG or natural gas at home?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, using LPG or natural gas is safe when proper safety measures are followed, including regular maintenance, leak checks, and using certified appliances."
}
}
]
}