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

Position of name and value makes it difficult to quickly read metatag values.

Open mikeethedude opened this issue 1 year ago • 2 comments

I'm willing to submit a pull request for this.

Right now the extended tags (src/components/ExtendedTags.astro) output from this project output with the content before the name and that makes it difficult to parse at a glance.

      content={content}
      http-equiv={httpEquiv}
      media={media}
      name={name}
      property={property}
    />

I'd think it would make it easier if the name and property were the first attributes filled there.

mikeethedude avatar Oct 24 '23 15:10 mikeethedude

@mikeethedude Thank you for your input! Since this input seems to stem from your experience with using this feature in your project(s), I would be more than happy to merge a pull request improving ergonomics this way. Please feel free to go ahead with this, and I'll put it into the next version!

jonasmerlin avatar Oct 24 '23 21:10 jonasmerlin

Awesome! Pull request is open. I think this is a pretty simple swap on properies. See https://github.com/jonasmerlin/astro-seo/pull/85

mikeethedude avatar Oct 24 '23 21:10 mikeethedude

Landed in 0.8.1

jonasmerlin avatar Feb 18 '24 16:02 jonasmerlin