SEO effective Meta Tag and Title Tag


If you want your blogspot rank high on search engines then you must invest in SEO from the very beginning established blog. SEO investment to start customizing Meta Tag. Then customize how the new Meta Tag effectively? With this article, I hope readers will understand the Meta Tag and more tips about a "unique" in terms of SEO Meta Tag for blogspot. 

Meta Tag has never been regarded as a guarantee to achieve top rankings for your site on search engines.How ever, at present, the most valuable feature Meta Tag that gives website owners the ability to
control up to a certain extent the manner in which the site is described by the search engines . They are also capable of preventing the site is not indexed. So what is Meta Tag? 

Meta tag information is inserted into the head (head) of the site. Unlike the Title Tag (see explanation below), information in the header of the site not being seen by people viewing the site on the browser. Instead, in the Meta information is used to convey specific information such as page descriptions, keywords, author ... 

We see two common types of Meta tags below. 

<head> 
<title> Adsenseco on Blogger </ title> 
<meta content='Blogger tips, CSS, HTML, Javascript' name='description'/> 
Blogger content=' <meta tips, CSS, HTML, Javascript, jQuery, Mootools, Scriptaculous' name='keywords'/> 
</ Head> 

In the example above, we can see, Meta Tag is located between the opening tag <head> 
and closing </ head> section of the site. In the above example of Title Tag, the Meta Description Tag and then the Meta Keywords Tag. 

Title Tag 

Title Tag Meta Tag is not the song is also very important. Any content that you place the card <title> and the </ title> will appear in the title bar of the search engines. As the example below, the Title Tag is the title of the article you are viewing. 

Title Tag is very important for search engines. Text you use in your Title Tag is one of the important factors for how search engines decide the ranking of your site. 

Meta Description Tag 

Meta Description Tag allows you to describe the impact of your web page on the browser Tag support. 

See the example above, Meta Tag Meta Tag Meta Description first. Text you want displayed as the description between the quotation marks after the "content =" (generally about 200 to 250 characters can be indexed, even a small fraction of that amount from can be shown only). 

Keywords Meta Tag 

Keywords Meta Tag allows you to provide more information on the related keywords to the search engine index. 

See the example above, Meta Tag Meta Keywords Meta Tag is Monday. The keywords you want associated with the site will be placed between the quotes after the "content =" (generally this should include about 25 words or phrases are the best, the words or phrases are spaced by commas.) 

Meta Robots Tag 

In addition two important Meta tag above, there are other Robots Meta Tag. This tag allows you to specify a particular page has been search engine indexing or not. 

If you want your site indexed then use the card like this. 

<meta content='noindex' name='robots'/> 

Otherwise, use this. 

<meta content='index' name='robots'/> 

But you do not need to use the Robots Meta Tag can turn to help your pages are indexed because of default, a search engine tries to index all your pages. 

Besides the above important Meta tags, Meta tags, there are some other author, channel, date ... but the card is not important for search engines such as Google. 

The introduction of this overview helps you understand the Title Tag and Meta Tag. So we applied the new how effective blogspot. 

We need to know an important rule is if stylesheet Meta Tag on blogspot are the same, then easily lead to duplicate content (duplicate contents) which limits the SEO. Therefore we so different to Meta Tag for each type of page on blogspot. 

Blogspot has three types of pages (pageType) is the index (home page, labeling and storage site), item (the article) and the static page (static page). In the third type, the static page this page is likely to feature the Google Sitelinks. Through the testing process, I apply the code for your page's Meta Tag as follows. 

<! - Full Pack by Meta Tags SEO http://adsenseco.blogspot.com for Bloggers -> 
<b:if cond='data:blog.pageType == "index"'> 
Description Description 2, content='Description <meta 1, 3'name='description'/> 
Keyword Keyword 2, content='Keyword, <meta 3'name='keywords'/> 
<meta content='global' name='distribution'/> 
<meta content='7 days' name='revisit'/> 
<meta content='7 days' name='revisit-after'/> 
<meta content='document' name='resource-type'/> 
<meta content='all' name='audience'/> 
<meta content='general' name='rating'/> 
<meta content='index, follow' name='robots'/> 
<meta content='Adsenseco' name='author'/> 
<meta content='US, English' name='language'/> 
<meta content='US' name='country'/> 
<meta content='blogger' name='generator'/> 
<b:else/> 
<b:if cond='data:blog.pageType == "static_page"'> 
<meta expr:content='data:blog.pageName' name='description'/> 
<meta ", expr:content='data:blog.pageName + "+ "Keyword A, Keyword Keyword B, C"' name='keywords'/> 
<b:else/> 
<meta expr:content='data:blog.pageName' name='description'/> 
<meta ", expr:content='data:blog.pageName + "+ "Keyword X, Keyword Keyword Y, Z"' name='keywords'/> 
</ b: if> 
</ b: if> 

The meaning of the code as follows. If the model index page, then use the Meta Tag as a normal website, if the style is static page as page titles Meta Description Tag, Meta Keywords Tag is the page name plus the keyword for the type of static pages; style Left (item), use the Meta Description Tag Meta Keywords Tag page name and the page name plus the keyword for the type of language articles page. 

Also can format the Meta Tag for each page has its own URL but a blogspot often have a lot of posts so this is very tiring work, just suppose Meta Tag format as above is good enough. 

For the Title Tag, I apply the code as follows. 

<b:if cond='data:blog.pageType == "index"'> 
<title> <data:blog.title/> </ title> 
<b:else/> 
<title> <data:blog.pageName/> | <data:blog.title/> </ title> 
</ b: if> 

The code above says to type the Title Tag is the index page title blog, but for the rest of the page type the page name and blog title. 

So how to put code in your template? Sign in Blogger, the Design>> Edit HTML. Place the code on the code Title Tag Meta Tag and put all this code under the two 

<b:include data='blog' name='all-head-content'/> 

Hopefully, after applying this procedure, after a period of monitoring and ranking of your blog will be a significant improvement on the search engines.