How to get title tags!

Discussion in 'Search Engine Optimization' started by Zachdaman, Jul 1, 2008.

  1. #1
    I have made my title tags, but I cant figure out how to get them uploaded to my site.
     
    Zachdaman, Jul 1, 2008 IP
  2. giancarlo

    giancarlo Active Member

    Messages:
    697
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Go to cPanel and insert it right after <HEAD> into your site's HTML code.
     
    giancarlo, Jul 1, 2008 IP
  3. lightlysalted

    lightlysalted Active Member

    Messages:
    2,067
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Here's an example

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252">


    <head>



    <title> Free To Enter UK Competition Sites</title>


    <meta name="KeyWords" content="competitions, quiz, free gifts, free, quizes, prize, prizes, win prizes ">

    <meta name="Description" content="Read reviews of free to enter UK competitions sites, win cash, gifts and rewards.">

    </head>

    Then the main body of your text that will be seen on the monitor goes here.

    </body>

    </HTML>

    You can create this in notepad by saving the file with the extension .html - for example mypage.html and then uploading this to your web hosting account
     
    lightlysalted, Jul 2, 2008 IP
  4. Zachdaman

    Zachdaman Guest

    Messages:
    756
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ok, going to try that, thanks!
     
    Zachdaman, Jul 2, 2008 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Here's a much better example:

    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html lang="en">
    	<head>
    		<title>Untitled Document</title>
    		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    		<meta http-equiv="Content-Style-Type" content="text/css">
    		<meta http-equiv="imagetoolbar" content="no">
    		<meta name="description" content="A brief description of the current page goes here.">
    		<meta name="keywords" content="keywords, go, here, only, once, page, content, has, been, finished">
    	</head>
    	<body>
    	</body>
    </html>
    
    Code (markup):
    I also do not advocate the use of Windows-1252 or any other Microsoft character encoding for that matter either. Here's why: http://www.sitepoint.com/article/guide-web-character-encoding
     
    Dan Schulz, Jul 3, 2008 IP
  6. Aryans

    Aryans Well-Known Member

    Messages:
    1,854
    Likes Received:
    31
    Best Answers:
    1
    Trophy Points:
    178
    #6
    Learn some basic HTML it will help you lot :)
     
    Aryans, Jul 3, 2008 IP