[bisq-network/bisq-website] Add Schema.org JSON-LD Microdata for SEO (Homepage) (#290)

Riccardo Masutti notifications at github.com
Mon Nov 25 20:40:41 UTC 2019


RiccardoMasutti commented on this pull request.



> +            "operatingSystem": [
+                "Windows",
+                "Linux",
+                "OSX",
+                "iOs",
+                "Android"
+            ],
+            "releaseNotes": "https://github.com/bisq-network/bisq/releases",
+            "screenshot": "https://bisq.network/images/bisq_screen0.svg",
+            "softwareVersion": "{{ site.client_version }}",
+            "aggregateRating": {
+            "@type": "AggregateRating",
+            "ratingValue": "5",
+            "ratingCount": "20"
+          },
+          "offers": {

> Bisq itself doesn't exchange bitcoin, so I think it's better to omit this too.

`offers' means an offer to sell the app.

If the app is free of charge, we should set offers.price to 0. For example:
```
"offers": {
  "@type": "Offer",
  "price": "0"
}
```

If the app has a price greater than 0, you must include offers.currency. For example:

```
"offers": {
  "@type": "Offer",
  "price": "1.00",
  "priceCurrency": "USD"
}
```

In this particular case, I'd prefer to set 0 as price and set BTC as priceCurrency

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-website/pull/290#discussion_r350411467
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191125/6524fc08/attachment.html>


More information about the bisq-github mailing list