{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of loans are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "There are various types of loans including personal loans, home loans, business loans, education loans, secured and unsecured loans."
}
},
{
"@type": "Question",
"name": "How do I apply for a loan?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can apply for a loan by submitting an application to a bank or financial institution, providing necessary documents, and meeting eligibility criteria."
}
},
{
"@type": "Question",
"name": "What factors affect loan approval?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Loan approval depends on factors like credit score, income, employment history, loan amount, and repayment capacity."
}
}
]
}