Meta tags are special html tags that are placed in the head section of a webpage to provide information about the webpage to a server. Actual search engine servers generally ignore all meta tags because they're there to parse the webpage for only one purpose, and we can't let a little thing like a meta tag stand in the way of generating profit.
Welcome to Bucaro TecHelp!

Welcome to Bucaro TecHelp!
Maintain Your Computer and Use it More Effectively
to Design a Web Site and Make Money on the Web

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact Advertise on Bucaro TecHelp Advertise Here RSS News Feeds News Feeds

HTML5 Solutions: Essential Techniques for HTML5 Developers

Essential Techniques for HTML5 Developers

HTML5 brings the biggest changes to HTML in years. Web designers now have new techniques, from displaying video and audio natively in HTML, to creating realtime graphics on a web page without a plugin.

This book provides a collection of solutions to all of the most common HTML5 problems. Every solution contains sample code that is production-ready and can be applied to any project.

Click Here

HTML Meta Tag Basics

Meta tags are special html tags that are placed in the <head> section of a webpage to provide information about the webpage to a server. The primary servers that use meta tags are search engines. There are many different kinds of meta tags, the two most common being the description and keywords meta tags.

<meta name="description" content="description of this wepage's content">

The description meta tag is used to provide a short description of the wepage's content. Many search engines use the text in description meta tag's content attribute just below the title of the wepage in their search results. Most search engines will truncate this text after about 200 characters, so keep your description short. If the description meta tag is missing, most search engines will use the first 200 characters of text on the webpage as the description in their results.

<meta name="keywords" content="keywords, related, webpage, contents">

The keywords meta tag is used to provide keywords related to the webpage's contents. In the early days of the Web, in order to generate more traffic, unscrupulous webmasters stuffed the keywords meta tag with the most popular keywords, like "sex" and "money" even though those keywords had nothing to do with the webpage's content. Today, no self-respecting search engine reads the keywords meta tag, instead they gather keywords from the content of the webpage.

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

The revisit-after meta tag is supposed to tell the search engine how often it should revisit the webpage, however no search engine reads this tag because it's totally unnecessary. Instead the search engine can more reliably determine if the webpage has changed since it's last visit by reading the Last-Modified entity in the HTTP header. Web hosts fill the Last-Modified entity with the last-update time stamp of the file.

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

The robots meta tag is supposed to tell the search engine if it should index the webpage, and if it should follow any links on the webpage (in order to index those pages also). The example robots meta tag tells the search engine to index the webpage and to follow any links on the webpage. The example shown below tells the search engine to index the webpage, but do not follow any links on the webpage.

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

Shown below are other possible configurations of the robots meta tag.

<meta name="robots" content="noindex, follow">

<meta name="robots" content="noindex, nofollow">

Any self-respecting search engine will respect the robots meta tag, but there's no law that says they must comply, and in todays highly competitive search market, every search engine wants to be the one that returns more results than the others. So don't be surprised if you configure a webpage's robots meta tag to noindex, nofollow and still find it's contents fully displayed in search results.

RSS Feed RSS Feed



Web Design Sections

HTML5 for Masterminds

HTML5 for Masterminds

How to take advantage of HTML5 to create amazing websites and revolutionary applications

This book is not an introduction of HTML5 but instead a complete course that will teach you how to build compelling websites and amazing web applications from scratch. Every chapter explores basic concepts as well as complicated issues of HTML5, CSS3 and Javascript.

Concepts are supported by fully functional codes to guide beginners and experts through every single tag, style or function included in the specification.

Click here for more information.


[Site User Agreement] [Advertise on This site] [Search This Site] [Contact Form]
Copyright©2001-2011 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268