[bisq-network/bisq-website] Add Schema.org JSON-LD Microdata for SEO (FAQ page) (#291)

Steve Jain notifications at github.com
Mon Nov 25 18:15:53 UTC 2019


@RiccardoMasutti thanks, this looks good to me overall. 

One thing: could you please indent the new div block to be consistent with the rest of the document?

Example:
```
  <h6 class="accordion-toggle border-top pt-3 pb-2 green" id="why-security-deposit" itemprop="name">{{ item.hSecurityDeposit }}</h6>
  <div class="accordion-content pb-5 col-sm-12 col-md-8 ml-0 pl-sm-0 pl-md-0 px-0" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
    <div itemprop="text">
    {{ item.pSecurityDeposit }}
    </div>
  </div>
  </div>
```

Suggested:
```

  <h6 class="accordion-toggle border-top pt-3 pb-2 green" id="why-security-deposit" itemprop="name">{{ item.hSecurityDeposit }}</h6>
    <div class="accordion-content pb-5 col-sm-12 col-md-8 ml-0 pl-sm-0 pl-md-0 px-0" itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
      <div itemprop="text">
      {{ item.pSecurityDeposit }}
      </div>
    </div>
  </div>
```

-- 
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/291#issuecomment-558276592
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191125/d6a33865/attachment.html>


More information about the bisq-github mailing list