Skip to content

Commit

Permalink
Merge pull request #23 from RiccardoMasutti/patch-1
Browse files Browse the repository at this point in the history
Add Schema.org JSON-LD Microdata for SEO
  • Loading branch information
wiz authored Jan 3, 2020
2 parents 207fed0 + bd9baa1 commit e38e991
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions static/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -827,4 +827,20 @@ <h4>Error Responses</h4>
</div>

</body>

<!-- SCHEMA.ORG MICRODATA FOR SEO -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "WebAPI",
"name": "Bisq Markets API service",
"description": "This public API serves data on Bisq offers, trades, and historical statistics.",
"documentation": "https://markets.bisq.network/api/",
"provider": {
"@type": "Project",
"name": "Bisq Network",
"url": "https://bisq.network/"
}
}
</script>
</html>

0 comments on commit e38e991

Please sign in to comment.