Statistics show that only one of every four Web Sites use Meta tags. However using these tags can give your site an advantage over other sites that do not. Meta tags enable most visitors to initially find your site from the search engines.
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

Use Meta Tags for Search Engine Optimization

Statistics show that only one of every four Web Sites use Meta tags. However using these tags can give your site an advantage over other sites that do not. Meta tags enable most visitors to initially find your site from the search engines.

What are Meta Tags?

These are HTML tags that provide information that describes the content of the web pages that the visitor will be viewing. Web Site owners use this resource to control their positioning and descriptions in the search engines. Most search engines incorporate reading meta tags as part of their indexing formula.

Where to Place Meta Tags

They should go in between the <head> and </head> tags in your html page.

Types of Meta Tags

The Doctype tag The DTD (Document Type Definition) tag precedes the opening <HTML> tag. It is generally the first element to be used on any page. It distinguishes the version of HTML in use from other versions of HTML and tells the browser what tags to expect when laying out the page.

<!doctype html public "-//wc3//dtd html 4.0 transitional//en">

If a browser doesn't understand a tag, it just ignores it. This, in effect, renders <!doctype> useless. For the proponents of strict standardization, a statement like <!doctype> would ensure standardization. If a browser didn't recognize the statement, it could ignore the page.

META Tags and Document Identification

The syntax for the <meta> tag is:

<meta name="namevalue" content="contentvalue"> or <meta http-equiv="namevalue" content="contentvalue">

The <META> tag requires the CONTENT attribute and adds either the NAME or HTTP-EQUIV attribute. These define the general information you are creating or changing in the document, and the CONTENT attribute defines the value of the general information.

HTTP-EQUIV Attribute

<META HTTP-EQUIV> tags are equivalent to HTTP headers. To understand headers, you must understand the process that occurs when you use a Web browser to request a document from a Web server. You request information using your browser and the Web Server receives your request via HTTP, the standard Web protocol. When the server finds the page you requested, it generates an HTTP response. The initial data in that response is called the HTTP header block. This header gives the Web browser information useful for displaying the page.

Common Examples of the HTTP-EQUIV Attribute Value Language META Tag This is an optional tag. It declares to users the natural language of the document being indexed. Search engines which index websites based on language often read this tag to determine which language(s) is supported. This tag is particularly useful for non-english and multiple language websites.

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

Content-type Tag

The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient. This is an optional tag.

<meta http-equiv="content-type" content="text/html; charset=windows-1252">

Expires META Tag

An optional tag that defines the date when the file will be considered expired in cache and a new page will be generated. Only use when your website is running a limited time event or there is a preset date when your document will no longer be valid.

<meta http-equiv="expires" content="Tue, 04 Dec 1993 21:29:02 GMT">

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