jonasmerlin / astro-seo

Makes it easy to add information that is relevant for SEO to your Astro app.
MIT License
908 stars 50 forks source link

fix(#84): order of properties #85

Closed mikeethedude closed 5 months ago

mikeethedude commented 9 months ago

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

jonasmerlin commented 5 months ago

@mikeethedude Landed in 0.8.1. Excuse the long delay between versions and thanks again for your this PR!