We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X-UA-Compatible meta tag is for IE and IE is dead so it should be deleted, even browsers are giving warning.
X-UA-Compatible
<meta http-equiv="X-UA-Compatible" content="IE=edge">
twitter:* meta tags that have the same name as og:* meta tags aren't needed because twitter uses og:* meta tags as fallback: source
twitter:*
og:*
<meta name="twitter:title" content="{{ og_title | escape }}"> <meta name="twitter:description" content="{{ og_description | escape }}">
Re-ordering based on priority would make browsers work faster and more algorithmic: source
The text was updated successfully, but these errors were encountered:
Fixes Shopify#3676 Delete unnecessary meta tags and re-order head ele…
d5788ca
…ment
Successfully merging a pull request may close this issue.
Detecting unnecessary head elements
X-UA-Compatible
meta tag is for IE and IE is dead so it should be deleted, even browsers are giving warning.twitter:*
meta tags that have the same name asog:*
meta tags aren't needed because twitter usesog:*
meta tags as fallback: sourceRe-ordering
Re-ordering based on priority would make browsers work faster and more algorithmic: source
The text was updated successfully, but these errors were encountered: