Showing posts with label seo. Show all posts
Showing posts with label seo. Show all posts

HOW TO MAKE BREADCUMBS

Saturday, May 3, 2014

How to make breadcrumbs is easy because we just simply modify the template . Many SEO experts believe that breadcrumbs is one that is quite powerful seo trick because tricks can help googleboot breadcrumbs to more easily recognize the structure of our blog .And finally even now bradcrumbs technique is also still very popular and almost any blog or website uses this trick breadcrumbs . For a template from free providers are usually not equipped with breadcrumbs so you need to install one.For those who are interested in the breadcrumbs tricks and also want to use it on your blog , please follow the following steps .
  • Dashboar your blog page select TEMPLATE
  • Find the code ] ] > < / b : skin ( use Ctrl + F to facilitate the search )
  • If it is discovered that code put the following code above ] ] > < / b : skin .

        
    . breadcrumbs { padding : 5px 5px 5px 0px ; margin : 0px 0px 0px 15px ; font-size : 90 % ; line-height : 1.4em ; border-bottom : 3px double # eee ; }
  • When finished searching the code as shown below :

    <b:includable id='main' var='top'> 
  •  Replace the above code with the code below :

        
    <b:includable id='breadcrumb' var='posts'> <b:if cond='data:blog.homepageUrl != data:blog.url'>
        
    <b:if cond='data:blog.pageType == "static_page"'>
        
    <div class='breadcrumbs'> <span> <a expr:href='data:blog.homepageUrl' rel='tag'> Home < / a> < / span > » <span> < Data : blog.pageName / > < / span > < / div >
        
    <b:else/>
        
    <b:if cond='data:blog.pageType == "item"'>
        
    < ! - Breadcrumb for the post page - >
        
    <b:loop values='data:posts' var='post'>
        
    <b:if cond='data:post.labels'>
        
    <div class='breadcrumbs' xmlns:v='http://rdf.data-vocabulary.org/#'>
        
    <span typeof='v:Breadcrumb'> <a expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'> Home < / a> < / span >
        
    <b:loop values='data:post.labels' var='label'>
        
    » <span Typeof='v:Breadcrumb'> <a expr:href='data:label.url' property='v:title' rel='v:url'> <data:label.name/> < / a > < / span >
        
    < / b : loop >
        
    » <span> <data:post.title/> < / Span >
        
    < / div >
        
    <b:else/>
        
    <div class='breadcrumbs'> <span> <a expr:href='data:blog.homepageUrl' rel='tag'> Home < / a> < / span > » <span> unlabelled < / span > » < span > <data:post.title/> < / span > < / div >
        
    < / b : if>
        
    < / b : loop >
        
    <b:else/>
        
    <b:if cond='data:blog.pageType == "archive"'>
        
    < ! - Breadcrumb for the label archive page and search pages .. - >
        
    <div class='breadcrumbs'>
        
    <span> <a expr:href='data:blog.homepageUrl'> Home < / a> < / span > » Archives for <span> <data:blog.pageName/> < / span >
        
    < / div >
        
    <b:else/>
        
    <b:if cond='data:blog.pageType == "index"'>
        
    <div class='breadcrumbs'>
        
    <b:if cond='data:blog.pageName == ""'>
        
    <span> <a expr:href='data:blog.homepageUrl'> Home < / a> < / span > » <span> All posts < / span >
        
    <b:else/>
        
    <span> <a expr:href='data:blog.homepageUrl'> Home < / a> < / span > » Posts filed under <span> <data:blog.pageName/> < / span >
        
    < / b : if>
        
    < / div >
        
    < / b : if>
        
    < / b : if>
        
    < / b : if>
        
    < / b : if>
        
    < / b : if>
        
    < / b : includable >
        
    <b:includable id='main' var='top'>
        
    <b:include data='posts' name='breadcrumb'/> 
  •  Save your template . 
To check , please go to one of the articles on your blog if breadcrumbs successfully installed then there will be If your blog looks like the sign above then you 've merhasil put breadcrumbs and indirectly you also have to apply one criteria template seo . Thus finished the tricks seo how to make breadcrumbs , may be useful for all readers or the master .

HOW TO MAKE DYNAMIC HEADING

Thursday, May 1, 2014

   How to create a dynamic heading ? Maybe it would be a question for the beginner blogger . The more the bloggers who are interested in using a trick using dynamic heading because this method is one of the tricks seo which is also very easy to implement .
Basically the trick is to change the heading tag us in accordance with the recommendation from google so we are more seo templates and easily identify by search engines .
If interested in creating a dynamic heading to your blog please observe some of the following discussion .


Set the title tag
In general, a standard template has a title tag blog:judul <judul postingan> , one example is the blog " spur CELL " . In this blog all his arrangement of the title tag judulblog : judulpostingan . Santu One example is " Jalu Cell : Hp Gemini and full specifications " . This is unfortunate because you barely Internet users who search for keywords CELL otherwise spur many internet users search for keywords hp . Based on the above cases better blog title tags we show only the title of your post .


Adjusting the Page Header
 To set the header on the page , please follow the following rules
 • On your blog dashboard select TEMPLATE
 • Next, you select EDIT HTML 
• Then look for code <b:include remember name='title'/> use ctrl + F to simplify . Usually there will be more than one code like this I recommend starting from the very bottom of the code , and there are usually 3 to 2 code like this . Replace name='title'/> <b:include code with the code below : 
<b:if cond='data:blog.pageType != "item"'> 
<b:include name='title'/><b:else/>
 <data:blog.pageName/> 
< / b : if> 
• Save the changes and check whether the title of your article on the same page as the title of the article you are viewing . If not please the fox back above code with prefix , and repeat the steps.Set the title to the Article
 Templates are generally using H3 for the post title , the title is based on Google's recommendation is to use H2 seo so we need to change it .Please follow the steps below to merubag H3 into H2 :Find all code 
< h3 class = "post if you have found the code change to < h2 class = ' post 
• change also end tag < / h3 > to < / h2 >
 • Save your templateWith the completion of the above tricks then you 've managed to change the components that are important in your blog and your blog is more seo . Hopefully this tutorial can make dynamic hading useful .

HOW TO BE A BLOG TEMPLATE EDIT SEO FRIENDLY

Monday, April 28, 2014

moved to http://www.thehight.tk
 

Most Reading