Saturday, June 22, 2013

How to put keywords and description in blogger manually

Good morning friends, Today http://recipesmine.blogspot.com will Discusses About How to put keywords and description in blogger manually.





Installing Keyword and Description on blogspot aims to Maximize Seacrh search Engine, so that blog entry at the top, or at least 10 on the Google page.



but we did have observant and clever in putting Keyword / Keyword + Search description in our article, we should have a list of keywords that will be inserted in our article, just Ok, here are the steps to install it manually keywords and descriptions on blogspot.

1. Login to blogger.com.

2. Click the Templates-> Edit HTML and tick the 'Expand Widget Templates',

3. Find this code: <title> <data:blog.pageTitle/> </ title> which is usually located under the code:

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

4. Remove bold text above, and replace it with the following code:

        <b:if cond='data:blog.pageType == "index"'>
    <title> <data:blog.pageTitle/> </ title>
    <meta content='HOMEPAGE DESCRIPTION HERE' name='description'/>
    <meta content='keyword1, keyword2, keyword3,' name='keywords'/>
    <b:else/>
    <title> <data:blog.pageName/> </ title>
    </ B: if>
    <b:if cond='data:blog.url == "POSTURL2"'>
    <meta content='DESCRIPTION HERE' name='description'/>
    <meta content='Keyword1, keyword2, keyword3' name='keywords'/>
    <meta content='INDEX, FOLLOW' name='robots'/>
    </ B: if>

    <b:if cond='data:blog.url == "POSTURL1"'>
    <meta content='DESCRIPTION HERE' name='description'/>
    <meta content='Keyword1, keyword2, keyword3' name='keywords'/>
    <meta content='INDEX, FOLLOW' name='robots'/>
    </ B: if>

Thus be as follows:

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

    <b:if cond='data:blog.pageType == "index"'>
    <title> <data:blog.pageTitle/> </ title>
    <meta content='HOMEPAGE DESCRIPTION HERE' name='description'/>
    <meta content='keyword1, keyword2' name='keywords'/>
    <b:else/>
    <title> <data:blog.pageName/> </ title>
    </ B: if>

    <b:if cond='data:blog.url == "POSTURL2"'>
    <meta content='DESCRIPTION HERE' name='description'/>
    <meta content='Keyword1, keyword2' name='keywords'/>
    <meta content='INDEX, FOLLOW' name='robots'/>
    </ B: if>

    <b:if cond='data:blog.url == "POSTURL1"'>
    <meta content='DESCRIPTION HERE' name='description'/>
    <meta content='Keyword1, keyword2' name='keywords'/>
    <meta content='INDEX, FOLLOW' name='robots'/>
    </ B: if>

Description:

    Replace the words:
    'HOME PAGE DESCRIPTION HERE' with a description of your blog's home page;
    Replace the words 'DESCRIPTION HERE' with your posting description;
    Replace the words 'POSTURL1, POSTURL2, and so on' with the url address of each of your posts; replace the words 'keyword1', 'keyword2' with the keywords you want.


    You can put meta tags to posts that you think are important just to be able to show up in search results at the top or in the top 10.

Good luck, and do not forget to give me feedback about this blog.

No comments:

Post a Comment