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

Riccardo Masutti notifications at github.com
Mon Nov 25 20:36:11 UTC 2019


RiccardoMasutti commented on this pull request.



> @@ -63,6 +63,60 @@
         <script defer src="/js/bootstrap.min.js"></script>
         <script defer src="/js/scripts.js"></script>
 
+        <!-- Schema.org JSON-LD Markup for Search Engine Optimization -->
+        <script type='application/ld+json'>
+        {
+            "@context": "https://schema.org/",
+            "@type": "SoftwareApplication",
+            "applicationCategory": "FinanceApplication",
+            "name": "Bisq",
+            "image": "https://bisq.network/images/bisq-logo.svg",
+            "availableOnDevice": [
+                "Desktop",
+                "Smartphone",
+                "Tablet"
+            ],
+            "author": {
+            "@type": "Organization",

> The Bisq DAO isn't really an organization...it's just a loose group of individuals who contribute to the software. I would prefer to see this `author` attribute removed, even if it comes at the expense of some clicks, since it's a legal grey area.

Ok, what about `Project` instead of `Organization`?

> An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim. Use properties from Organization, subOrganization/parentOrganization to indicate project sub-structures.
([http://schema.org/Project](http://schema.org/Project))

-- 
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_r350409795
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191125/b703d4b3/attachment-0001.html>


More information about the bisq-github mailing list