{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What are plastics made of?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Plastics are made from polymers, which are long chains of molecules derived from natural gas, oil, or renewable resources."
}
},
{
"@type": "Question",
"name": "What are common uses of plastic?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Plastic is commonly used in packaging, construction materials, consumer goods, automotive parts, medical devices, and many industrial applications."
}
},
{
"@type": "Question",
"name": "Is plastic recyclable?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Many types of plastic are recyclable, but recyclability depends on the plastic type and local recycling facilities. Recycling helps reduce environmental impact."
}
}
]
}