Skip to content

Instantly share code, notes, and snippets.

@gholm
Last active April 25, 2024 19:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gholm/76ac1e957c76d223d6bbb608b19de459 to your computer and use it in GitHub Desktop.
Save gholm/76ac1e957c76d223d6bbb608b19de459 to your computer and use it in GitHub Desktop.
LoanOrCredit schema markup
<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