astro-seo icon indicating copy to clipboard operation
astro-seo copied to clipboard

fix(#84): order of properties

Open mikeethedude opened this issue 1 year ago • 0 comments

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.

<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.
  • [ ] Any other build commands are not affected.

mikeethedude avatar Oct 24 '23 21:10 mikeethedude