There are <meta>
tags and other things you can place in the <head>
of your HTML document. What <meta>
tags etc. and best practices do you make use of in your HTML document to make it more accessible, searchable, optimized etc.
In my case:
Content-type
, description
, and keywords
media=""
).<script>
tag that links to external javascript files.All tags should follow the W3C's standard. The W3C site has a more technical and detailed section about the HTML <head>
section.