Showing posts with label page. Show all posts
Showing posts with label page. Show all posts

Saturday, December 24, 2016

Optimise page title for search engines

Optimise page title for search engines


       Its better to Optimize page title as title plays a vital role for high search engine rankings . By default there are only few limited boring templates for blogspot users and your Blogger Blogspot blog does not have search engine optimised title tags. So if you are using same template then , this can put your blog to lower rankings even if you have rich content compared to other blogs that have inbuilt SEO blogging platforms like Wordpress , Joomla etc as these are likely to be placed more highly in search engine results.
                  The title tags of your blog are ordered by blog name first followed by the title of the post. Search engines like Google and Yahoo gives more importance to the first words of a title blog post . Heres how to tweak blogger template to optimize blog posts titles in search engines :

Go to Blogger >> Layout >> Edit HTML
Put a tick on Expand Widget Templates check box and search for the following code
    <title><data:blog.title/></title>

Replace this code with the following code
    <b:if cond=data:blog.pageType == "item">
    <title><data:blog.pageName/> |<data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageTitle/></title> </b:if>
         Save your template.Thus through a simple tweak to your template , this will rectify this problem by simply reversing the position of the blog name and page title significant and good rankings can be gained in search engine results.
        If all your site pages are indexed by Google then if you google any specific blog post then this will be the manner of the result. Navigate to an individual post. You will see that your page title is now first followed by your blog title. A pipe symbol separates the two .
Note the order of the tags:
Blog Name | Post Name

Go to link download

Read more »

Saturday, October 1, 2016

Our Facebook Fan Page

Our Facebook Fan Page


We have created our facebook fan page. it will get you updated with the latest tech in the world and will be update you on facebook. 

To Like us Click Here.

Thanku
With Regards
Admin

Go to link download

Read more »

Wednesday, September 7, 2016

New Stylish Facebook Fans Page Popup Like Box for Bloggers

New Stylish Facebook Fans Page Popup Like Box for Bloggers


Here is another wonderful facebook Popup Like Box for blogger. You should follow the step by step guideline for adding the Facebook Like Box widget into your blogger for increasing your facebook Fans page likes.

This box is normally appear after page load on your blog like you see it below.

Facebook Fans Page Popup Like Box for Bloggers















Now Let us go for the business.

Added Facebook Like Box widget For blogger

Just follow this simple process below to added it now.

  • Login to your blogger dashboard.
  • Scroll down to Template and click on Edit HTML as shown in the picture below.


Facebook Page Popup Like Box for BloggersNow find the below code by using Ctrl+F



















</body>

Now copy and paste this below code before </body> tag.

<style type=text/css>
#haakblogFBpop {
position:fixed !important;
position:absolute;
top:-1000px;
left:50%;
margin:0px 0px 0px -182px;
width:300px;
height:auto;
padding:16px;
background:#FEFEFE;font:normal Dosis, Georgia, Serif;
color:#111;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#haakblogFBpop a.haakblogclose {
position:absolute;
top:-10px;
right:-10px;
background:#fff;
font:bold 16px Arial, Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#000000;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:25px;
cursor:pointer;
}
</style>
 <script src=http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js type=text/javascript/>
<script type=text/javascript>
$(window).bind(&quot;load&quot;, function() {
// Animate Top
$(&#39;#haakblogFBpop&#39;).animate({top:&quot;150px&quot;}, 1000);
// Widget by www.haakblog.com
$(&#39;a.haakblogclose&#39;).click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id=haakblogFBpop>
<!-- Widget by www.haakblog.com Start -->
<center>
<b>Don&#39;t Forget To Join US Our Community</b></center>
<center>
<iframe allowtransparency=true frameborder=0 scrolling=no src=//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FSymbiangurus&amp;width=300&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;show_border=false&amp;header=false&amp;appId=196282097100252 style=border:none; overflow:hidden; width:300px; height:258px;/>
</center>
<!-- Widget by www.haakblog.com End -->
<a class=haakblogclose href=#>&#215;</a>
<center style=float:right; margin-right:10px;>
<span style=font-size:xx-small; color:#000; text-decoration:none;></span>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger"><img src="https://bitly.com/haakblog" alt="blogger" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href=hhttp://kudantown.blogspot.com/2014/02/new-stylish-facebook-fans-page-popup.html style=font-size:xx-small; color:#3B78CD; text-decoration:none; target=_blank>Widget</a></center>
</div>

Dont forget to change Symbiangurus to your Facebook Fans page name.

Then Click on Save Template youve Done, now view blog and see it.

Special thanks to Haakblog for giving this tutorial.

Join our Facebook Group discussion for more hot update.

Go to link download

Read more »