Monday, May 30, 2011

SEO Tips: Search Engine Optimization with HTML Meta Tags

There are many SEO techniques or SEO tips to optimize your blog or website to SEO friendly. Some of them have I alluded to in previous articles on this blog learning blog. Either through on-page SEO or off-page SEO. One of the oldest SEO techniques but still effective is to perform optimization on the html meta tags, good meta title tag, meta keyword tags and meta description tag. Why ancient seo tips this one is still too strong? 



Since most of the engine such as google search engine crawler will first visit this section compared with other parts. So to say, the HTML meta tag is a guide to the crawler when they access our blog and then indexing in search engines. Let us discuss SEO tips on this one
SEO Techniques and Tips for this time will focus on platform blogspot blog, why blogspot? cannot do with wordpress? Sure you can. In the wordpress blog platform like this blog, use this trick no longer needed. You can just install the wordpress plugin all in one SEO pack, setting and complete.
Title Meta Tag That we discuss here is how to keep the title of each page can appear in search results. Because by default, the title that appears in the index in search engines is the global title of the blog, not the title of masing2 post. to do this, follow langkah2 follows: 1. Login to your blogger account, 2. On the dashboard, select the edit layout-> edit HTML 3. Search title tag code congenital blogspot 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 replace with the 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.
Meta Description Tag Meta Description Tag this function tells the search engine crawlers about the broad outline of the overall content of our website or blog. A good description is a short, solid and clear, as much as possible the main keyword placed there first sentence of this description. Also, avoid excessive repetition of keywords reply, 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. Find <head> code, and enter the following code below, before the code </ head>, it's easier if you use ctrl + F
<meta content='disini where you write your blog description singkat' name='description'/>
replace the red text above with the description of your blog, and then click Save Template to save your changes
Meta Keyword Tag Meta Keyword Tag is where you put a list of keywords or keywords that you want to go on your website or blog, with the aim that the crawler search engines put more attention on the keywords or KEYWORD2. Keyword should consist of two words or more (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. Find <head> code, and 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 keyword atao keyphrase that you aim on your blog, and then click Save Template to save your changes
So simple SEO tips and teknk more or less will help to raise your SERP website or blog. hopefully useful

0 comments: