Can anybody give me a full list of meta tags?

Discussion in 'Search Engine Optimization' started by hhheng, Sep 16, 2006.

  1. #1
    Currently I know meta description tag, keyword tag, robot tag, etc.

    What else?
     
    hhheng, Sep 16, 2006 IP
  2. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #2
    <html>
    <head>
    <title></title>
    <meta name="KEYWORDS" content="This is where you put your keywords that you want people to use to find you" />
    <meta name="DESCRIPTION" content="This is a description of your site and what it offers." />
    <meta name="rights" content="" />
    <meta name="author" content="" />
    <meta name="revisit-after" content="1 days" />
    <meta name="robots" content="index, follow" />
    <meta name="MSSmartTagsPreventParsing" content="true" />
     
    amitpatel_3001, Sep 16, 2006 IP
  3. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Pat Gael, Sep 16, 2006 IP
  4. XandroZ

    XandroZ Peon

    Messages:
    395
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Meta tags are useful for various reasons, but from a search engine perspective, you can forget almost all of them.
    Other:
    REVISIT-AFTER is intended to tell search engines how often to reindex
    the page. Save the electrons; don’t expect search engines to follow your
    instructions. Search engines reindex pages on their own schedules.
    GoogleBoot

    <META NAME=”googlebot” CONTENT=”nosnippet”>
    This meta tag tells Google not to use the description snippet, the piece of information
    it grabs from within a Web page to use as the description; instead it will
    use the DESCRIPTION meta tag.

    <META NAME=”googlebot” CONTENT=”noarchive”>
    This meta tag tells Google not to place a copy of the page into the cache.
     
    XandroZ, Sep 16, 2006 IP
  5. seo-mumbai

    seo-mumbai Well-Known Member

    Messages:
    2,004
    Likes Received:
    183
    Best Answers:
    0
    Trophy Points:
    105
    #5
    To skip DMOZ as default info for your site.

    <META NAME="ROBOTS" CONTENT="NOODP">

    To is to prevent Google from using this info for a page's description, use <META NAME="GOOGLEBOT" CONTENT="NOODP">. If you just want to prevent MSN from using the description, use <META NAME="msnbot" CONTENT="NOODP">.
     
    seo-mumbai, Sep 16, 2006 IP