Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Essential Things to Place in HEAD?

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #41994
    ben_boomer
    Participant

    Aside from the stylesheet linking, and other linking scripts– what are some ESSENTIAL things to place in the portion of your HTML file?

    #121063
    jurotek
    Participant

    Disregard the keyword metatag completely. It doesn’t have any effect on search ranking.

    #120994
    dfogge
    Participant

    meta charset=’utf-8′

    #120991
    Andy Howells
    Participant

    HTML5 Shiv/Shim within a conditional comment.

    #120982
    dfogge
    Participant

    it’s not essential per se, but i almost always include modernizr. http://modernizr.com/

    it includes both an HTML Shiv (which allows old browsers to recognize html5 tags), and also enables device/browser feature detection by writing conditional css and js. which really helps with progressive enhancement.

    #120951
    TreeRoot
    Participant

    Language attribute on your “html” tag. Discovery “link” to your rss feed (if you have one). meta “viewport.” Unique meta description for every page. rel canonical tag.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.