BREAKING NEWS

Wordpress

Wordpress

Saturday 23 June 2012

What Is Meta Tag Optimization?


Meta Tag Optimization
<head>
<meta name="description" content="Free Web tutorials" />
<meta name="keywords" content="HTML,CSS,XML,JavaScript" />
</head>


What is Meta Tag and How it Use?
Metadata is data (information) about data.
The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.
Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.
The <meta> tag always goes inside the <head> element.
The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services.


Tips and Notes
Note: Metadata is always passed as name/value pairs.


Differences Between HTML and XHTML
In HTML the <meta> tag has no end tag.
In XHTML the <meta> tag must be properly closed.


Examples
Example 1 - Define keywords for search engines:
<meta name="keywords" content="SEo, Seo Company, Seo Service" />
Example 2 - Define a description of your web page:
<meta name="description" content="UNIQUESEOMOZ Provide a Complete Seo Service And Tutorial " />


2 comments :

 
Copyright © 2014 Digital Technology Lab