WasabiDoc icon indicating copy to clipboard operation
WasabiDoc copied to clipboard

Add structured data to FAQs

Open RiccardoMasutti opened this issue 4 years ago • 2 comments

This will boost SEO for docs.wasabiwallet.io Replace #641

Marking up content on Wasabi Documentation website can:

  • Lead to the generation of rich snippets in search engine results like the one showed down here
  • Enhance CTR (Click Through Rate) from the search result
  • Provide greater information to search engines to improve their understanding of the content on Wasabi website

As specified on https://developers.google.com/search/docs/data-types/faqpage

Test code: https://search.google.com/structured-data/testing-tool

Final result: image

RiccardoMasutti avatar Jun 09 '20 11:06 RiccardoMasutti

@dennisreimann unfortunately this also applies to the Glossary. Imho it's not wrong to use FAQ markups for glossary, but would be better to use DefinedTerm as it's (https://schema.org/DefinedTerm):

A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc.

Would be awesome to create a custom layout for that specific page. Example:

  <div itemscope itemtype="https://schema.org/DefinedTerm">
    <dt itemprop="name"><dfn><abbr>Fungibility</abbr></dfn></dt>
    <dd itemprop="description">Fungibility is a desirable property of Bitcoin UTXOs that are indistinguishable from each other.</dd>
  </div>

RiccardoMasutti avatar Jun 09 '20 11:06 RiccardoMasutti

I still don't understand why you closed #395 and why now #882 is better?

MaxHillebrand avatar Jun 09 '20 13:06 MaxHillebrand

Idk, I would just close this as there was no activity or response from OP.

@CAnorbo What do you think?

yahiheb avatar Aug 23 '23 10:08 yahiheb

talked with @CAnorbo , he knows about SEO. But wouldn't approach it this way. closing

MarnixCroes avatar Sep 12 '23 12:09 MarnixCroes