Search engine optimization with HTML for Bloggers
One of the oldest SEO techniques but still effective is to make the html meta tag optimization, both the meta title tag, meta keywords tag and meta description tag.This case special for Bloggers.Why bloggers .. special? Because the WP Blog platform, this has been replaced by a plugin.
well let’s start
A.Title Meta Tag
Which we will discuss here is how to title / title of each page can appear in search results. Because by default, the title that appears on the index in search engines is the global title of the blog, not the title of each posts. to do this, follow STEP 2 follows:
1. Login to your blogger account,
2. On the dashboard, select the edit layout-> edit HTML
3. Search codes congenital blogspot title tag as below, it’s easier if you use ctrl + F
<title> <data:blog.pageTitle/> </ title>
4. Once the code tag was found, highlight (block) and then replace it with code below:
<b:if cond=’data:blog.pageType == “index”‘>
<title> <data:blog.title/> </ title>
<b:else/>
<title> <data:blog.pageName/> – <data:blog.title/> </ title>
</ B: if>
5. Click Save Template to save the changes.
B.Meta Description Tag
Meta Description Tag is intended to tell search engine crawlers about the broad outline of the overall content of our website or blog. A good description is concise, solid and clear, as much as possible the main keyword placed there first sentence of this description. In addition, avoid repetition of keywords hyperbolic, this description should not exceed 160 characters. how to install the meta description tag as follows
1. Login to your blogger account,
2. On the dashboard, select the edit layout-> edit HTML
3. Search <head> code, then enter the following code underneath, before the code </ head>, it’s easier if you use ctrl + F
<meta content=’Here which you write a brief description of your blog’ name=’description’/>
replace the red text above with the description of your blog, and then click Save Template to save your changes
C.Keyword Meta Tags
Keyword Meta Tags This is where you put a list of keywords or keywords that you go on your website or blog, with the aim that the search engine crawler to pay attention more on the keywords or KEYWORD2. Keyword should consist of two or more words (keyphrase), because the person typing a keyword in the search box in the search engines are generally more than one word, eg the keyword “learn blogging” or “tutorial blogspot.” how to install the meta keywords tag is as follows.
1. Login to your blogger account,
2. On the dashboard, select the edit layout-> edit HTML
3. Search <head> code, then enter the following code below, before the code </ head>, it’s easier if you use ctrl + F
<meta content=’keyword1, keyword2, keyword3, keyphrase1, keyphrase2, keyphrase3′ name=’keywords’/>
replace the red text above with the keywords that your keyphrase atao viewfinder on your blog, and then click Save Template to save your changes
So, simple SEO tips and teknk a little more will help raise your SERP blog or website.
