butschster / LaravelMetaTags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
MIT License
540 stars 50 forks source link

Reorder default meta tags attributes #54

Closed imsus closed 1 year ago

imsus commented 1 year ago

Problem

Current meta tags default ordering is

Based on best practice from https://speakerdeck.com/csswizardry/get-your-head-straight?slide=39 charset and viewport should come first then other meta tags

Solution

change charset + viewport meta tags to first then following others