ruricolist / spinneret

Common Lisp HTML5 generator
MIT License
369 stars 26 forks source link

Add more attributes for `head` and `html` tags. #83

Closed aartaka closed 1 year ago

aartaka commented 1 year ago

Continuing to SEO-optimize my website, I've digged into OpenGraph protocol and found that it uses non-standard prefix attribute for html and head tags (see the examples on the OpenGraph website).

And then, MDN has a listing of additional attributes for html, including xmlns, version, and manifest.

I've added all of them here.