Need help with html code please

by 6 replies
7
I have a site that i want to show up on Google with the site name as my title and then a description of the site underneath.
This is the code in my index.html file and i was wondering where exactly i put the description. Can you also let me know what goes in the meta name and content.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta name=""
content="">
</head>

Regards

Kim
#website design #code #html
  • Banned
    Kim

    Here are the "basics" Meta tags - Webmaster Tools Help

    Hope it helps.
    • [1] reply
  • Kim,
    Another useful tip for you. Go to any website and right click the mouse on any part of the screen and then select 'view source' you will see all the title and meta tags are used like description etc. Lets you understand what your competition has done also.
    • [ 1 ] Thanks

Next Topics on Trending Feed

  • 7

    I have a site that i want to show up on Google with the site name as my title and then a description of the site underneath. This is the code in my index.html file and i was wondering where exactly i put the description. Can you also let me know what goes in the meta name and content.