jekyll-seo-tag icon indicating copy to clipboard operation
jekyll-seo-tag copied to clipboard

Makes template w3c valid

Open Koziolek opened this issue 3 years ago • 2 comments

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

This change makes meta tags valid in w3c validator.

Koziolek avatar Nov 01 '22 19:11 Koziolek

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.

ashmaroli avatar Nov 02 '22 12:11 ashmaroli

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

Author prefers to mantain the XHTML compatibility.

sasadangelo avatar Jan 27 '23 17:01 sasadangelo