nextbitlabs / Rapido

Write your blog posts with semantic HTML.
https://nextbitlabs.github.io/Rapido/
MIT License
23 stars 4 forks source link

Add microdata where appropriate #84

Open riccardoscalco opened 5 years ago

riccardoscalco commented 5 years ago

References: https://www.brucelawson.co.uk/2018/the-practical-value-of-semantic-html/ https://schema.org/docs/gs.html

riccardoscalco commented 5 years ago

For example, add the following lines within the <head> element:

    <meta itemprop="name" content="Rapido">
    <meta itemprop="description" content="Rapido: semantic HTML elements for your writings.">
    <!-- <meta itemprop="image" content="https://nextbitlabs.github.io/Rapido/images/intro.png"> -->

Also, provide a type.