whats the perfect html header

Discussion in 'HTML & Website Design' started by horseygirl, Apr 15, 2007.

  1. #1
    i have seen so many different headers that i have now no idea whats right and whats wrong.

    can we build up one in this thread please, i will start so you get the idea, re write it and post it if you can.

    sounds like a good plan to me..

    <HTML>

    <HEAD>
    <TITLE>My title will go here and will include keywords</TITLE>

    whats next... over to you experts
     
    horseygirl, Apr 15, 2007 IP
  2. Digital Artist

    Digital Artist Active Member

    Messages:
    562
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #2
    it depends upon ur requirement that your are designing header for which purpose try to mention info in header related to ur business or work anyway pm me detail what u exactly need
     
    Digital Artist, Apr 15, 2007 IP
  3. ninjashoes

    ninjashoes Well-Known Member

    Messages:
    1,401
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    138
    #3
    Is this for SEO purposes or design purposes?
     
    ninjashoes, Apr 15, 2007 IP
  4. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #4
    
    <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="keywords" />
    <meta name="description" content="Description" />
    <title>Title</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
    </head>
    
    Code (markup):
    NOTE: HTML tags should always be lowercase
     
    bobby9101, Apr 15, 2007 IP
  5. horseygirl

    horseygirl Well-Known Member

    Messages:
    534
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    143
    #5
    what about the following:

    <meta name="distribution" content="global">
    <meta name="author" content="www.mysite.com">
    <META NAME="author" CONTENT="my site">
    <META NAME="clientbase" CONTENT="Global">
    <META NAME="distribution" CONTENT="World Wide Web">
    <META NAME="location" CONTENT="W.W.W.">
    <META NAME="rating" CONTENT="shopping">
    <meta name="copyright" content="me">
    <meta name="revisit-after" content="14 days">
    <meta name="robots" content="index, follow">
    <meta name="content-Language" content="en">
     
    horseygirl, Apr 15, 2007 IP
  6. deques

    deques Peon

    Messages:
    206
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #6
    lower case is also good. but dunno if it helps anything with SEO
     
    deques, Apr 16, 2007 IP
  7. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #7
    No need for all of that, completely a waste. ZERO SEO benefit or any other benefit.

    W3 requires lower case, and no it won't help for SEO
     
    bobby9101, Apr 16, 2007 IP