Html Head Tag Checklist
Html head tag checklist based on https://frontendchecklist.io/
The Doctype is HTML5 and is at the top of all your HTML pages.
The charset declared (UTF-8) is declared correctly.
The viewport is declared correctly.
A title is used on all pages
A meta description is provided, it is unique and doesn't possess more than 150 characters.
Each favicon has been created and displays correctly.
Apple meta-tags are present.
Windows tiles are present and linked.
Use rel="canonical" to avoid duplicate content.
The < code>lang</ code > attribute of your website is specified and related to the language of the current page.
The direction of lecture is specified on the html tag (It can be used on another HTML tag).
The language tag of your website is specified and related to the language of the current page.
Conditional comments are present for IE if needed.
If your project is a blog or has articles, an RSS link was provided.
The inline critical CSS is correctly injected in the HEAD.
All CSS files are loaded before any JavaScript files in the HEAD
You can look at https://checklist.atolye15.com/checklist/setting-up-meta-tags checklist for further information
You can look at https://checklist.atolye15.com/checklist/setting-up-meta-tags checklist for further information