Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Closed Thread
Results 1 to 10 of 10

Thread: The Meta Tag Elements

  1. #1
    ovi Guest

    Default The Meta Tag Elements

    The Meta Tag Elements

    TITLE

    Is placed at the top of your <head> </head> tags in your HTML document.
    Note: FrontPage and other web page creation programs places the title where it wants to in the document between the <head> </head> tags. Remember to manually move the <title> of your web page to the uppermost top, below the <head> tag.
    Never use more than 80 characters in your title.
    <head>
    <title>The Name Of Your Page</title>
    </head>


    PICS

    The next element is called the PICS tag or label. It is not a necessity but it does help in showing spiders and web browsers your child safe rating for your site. You get your coding from Safe Surf or I.C.R.A. {one tag for each rating resource}.
    More information can be attained here http://www.w3.org/pics
    <meta http-equiv="PICS-Label" content='' ">


    GENERATOR

    This tag tells what web-publishing tool (program) you used to create the web page. It is not a necessary tag element so you do not have to use it but most web creation programs will use it for you anyway.
    <meta name="generator" content=" ">


    S-Bots

    This Meta tag should always be used because it instructs the search engine robot (spider) what to do with your pages.
    <meta name="robots" content=" ">
    ALL - index all pages (some engines have a limit on how many pages can be indexed per site) and follow the hyperlinks to other pages.

    INDEX - Index the specific page but do not follow the links.

    FOLLOW - The search engine robots will follow and index linked pages.

    NOINDEX - Continue onto linked pages but do not index current page.

    NOFOLLOW - Do not follow the associated linked documents.


    DISTRIBUTION

    This Meta tag designates the scope of distribution of your document. This can be used for content control. Web servers will not service a local document to web visitors.
    <meta name="distribution" content=" ">
    GLOBAL
    LOCAL


    COPYRIGHT

    This Meta tag clearly states, in a manner acceptable by prevailing laws, who owns the copyright of the document text or design. You should practice using this tag on ALL web pages.
    <meta name="copyright" content="date | your name or name of company">


    AUTHOR

    The author Meta tag is used to declare the author of the web site or web page.
    <meta name="author" content=" ">


    LANGUAGE

    This Meta tag identifies the language of the web page context.
    You can edit the tags into any valid language and country code.
    <meta http-equiv="language" content="eng">
    <meta http-equiv="dialect" content="us">


    Rating

    This Meta tag is a simple site-rating scheme. This may be obsolete because of PICS label usage.
    <meta name="rating" content="">
    Safe For Kids
    14 Years
    General
    Mature
    Restricted


    CLASSIFICATION

    This Meta tag defines the site classification. This tag can and will be used some search engines to place your site in an appropriate category.
    <meta name="classification" content=" ">
    DOCUMENT EXPIRES
    Caches to determine when to fetch a fresh copy of the associated document can use this Meta tag.
    <meta http-equiv="expires" content=" ">



    REPLY TO
    This Meta tag is used to identify to whom the visitor should send comments or replies. This tag can be a nuisance since e-mail harvesters will search your web pages for this tag to harvest the e-mail address for the purposes of Spam. It is not recommended to use this tag any longer.
    <meta http-equiv="reply-to" content=" ">


    REVISIT

    This Meta tag is used to inform the search bot/web crawler when it should revisit your web document to update its index.

    The recommended usage of this tag is: NO LESS THAN 30 DAYS and NO MORE than 1 year.
    <meta name="revisit-after" content="30 days">


    PRAGMA

    This Meta tag is used to inform the browser that it should retrieve a new copy of the document versus using a cached version.
    <meta http-equiv="pragma" content="no-cache">


    KEYWORDS META TAG

    This Meta tag informs the search bot/web crawler what the main points are of the document it is reviewing. Never repeat any keyword more that 6 times within the keywords tag.
    No more than 1000 characters in your keywords tag.
    Never place words in your keywords tag that is not in the visual text of the body of your web page.
    <meta name="keywords" content=" ">


    Description Meta Tag

    This Meta tag informs the search bot/web crawler or visitor, via a brief synopsis, what the page is all about.
    No more than 200 characters should be used.

    <meta name="description" content=" ">

  2. #2
    KingPin's Avatar
    KingPin is offline Super Moderator KingPin is a jewel in the rough KingPin is a jewel in the rough KingPin is a jewel in the rough
    Join Date
    Apr 2008
    Location
    Google.co.uk
    Posts
    473

    Default

    Most of them tags are of non-importance. The only ones that really matter are the Title and Description tag.

    META Keywords are optional for the META Crawlers still active but the big three don't use them.

    KP

  3. #3
    amit's Avatar
    amit is offline Senior Member amit is on a distinguished road
    Join Date
    Feb 2008
    Location
    India
    Posts
    210

    Default

    I agree with what K.P. said there are so many Tags which can be applied but all depends upon the usability and importance of the which tag to be used.

    The best Meta Tag which are generally utilized and are of importance according to me are:-

    Meta Description
    Meta Keyword
    Meta Robots



    These tags are of major importance.

  4. #4
    cooldude007's Avatar
    cooldude007 is offline Member cooldude007 is on a distinguished road
    Join Date
    Jan 2008
    Posts
    48

    Default

    Title tag is the one that really matters sometimes Google use the meta description sometime they use the keywords on the contents...

  5. #5
    TeamPlayer is offline Banned TeamPlayer is on a distinguished road
    Join Date
    Apr 2007
    Location
    UK
    Posts
    359

    Default

    Quote Originally Posted by KingPin View Post
    Most of them tags are of non-importance. The only ones that really matter are the Title and Description tag.

    META Keywords are optional for the META Crawlers still active but the big three don't use them.

    KP
    That`s exactly what I`ve heard from several sources. I do use the keywords tag, but they`re not as important as the Title and Description.

  6. #6
    BenjArriola's Avatar
    BenjArriola is offline Senior Member BenjArriola is on a distinguished road
    Join Date
    Jan 2008
    Location
    Manila and San Diego
    Posts
    129

    Default

    For me I have various reasons to use these, but if I would sum it up into 1 sentence for each meta tag I use, these are my top reasons:

    Title Tag: Helps in ranking.
    Meta Descriptions: Helps making the SERP more inviting to click if well written.
    Meta Keywords: You can take this out, but it give me a reminder for myself what I was really intentionally targeting.

  7. #7
    dot123 is offline Junior Member dot123 is on a distinguished road
    Join Date
    Apr 2008
    Location
    London
    Posts
    13

    Default

    Quote Originally Posted by BenjArriola View Post
    For me I have various reasons to use these, but if I would sum it up into 1 sentence for each meta tag I use, these are my top reasons:

    Title Tag: Helps in ranking.
    Meta Descriptions: Helps making the SERP more inviting to click if well written.
    Meta Keywords: You can take this out, but it give me a reminder for myself what I was really intentionally targeting.
    I agree. I use these 3 and it helps.

  8. #8
    Trapped is offline Junior Member Trapped is on a distinguished road
    Join Date
    Feb 2008
    Posts
    13

    Default

    Quote Originally Posted by cooldude007 View Post
    Title tag is the one that really matters sometimes Google use the meta description sometime they use the keywords on the contents...

    Google uses the keywords from the content when a page is listed in the SERPs for keywords that are not found in the meta description but are indeed in the body content. However meta description is not as important for search engine rankings as it is important to catch the surfers attention. Giving the surfers a brief "description" of the content that your sites shares it raises their interest to click your site in the SERPs and find out whats more to read in there.

    I have also notice some small help for search engine rankings from the meta description, but the help is not worth even to mention as it is minimal, but since the day when I tried to test how the click through rate would improve on pages that are already ranking with a new and more intriguing meta description is really worth to mention (those 30% in clicks more after the change).

  9. #9
    Webtistic's Avatar
    Webtistic is offline Junior Member Webtistic is on a distinguished road
    Join Date
    Apr 2008
    Posts
    4

    Default

    The days of keyword meta tags being at all important are long gone.

    The crucial meta tag is TITLE, which should have your main keyphrase immediately in the copy if possible...

  10. #10
    KingPin's Avatar
    KingPin is offline Super Moderator KingPin is a jewel in the rough KingPin is a jewel in the rough KingPin is a jewel in the rough
    Join Date
    Apr 2008
    Location
    Google.co.uk
    Posts
    473

    Default

    Quote Originally Posted by Webtistic View Post
    The days of keyword meta tags being at all important are long gone.
    I don't agree with that. The META Description is a very important tag. I value it next to the Title Tag.

    Why? well you can rank number 1 for the best keyword in the world but if you're description (the one showing in the search engine results) is crap, your CTR will not be as good.

    Humans are curious animals by nature so if you create a description that gets the human mind wanting and thinking it will increase CTR and possibly conversion (if your site is good enough and what the user wants).

    KP
    Organic SEO Blog (Updated Daily) - SEO.com

    Think Page Rank is Useful Or Pointless? Have your say on Page Rank here!!

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Meta tags
    By martian2k4 in forum General Search Engine Discussions
    Replies: 13
    Last Post: 12-13-2008, 01:57 PM
  2. Do you use Web 2.0 elements on your sites?
    By melkior_inactive in forum General Webmaster Talk
    Replies: 0
    Last Post: 05-10-2007, 02:14 PM
  3. HTML form elements
    By lala in forum General Webmaster Talk
    Replies: 5
    Last Post: 03-23-2007, 12:30 PM
  4. Meta Tag Question
    By Eric in forum General Search Engine Discussions
    Replies: 3
    Last Post: 08-14-2004, 02:51 AM

Bookmarks

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

Search Engine Friendly URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124