Results 1 to 7 of 7

Thread: How do I do Meta tags?

  1. #1
    Join Date
    Dec 2004
    Location
    London
    Posts
    15

    Default How do I do Meta tags?

    How do i do meta tags lol. I really not that good at them any one can help it would be useful to me as i can then do my site propely as i used to get me dad to do it lol. Any one can help please reply quickly and hope they will help me.

  2. #2
    Join Date
    Sep 2004
    Location
    Johor Bahru, Malaysia
    Posts
    516

    Default

    META tags always go in the <HEAD> section of the document. META NAME tags include descriptions and keywords. This HTML code helps some search engines classify and rank a web page. META HTTP-EQUIV tags can indicate to the web browser how to display the page. There are many more uses for META tags.

  3. #3

    Default

    <head>
    <META NAME="Title" CONTENT="PAGE TITLE">
    <META NAME="Author" CONTENT="NAME OR EMAIL">
    <META NAME="Subject" CONTENT="PAGE SUBJECT">
    <META NAME="Description" CONTENT="SITE DESCRIPTION">
    <META NAME="Keywords" CONTENT="KEYWORD for site separate with comma">
    <META NAME="Language" CONTENT="en">
    <META NAME="Revisit-After" content="120 Days">
    <META NAME="Robots" CONTENT="see *">
    </head>

    *




    Enable Search Engine Robots to
    listed your site NOFOLLOW,INDEX
    listed and follow links (so it can list all of you pages) FOLLOW,INDEX
    Not listed you site NOFOLLOW,NOINDEX

  4. #4
    Join Date
    Dec 2004
    Location
    Azerbaijan
    Posts
    83

    Default

    Or you can just create file robots.txt and disallow crawlers the caching of your site.

    Examples:
    http://half.ebay.com/robots.txt - this one disallowes crawlers one by one

    http://www.archive.org/robots.txt - this one disallowes all of them

    Correct me if i'm wrong

  5. #5
    Join Date
    Sep 2004
    Location
    Johor Bahru, Malaysia
    Posts
    516

    Default

    well... mine are already put...

    http://emptyspace.bizhat.com/portal/robots.txt

  6. #6
    Join Date
    Dec 2004
    Location
    Azerbaijan
    Posts
    83

    Default

    Quote Originally Posted by emptyspace
    well... mine are already put...

    http://emptyspace.bizhat.com/portal/robots.txt
    You don't want your site to be found via google's search?

  7. #7

    Default

    go to kyles-web-help.bizhat.com
    i have a mata-tag page there in the html page

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •