Tag Archives: META Robots Tags

ON Page Optimization

    How can I do ON page Optimization..?

    When you start a web site design, please make it fresh content and use maximum keyword in the contents. Put h1, h2, strong tags for keywords and titles. Use“alt” tag for images. Put your site url at header section. These are main factors of ON page Search Engine Optimization.

  1. TITLE Element – Page Titles
    Every html document must have a TITLE Element in the head section. Some refer to the <title> element as a meta tag (title tag) when it is not.

    <title>META Tags Tips - Metadata Elements</title>

    To see an example of where the title element is placed in the html, view the source code of this web page. Look at the very top of the page right after the opening <head> tag.

  2. META Description Tag
    Some search engines will index the META Description Tag found in the <head></head> section of your web pages. These indexing search engines may present the content of your meta description tag as the result of a search query.

    <meta name="description" content="META Tags or what are
    officially referred to as Metadata Elements are
    found within the <head></head>
    section of your web pages.
    The following is a partial list of metadata elements that
    may be used in the overall site structuring,
    organization, and search engine marketing strategy.">

  3. META Keywords Tag
    The META Keywords Tag is where you list keywords and keyword phrases that you’ve targeted for that specific page. There have been numerous discussions at various search engine marketing forums surrounding the use of the keywords tag and its effectiveness. The overall consensus is that the tag has little to no relevance with the major search engines today.

    <meta name="keywords" content="META Tags, Tips,
    Metadata Elements, META Description Tag,
    META Keywords Tag, Language Tag,
    Link Relationship Tag, Title Element">

  4. META Language Tag
    In HTML elements, the language attribute or META Language Tag specifies the natural language. This document is mostly concerned with how to specify the primary language(s) (there could be more than one) and the base language (there is only one) in HTML documents.

    <meta http-equiv="content-language" content="en">

  5. META Link Relationship Tag
    It is helpful for search results to reference the beginning of the collection of documents in addition to the page hit by the search. You may help search engines by using the link element with rel="start" along with the title attribute. The META Link Relationship tag is part of the metadata that appears within the <head></head> section of your web pages.

    <link rel="start" href="/meta-tags/" title="META Tags Tips -
    Metadata Elements">

  6. META Robots Tag
    The Robots META Tag is meant to provide users who cannot upload or control the/robots.txt file at their websites, with a last chance to keep their content out of search engine indexes and services.

    <meta name="robots" content="index, dofollow">

    • META Robots Tag for Googlebot
      Googlebot obeys the index, dofollow, and noarchive META Robots Tags. If you place these tags in the head of your HTML/XHTML document, you can cause Google to not index, not follow, and/or not archive particular documents on your site.

    • META Revisit-After Tag
      The revisit-after META tag is not supported by any major search engines, it never was supported and probably never will be. It was developed for, and supported by, Vancouver Webpages and their local search engine searchBC.

      <meta name="revisit-after" content="7 days">