{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What items can I pawn with a pawn broker?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can pawn items such as jewelry, electronics, watches, musical instruments, and other valuable personal belongings."
}
},
{
"@type": "Question",
"name": "How does the pawn loan process work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You provide an item as collateral to the pawn broker, who assesses its value and offers a loan amount. Upon repayment with interest, you get your item back."
}
},
{
"@type": "Question",
"name": "What happens if I cannot repay my pawn loan?",
"acceptedAnswer": {
"@type": "Answer",
"text": "If you fail to repay the loan within the agreed period, the pawn broker has the right to sell the collateral item to recover the loan amount."
}
}
]
}