How to add description for my site in google?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mikek12004
    New Member
    • Sep 2008
    • 200

    How to add description for my site in google?

    Searched for a while in google help but soon got lost so for someone with the knowledge a question... How can I define below the title of my site in google a descritpion text (e.g links showing the site's categories)? Is it something I declare somewhere in HTML or I have to cantact google?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Put it in your html home file:

    Code:
    <META NAME=KEYWORDS CONTENT="<keywords here>">
    <META NAME=DESCRIPTION CONTENT="<description here>">
    kind regards,

    Jos

    Comment

    • mikek12004
      New Member
      • Sep 2008
      • 200

      #3
      how much time to wait before seeing it in google (just to make sure that everything is ok)?
      P.S. I want to show the site's categories with hyperlinks is it ok to put anchor and break line tags inside the content property?

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by mikek12004
        how much time to wait before seeing it in google (just to make sure that everything is ok)?
        P.S. I want to show the site's categories with hyperlinks is it ok to put anchor and break line tags inside the content property?
        No. Use google site maps to display a map of your site in google results.

        Comment

        • Markus
          Recognized Expert Expert
          • Jun 2007
          • 6092

          #5
          Originally posted by JosAH
          Put it in your html home file:

          Code:
          <META NAME=KEYWORDS CONTENT="<keywords here>">
          <META NAME=DESCRIPTION CONTENT="<description here>">
          kind regards,

          Jos
          Lowercase, of course, and attributes should be surrounded with quotations.

          Comment

          • smithroy9
            New Member
            • Apr 2009
            • 3

            #6
            You can use Meta Tags in this format.

            <meta name="descripti on" content="abc">

            And submit url in Google.com.

            Comment

            Working...