jekyll / jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
https://jekyll.github.io/jekyll-seo-tag
MIT License
1.65k stars 289 forks source link

Makes template w3c valid #475

Open Koziolek opened 1 year ago

Koziolek commented 1 year ago

All meta tags in template are void tags and should be open – end with > not />.

This change makes meta tags valid in w3c validator.

ashmaroli commented 1 year ago

To my knowledge, the plugin doesn't differentiate between HTML and XHTML. Therefore, the "closing bits" are perhaps there for compatibility with XHTML documents / templates.

sasadangelo commented 1 year ago

Discussed here: https://github.com/jekyll/jekyll-seo-tag/pull/480

Author prefers to mantain the XHTML compatibility.