Right now when using the extended tags functionality, you will see content as the first property rendered. This can make finding tags in the html difficult at a glance.
<meta content="Home Page | My Test Site" name="title">
We should instead start with either the name or property of the tag to improve readability.
Testing
[ ] Confirm that tags are created more like <meta name="title" content="Home Page | My Test Site">
[ ] Other tag functionality such as OG tags and Twitter tags are unaffected.
Purpose
Right now when using the extended tags functionality, you will see content as the first property rendered. This can make finding tags in the html difficult at a glance.
We should instead start with either the name or property of the tag to improve readability.
Testing
<meta name="title" content="Home Page | My Test Site">