<p><b>@m52go</b> requested changes on this pull request.</p>

<p>Sorry, one more thing. I just realized when merging <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="532066824" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq-website/issues/307" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq-website/pull/307/hovercard" href="https://github.com/bisq-network/bisq-website/pull/307">#307</a> that post pages will have 2 conflicting JSON-LD specifications since <code>post</code> pages also use the <code>default.html</code> layout.</p>
<p>My suggested changes here skip adding JSON-LD markup to <code>default.html</code> when the page is for a post. This should fix the issue.</p>
<p>It looks to me like the changes in this PR should not conflict with the FAQ markup from <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="526601168" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq-website/issues/291" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq-website/pull/291/hovercard" href="https://github.com/bisq-network/bisq-website/pull/291">#291</a>, but let me know if you think otherwise.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/290#discussion_r353546104">_layouts/default.html</a>:</p>
<pre style='color:#555'>> @@ -63,6 +63,54 @@
         <script defer src="/js/bootstrap.min.js"></script>
         <script defer src="/js/scripts.js"></script>
 
</pre>
⬇️ Suggested change
<pre style="color: #555">- 
+
+{% unless page.layout == "post" %}
</pre>


<hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/290#discussion_r353546199">_layouts/default.html</a>:</p>
<pre style='color:#555'>> +            "releaseNotes": "https://github.com/bisq-network/bisq/releases/latest",
+            "screenshot": "https://bisq.network/images/bisq_screen0.png",
+            "softwareVersion": "{{ site.client_version }}",
+            "aggregateRating": {
+            "@type": "AggregateRating",
+            "ratingValue": "5",
+            "ratingCount": "5"
+          },
+          "offers": {
+            "@type": "Offer",
+            "price": "0",
+           "priceCurrency": "BTC"
+          }
+        }
+        </script>
+
</pre>
⬇️ Suggested change
<pre style="color: #555">-
+{% endunless %}
</pre>


<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=AJFFTNQAUID5FRIPR3CD32LQW4Y77A5CNFSM4JQBKNH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCN3X5IA#pullrequestreview-326598304">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWB3P2P5ZYOCK5JCTLQW4Y77ANCNFSM4JQBKNHQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNW45D2B6SWAHEL7QTLQW4Y77A5CNFSM4JQBKNH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCN3X5IA.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=AJFFTNQAUID5FRIPR3CD32LQW4Y77A5CNFSM4JQBKNH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCN3X5IA#pullrequestreview-326598304",
"url": "https://github.com/bisq-network/bisq-website/pull/290?email_source=notifications\u0026email_token=AJFFTNQAUID5FRIPR3CD32LQW4Y77A5CNFSM4JQBKNH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCN3X5IA#pullrequestreview-326598304",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>