- Issue created by @christophweber
- πΊπΈUnited States christophweber
Quick update: We are tackling this by tying into core and Metatag module output. Basically, everything that is output in HTML
<head>
under a<meta>
tag will be reformatted to MD frontmatter. There will be a select a few exceptions for HTML-specific metatags, such as viewport.The basic idea is twofold:
1. We want to preserve feature parity between HTML and MD output.
2. People who care about metadata can and should configure everything in Metatag module already - not just for SEO, but to provide comprehensive metadata coverage of their content. No need to reinvent the wheel.We may eventually also consider other solutions and are open to ideas.