Last active
April 25, 2024 19:44
-
-
Save gholm/76ac1e957c76d223d6bbb608b19de459 to your computer and use it in GitHub Desktop.
LoanOrCredit schema markup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='application/ld+json'> | |
{ | |
"@context": "http://schema.org/", | |
"@type": "LoanOrCredit", | |
"amount": "300", | |
"loanTerm": { | |
"@type": "QuantitativeValue", | |
"maxValue": "1000", | |
"minValue": "300", | |
"unitText": "GBP", | |
"value": "300", | |
"description": "pdayday loans are ...", | |
"name": "payday loan" | |
}, | |
"annualPercentageRate": "1265%", | |
"interestRate": "292%", | |
"areaServed": "United Kingdom", | |
"category": "FinancialProduct" | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment