Subscribe Via RSS

3174 Subscribers

Subscribe Via RSS
Subscribe Via Twitter

Followers

Subscribe Via Twitter
Meta Tags

June 26th, 2009 in Articles by Richard Carpenter

Meta Tags

1 Star2 Stars3 Stars4 Stars5 Stars5 Votes, Rating: 4.2
Loading ... Loading ...
About The Author

About The Author: Richard Carpenter

Hi im Richard Carpenter im a freelance web and graphics designer from England. I am also a regular Blogger, Tutorial Writer, and owner of HV-Designs. You can follow me on twitter HERE. You may also view my portfolio HERE.

 

Richard Carpenter has written 322 posts.

What are meta tags??? – Answer – Meta tags are snippets of informational code located in the section of your HTML pages.

There are many “meta tags” you can use, but what do they all do and mean??? Here are 12 meta tags and wether to use them or not.

Meta Title

An example of this tag looks like this.

<META NAME="Title" CONTENT="Page Title Here">

The title meta tag is used to set your webpage title, what ever you type inside the tag its displayed in the browser title bar or tab.

Meta Title

Meta Content Language

An example of this tag looks like this.

<META HTTP-EQUIV="Content-Language" CONTENT="en-GB">

This tag basically declares your webpage language, robots use this tag to assist non-US English sites in getting categorized properly by the search engines. You should only really use this tag if your website isn’t written in english.

Meta Keywords

An example of this tag looks like this.

<META NAME="keywords" CONTENT="photoshop, tutorials, learning">

The meta tag keywords are something you should definitely include into your website. It basically defines the content of your website and is very important for search engines. When there defined search engines use them to categorize your website.

Meta Content Type

An example of this tag looks like this.

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 

Meta content type is used to declare the character set of a website. It is recommended to always include this tag even if you use a DTD declaration above the header. If you don’t include it, it can cause your webpage to display incorrect. For example the Meta Content Type tag helps properly display the page if the document uses UTF-8 punctuation characters, but is displayed in ISO or ASCII character sets.

Meta Language

An example of this tag looks like this.

<META NAME="Language" CONTENT="english">

The language meta tag is used when declaring the language of your website, its use is to simply set the primary language.

Meta Copyright

An example of this tag looks like this.

<meta name="copyright" content="Copyright 2008">

The meta copyright tag is used if you want to include a copyright or trademark to your webpage. It is not required of you to use this tag, it doesnt protect you or your websites content in any way.

Meta Description

An example of this tag looks like this.

<META NAME="description" CONTENT="Adobe Photoshop Tutorials.">

This tag simply gives a short description of the current webpage, normally consisting of about 25 words or less. Search engines use the description tag on their search results pages. Normally there displayed underneath the title of your website.

Meta Description

Meta Designer

An example of this tag looks like this.

<META NAME="Designer" CONTENT="Your Name">

Meta designer is like an author tag, its normally used to declare the designer of the website, search engines dont use or need it when indexing your website but you could add it for advertising purposes or to catch out website rippers.

Meta Distribution

An example of this tag looks like this.

<META NAME="Distribution" CONTENT="Global">

This tag is used to declare the distribution of your content. It consists of three different attributes “global”, “local” and “IU”. Global means the entire web, local means to reserve for the local IP block of your website and IU means internal use, not for public distribution.

Meta Generator

An example of this tag looks like this.

<META NAME="Generator" CONTENT="Adobe Dreamweaver">

Although this tag serves no real purpose some applications like to include it. The tag generates the publishing tool name and/or version. If you notice it in your website delete it as like i said it serves no real purpose.

Meta Refresh

An example of this tag looks like this.

<META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.yoursite.com/a-page.html">

The refresh meta tag is used to declare a delay in seconds before the browser automatically reloads the URL specified. An ideal example of this would be when you fill in a search form, on completion of the search form you are sent to a thank you page, the thank you page then redirects you back to the homepage.

Meta Robots

An example of this tag looks like this.

<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">

The meta robots tag controls the search engine robots, its recommended you not use this tag and instead control the search engine robots via the “robots.txt” file or the HTACCESS file.

Be Part Of The Community!

Become part of the hv-designs community.

Subscribe Via RSS or Follow Us On Twitter.

Subscribe Via RSS Follow Us On Twitter

13 Responses to “Meta Tags”

  1. henry says:

    This is very helpful thanks for the info man more info like this would be appreciated!!! :)

  2. Scipio says:

    Wow thanks for the SEO info.

  3. Nick says:

    I knew most of them but didn’t know exactly what the purpose of some of those were, thanks a lot for the explanation :D

  4. No problem, glad i can help ;)

  5. thank you for

  6. Jmaiers75 says:

    Love the info …
    could you clarify the use of the robots.txt reference?

    Meta Robots:

    … instead control the search engine robots via the “robots.txt” file or the HTACCESS file.

  7. Robots.txt is a text file that is used to control spiders that visit your website. This file grants access to certain folders, file types, and specific files depending on the robot accessing the site.

  8. Vikas KM says:

    Thnx man… was really very helpful…

    I added keywords, title and description to my Blog..

    thnx again

  9. Gizelle says:

    Thanks a lot! I learned something new here, today. Good post. Keep it up!

  10. Donic says:

    Thank’s, very helpful indeed.

  11. A few of those i see mentioned less, usually people dont explain further than pointing out the title, description and meta keywords but im glad you have gone into more detail here.

    Although ive not used meta refresh yet i can see how it works on a site of mine that is built on a ready made script, after certain actions the page will redirect after a few seconds delay, quite useful.

  12. golchha21 says:

    Here are two tools which i have created one for extracting the metatags and the other one for generating the metatags

    Tools & Scripts :: TU-MetaSpy
    http://www.ulhas.net/2009/08/tools-scripts-tu-metaspy-10-released.html

    Tools & Scripts :: TU-Metagen
    http://www.ulhas.net/2009/08/tools-scripts-tu-metagen-10-released.html

    hope you all may like the tools.

Leave a Reply