{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is an internship?",
"acceptedAnswer": {
"@type": "Answer",
"text": "An internship is a temporary work experience opportunity that allows students or recent graduates to gain practical skills and industry exposure."
}
},
{
"@type": "Question",
"name": "Are internships paid or unpaid?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Internships can be either paid or unpaid, depending on the company and the nature of the internship program."
}
},
{
"@type": "Question",
"name": "How do I apply for an internship?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can apply for internships by submitting your resume and cover letter to companies, using internship portals, or through university placement cells."
}
}
]
}