<p><b>@RiccardoMasutti</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/290#discussion_r350411467">_layouts/default.html</a>:</p>
<pre style='color:#555'>> +            "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": {
</pre>
<blockquote>
<p>Bisq itself doesn't exchange bitcoin, so I think it's better to omit this too.</p>
</blockquote>
<p>`offers' means an offer to sell the app.</p>
<p>If the app is free of charge, we should set offers.price to 0. For example:</p>
<pre><code>"offers": {
  "@type": "Offer",
  "price": "0"
}
</code></pre>
<p>If the app has a price greater than 0, you must include offers.currency. For example:</p>
<pre><code>"offers": {
  "@type": "Offer",
  "price": "1.00",
  "priceCurrency": "USD"
}
</code></pre>
<p>In this particular case, I'd prefer to set 0 as price and set BTC as priceCurrency</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq-website/pull/290?email_source=notifications&email_token=AJFFTNV5EZIGQ7POLXORICDQVQZ4TA5CNFSM4JQBKNH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM46ZSQ#discussion_r350411467">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTNYY2YF5LIDNOWETDQVQZ4TANCNFSM4JQBKNHQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRI4DQ4DLG5R2V5QKTQVQZ4TA5CNFSM4JQBKNH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM46ZSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq-website/pull/290?email_source=notifications\u0026email_token=AJFFTNV5EZIGQ7POLXORICDQVQZ4TA5CNFSM4JQBKNH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM46ZSQ#discussion_r350411467",
"url": "https://github.com/bisq-network/bisq-website/pull/290?email_source=notifications\u0026email_token=AJFFTNV5EZIGQ7POLXORICDQVQZ4TA5CNFSM4JQBKNH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM46ZSQ#discussion_r350411467",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>