{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is welding?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Welding is a process that joins metals or thermoplastics by heating, melting, or applying pressure to create a strong, permanent bond."
}
},
{
"@type": "Question",
"name": "What are the common types of welding?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Common types of welding include MIG welding, TIG welding, arc welding, and spot welding, each suited for different materials and applications."
}
},
{
"@type": "Question",
"name": "Is welding safe?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Welding can be safe when proper protective gear, ventilation, and safety protocols are followed to prevent burns, eye damage, and inhalation of harmful fumes."
}
}
]
}