Numbering Comments In Blogger

Hi friends,you would have seen for sure in blogger from a long time that,comments the readers do in some blog are numbered starting from count 1 to number of comments on that post page.As i think many bloggers dont like this hack because they don't find any use to it in there blogger but according to me its a great hack to make your blog look different from others and i have made this too simple and beautiful to implement it very easily.

And the second advantage is it makes very easy for readers to find any comment and differentiate between the comments and without numbering,it becomes difficult to find comment if there are lot comments on post,even sometimes i find this problem in wordpress blogs as even they dont use this hack but you should use it for sure.

Before proceding to the tutorial you should have embed comment form in blogger and and back up your template for sure.

Now this is how in picture below the numbering will look like while using my codes.As you can also see this live in my present template i am using in my blog.







And thanx to fernando from quiterandom to make it possible for us to make this numbering possible.

Now login to blogger GO To Layout > Edit/Html > Check Mark Expand Widgets > Press Ctrl+F and search for below codes in your template and add the red lines in between them like i have shown below.


<dl id='comments-block'>

<script type='text/javascript'>var CommentsCounter=0;</script>

<b:loop values='data:post.comments' var='comment'>

<div class='' expr:id='data:comment.id'>

<dt expr:class='"comment-author " + data:comment.authorClass' expr:id='data:comment.anchorName'>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>

<span class='comment-number'>
<a expr:href='"#comment-" + data:comment.id' title='Comment Link'>
<script type='text/javascript'>
CommentsCounter=CommentsCounter+1;
document.write(CommentsCounter)
</script>
</a>
</span>

</dt>
<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>

</div>

</b:loop>
</dl>


And now i need some css part to make look the counter of comments to look beautiful so you just add these below css codes before the ]]></b:skin> tag.

.comment-number {
float: right;
background: url(http://i40.tinypic.com/14tmp9e.jpg) no-repeat;
width:50px;
height:50px;
margin-right: 15px;
margin-top: -35px; /*comments-counter position*/
text-align: center;
font-family: 'Century Gothic','Lucida Grande',Arial,Helvetica,Sans-Serif;
font-size: 18px;
font-weight: bold;
}

/*since the numbers are actually links, we need to force the color properties*/

.comment-number a:link, .comment-number a:visited {
color: #445566 !important;
text-decoration: none !important;
}
.comment-number a:hover, .comment-number a:active {
color: #FF9933 !important;
text-decoration: none !important;
}


Now in above codes red link is the background to counter image you can change it with yours.And if you change image correct its width and height option in above css with the size of your image.

One problem you can face after making the css work can be the position of counter in comments.So just edit below lines in above css to make it align to proper postion in your blog if not working at perfect position for you.

margin-right: 15px;
margin-top: -35px;

Now i hope you will love his hack for sure and will use it for sure.One more thing,i insist you to use this hack for sure if you are not using it and don't forget to implement highlight blog author comment for sure as this is what makes you different from your blog readers as i can't live without these hacks.

Ways To Access Blocked Websites

Hi friends today i am back with you with some internet tips not with the usual tips of my blogging.As you would have seen while accessing some sites you are blocked from opening them,if you surfing them from your school ,college or from an office if you are employed.While when i was in college we were blocked from using social media sites like orkut and in offices you will be blocked from using many sites like these to get surf.So we got to use proxies at that time to access them but it may not work always,so i am sharing many ways to get access these websites and implement it according to your need to make it work.You may also find an important tip on how to make slower internet connection browse faster.



1) Using IP Instead of URL

This depends on the software/application used. Sometimes blocked sites are stored as a list of URLs (eg. www.yahoo.com, www.donwload.com,etc) and typing the IP instead of the URL might sometimes work. In a local computer, doing a ping domain.com command in Command Prompt (Mac users use Terminal) will return you the IP address. You can also do it online via www.whatsmyip.org.

2) Redirection with Short URL service

Sometimes the URL you intend to browse might be ban, but converting them to another a shorter URL with short URL services might just help you to bypass the settings.

Here’s 2 Short URL service you can use – MooURL, SnipURL

3) Google Cache

Search engines like Google and Yahoo cache webpages and these cached pages are stored in search engines themselves, which likely will be added to the blocked list. Click on the ‘cache’ will bring you to a cache version of the page, as updated as how Google caches it.

4) Internet Archive – Wayback Machine

Wayback Machine is a internet service that periodically keeps a copy of almost all websites in the Internet way from the date they’re started. Clicking on the latest copy of what Wayback Machine have should be somewhat similar to the real site. Another way to access blocked sites via caches.

5) Anonymous Surfing

Some site allows you to take advantage of their proxy or domain to surf other sites as anonymous. Just search proxy websites on google and you get a list of them.

6) Use Proxy in Browsers

There are tons of sites out there that distributes free proxies of almost any country. Here’s an example. Check out the following methods on how/where to insert proxies in your web browsers.

Proxy Surfing – Firefox

Under Advanced tab, select Network tab, then click inside Connection Settings. Select Manual proxy configuration, put proxy under HTTP proxy.

Proxy Surfing – Internet Explorer

Go to Tools -> Internet Options. Select Connections tab. Click into LAN Settings, check Proxy Server. Insert your proxy URL inside Address.

7) Bypass with Translations services

Online translation services like AltaVista BabelFish, Google Translate allows you to translate a website from one language to another and display the translated results on their own page.The trick here is to enter the URL (website you’re blocked), retranslate it even if you don’t need to and let Google or AltaVista fetch you the content.

8) Subscribe to RSS Feed

This might not work for all sites, but if the site you intended to visit provides RSS feeds, you can subscribe and read it with a RSS reader, or have it regularly send the contents to your email.

9) Retrieve web pages via Email

Web2Mail is a free service that sends websites you want to read right into your inbox. All you need to do is send an email to www@web2mail.com with the URL as subject title.

Source of Article From hongkiat a blog for online tips.

Images Slider i.e carousels For Blogger

Carousels For Blogger what it is,it ia an type of images slider horizontally or vertically for your images with an link to desired post or website you want to link.In some carousels you can add title and description of posts also with an link to post.These image sliders are nowadays highly used by our blogger platforms to attract visitors to there content or show of there latest or best content.Every body use it of at different places in blog with different purposes.So why not you try and use it your blog.

You would have seen my last post peel add for blogger for attracting your visitors to subscribe your blog or show of your advertiser or show of some other important stuff.Some hacks like these i previously wrote were image hover effect,images reflection in blogger posts and zoom your images in blogger posts,which might also help you a lot.

Now lets carry on with an important tutorial of how to add the image slider to your blog.



Just see it at top below the blog header.

Download this Zip file and get two javascript files from it for backup.



Now after getting these two scripts you can upload them to your own server,if you want else dont know where to upload check my this post on where to upload .js files.

Now Just login to your blogger account Then Go To > Layout > Edit/Html > Press Ctrl+ F

Now search for </head> and place the below javascript codes before this tag.


<script src='http://btemplatescripts.googlecode.com/files/slider.js' type='text/javascript'/>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js' type='text/javascript'/>


In the above codes you will see red coloured lines just replace them with the link of your file which you downloaded and uploaded to your server, if dont want then also you can use my above links.

Now Search for this code ]]></b:skin> and add the below css above it.


#myslides{

background:#000 url(http://1.bp.blogspot.com/_xfdD6S9fOk4/Sd1SjSaUrXI/AAAAAAAAA20/ndvDf0nTslY/s1600/mslid.jpg) repeat-x;
width: 650px;
height:165px;
margin-bottom:5px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 554px; /*Width of Carousel Viewer itself*/
height: 160px; /*Height should enough to fit largest content's height*/
margin: 0px 48px 5px 48px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px 10px ; /*margin around each panel*/
width:170px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#0e1829;
height:120px;
border:1px solid #1d2c44;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#0E1829; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px 5px 5px; /*margin around each panel*/
padding:0px 0px;
}


Above in code is red line with url of background image of slider,you can also change it to adjust your blog.

Special Step



Just Find for /head tag and place the below script above it.


<style type='text/css'>
#mygallery{overflow: hidden;}
</style>

<script type='text/javascript'>
stepcarousel.setup({
galleryid: &#39;mygallery&#39;, //id of carousel DIV
beltclass: &#39;belt&#39;, //class of inner &quot;belt&quot; DIV containing all the panel DIVs
panelclass: &#39;panel&#39;, //class of panel DIVs each holding content
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 3, leftnav: [&#39;http://1.bp.blogspot.com/_v5IxGTiMTD8/SxOlAIA_ZZI/AAAAAAAAAfg/ELVwF1qY8M8/s400/left.jpg&#39;, -48, 0], rightnav: [&#39;http://1.bp.blogspot.com/_v5IxGTiMTD8/SxOlAVn-OvI/AAAAAAAAAfo/kMJcmlXZKCs/s400/right.jpg&#39;, 0, 0]},
statusvars: [&#39;statusA&#39;, &#39;statusB&#39;, &#39;statusC&#39;], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: [&#39;external&#39;] //content setting [&#39;inline&#39;] or [&#39;external&#39;, &#39;path_to_external_file&#39;]
})


</script>


The green lines are the images of side arrows to make it scroll left and right you can make and add your also to make it look different.And in pink are number to control speed of slider and no of images to be shown at once in slider,so make it adjust acc. to you.If you increase images to be shown from 3 to any number then you have to increase the size of it also in slider css which is written below.

Now Save Your Template.All the coding part is finished,now just how to add images to slider.

Just go to Layout > Page Elements > Add A Gadget > Html/Javascript

And add the below links of images and posts in it,in the format i am writing below.


<div id="myslides">
<div id="mygallery" class="stepcarousel">
<div class="belt">

<!-- 1st Template -->
<div class="panel">
<a href="http://www.anshuldudeja.com/2008/10/new-two-column-denim-template.html" target="blank" title="Two Column Denim Template"> <img width="160" alt="Two Column Denim Template" src="http://4.bp.blogspot.com/_v5IxGTiMTD8/SQTQLthrdvI/AAAAAAAAAHk/JY-ySDnZ8Xw/s400/newtwocolumndenimtemplate.jpg" height="110"/> </a>
</div>
<!-- end code of 1st -->

<!-- 2nd Template -->
<div class="panel">
<a href="http://www.anshuldudeja.com/2009/02/simple-blog-writing-template.html" target="blank" title="Simple Blog Writing Template"> <img width="160" alt="Simple Blog Writing Template" src="http://4.bp.blogspot.com/_v5IxGTiMTD8/SZpu68uI7xI/AAAAAAAAAM8/4qHvgwss23o/s400/simple+Blog+Template.png" height="110"/> </a>
</div>
<!-- end code of 2nd -->

<!-- 3rd Template -->
<div class="panel">
<a href="http://www.anshuldudeja.com/2009/05/woork-style-blogger-template-design.html" target="blank" title="Woork Style Blogger Template"> <img width="160" alt="Woork Style Blogger Template" src="http://img2.pict.com/91/27/d5/ad3dbaa7835b554ec0d06a4e0c/XG7ZL/800/woork2520257c2520web2520design25.png" height="110"/> </a>
</div>
<!-- end code of 3rd -->

<!-- 4th Template -->
<div class="panel">
<a href="http://www.anshuldudeja.com/2009/05/blogger-buster-style-blogger-template.html" target="blank" title="Blogger Buster Style"> <img src="http://img23.imageshack.us/img23/8537/bloggertemplate.jpg"/> </a>
</div>
<!-- end code of 4th -->

<!-- 5th Template -->
<div class="panel">
<a href="http://www.anshuldudeja.com/2009/05/free-lenomag-blogger-template.html" target="blank" title="Lenomag Blogger Template"> <img width="160" alt="Lenomag Blogger Template" src="http://2.bp.blogspot.com/_nX0wvumD9VU/ShkEH2GD1nI/AAAAAAAAAOY/xeVepHCMH2M/s400/Preview.jpg" height="110"/> </a>
</div>
<!-- end code of 5th -->

<!-- 6th Template -->
<div class="panel">
<a href="http://www.anshuldudeja.com/2009/06/money-blogger-blogger-template.html" target="blank" title="Money Blogger Template"> <img width="160" alt="Money Blogger Template" src="http://1.bp.blogspot.com/_nX0wvumD9VU/SiuAxR7uKDI/AAAAAAAAAPE/BYtw4ToMfr4/s320/money2520blogger.png" height="110"/> </a>
</div>
<!-- end code of 6th -->

<!-- 7th Template -->
<div class="panel">
<a href="http://www.anshuldudeja.com/2009/06/digital-statement-blogger-template.html" target="blank" title="Digital Statement Blogger Template"> <img width="160" alt="Digital Statement Blogger Template" src="http://img2.pict.com/fd/ad/16/9de4e09426b4090113f40930f2/bnaeY/800/digital2520statement.png" height="110"/> </a>
</div>
<!-- end code of 7th -->

<!-- 8th Template -->
<div class="panel">
<a href="http://www.anshuldudeja.com/2009/06/orkut-theme-blogger-template.html" target="blank" title="Orkut Theme Blogger Template"> <img width="160" alt="Orkut Theme Blogger Template" src="http://img2.pict.com/f3/ec/dd/06efff55a05477591153094b2f/rDVvV/800/orkut2520theme2520blogger2520tem.png" height="110"/> </a>
</div>
<!-- end code of 8th -->


</div></div></div>


Just change the links and images url with yours and also there titles.Just keep on adding links to in this format to any number you want as you can add hundreds of images and posts in this format no limit to it.

How Make Page Peel Effect Add For Blogger

Peel add effect for blogger,its great way to attract you all blog visitors to something you really wanna show to your readers.Its the best place in the blog to advertise which would give maximum amount of ctr to an advertiser.You would have mostly seen these ads only in wordpress blogs and i first saw that add in johncow blog.Now we can use it in our blogspot blogs also,with the help of javascript as this hack works on jquery and css.

First i would like to thanx sohtanaka for making this jquery hack and then to naeemnur for making it to work in blogger.

As its the best place to advertise there is one more best place to advertise.That is stripe adds for blogger you can install it also,as it is also now available on blogger.And you should also read on for add placement rotator for blogspot blogs.

Now how to install peel add effect in blogger blog.





Just login to Blogger,
Go To Layout > Edit Html > Press Ctrl + F

Now search for </head>


And place the below codes above it.


<style type='text/css'>
img { behavior: url(iepngfix.htc) }
#pageflip {
position: relative;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;
background: url(http://www.wallheaven.com/subscribe.png) no-repeat right top;
}
</style>

<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){

//Page Flip on hover

$(&quot;#pageflip&quot;).hover(function() {
$(&quot;#pageflip img , .msg_block&quot;).stop()
.animate({
width: &#39;307px&#39;,
height: &#39;319px&#39;
}, 500);
} , function() {
$(&quot;#pageflip img&quot;).stop()
.animate({
width: &#39;50px&#39;,
height: &#39;52px&#39;
}, 220);
$(&quot;.msg_block&quot;).stop()
.animate({
width: &#39;50px&#39;,
height: &#39;50px&#39;
}, 200);
});


});
</script>


In codes red line is the image url you wanna show in add,so make change according to your requirements.

Now search for <body> tag and place the below code after it.


<div id='pageflip'>
<a href='http://feeds2.feedburner.com/anshuldudeja'><img alt='' src='http://www.wallheaven.com/page_flip.png'/></a>
<div class='msg_block'></div>
</div>


In above codes two lines in red are url,One to link to advertisement and one to the image which peel over the advertisement.I hope you will love this hack and will add one more place to to advertise,if you don't get any any advertiser,at least you can use your subscribe button there as i have set in codes.

Orkut Theme Blogger Template

Hi friends i have designed a new blogger template,as it may not be the need of all bloggers,but still i think some blogging about orkut might love to use this template.As i got an idea to have this from one of my blog reader.He wanted to start a blog related to orkut and he was in need of a good template for it.Then i suggested to use orkut theme template available,but when i saw the the theme available it was as not looking good.Then i designed a new template from orkut theme,hope you might like it.





If you like this design dont forget to subscribe to our readers list.And for any problems in template you can contact me or leave your comment below.

How Delete Posts Count Number Of Blogger Archives

Hi friends,as its long time to my last post because i was busy with my template design as soon my blog design will be changing now,so today i will tell you one simple tutorial on how to remove the the number of posts shown in archive used in blogger.As many of us will be using archive of blogger so if you use it then its great tip for you and if you dont use it,you might love to use it now,if you use flat list monthly archive,then will love it for sure,as me too using it.

So just don't waste time and let me give this simple tutorial.

Before the hack how archive look like see from below picture.




Now to implement this,Just Login to Blogger > Go To > Layout > Edit /Html > Expand Widgets > Press Ctrl + F
and search for below line.


(<data:i.post-count/>)


Please ensure you are using archive in your blog sidebar otherwise you will not find this code.

You will find this line of code three times in Blogger,so just find all three and delete all of them and Save Template.

Now how the archive will look like after this hack.



You have done now.Enjoy this archive looking like as wordpress Blog archive.

New 10 Rs Coin In India Now

New 10 Rs Coin In India Now has come,RBI is ready to issue a new bimetallic 10 Rupee coin for circulation.Anyways with the launch of Rs 10 coin, protests have already begun! Some NGOs are complaining that its structure is very similar to Rs 2 coin, so the blind people would have a real problem and are at a risk of loosing 8Rs everytime! I wonder if our government thinks about people before taking such steps?

The look: The obverse side has the lion capitol with numeral 10 and year of manufacture. On reverse side, a double line cross with a dot in each pellet of cross and denomination written in Hindi and English around. This design has been prepaed by National Institute of Design, Ahmedabad with the theme of Unity in Diversity. The outer side metal is Nickel-Bronze and the inner side metal is Ferrous Steel. The weight of the coin would be 8 grams and the diameter would be 28 mm.

Some Pictures Of 10 Rs coin...I received to my email...from friends...









The new coins would be made of ferratic stainless steel and nickel-bronze as a security measure against counterfeit coins.

Digital Statement Blogger Template

Today i am going to review another blogger template which i think you will also like for sure,as i blog about,only the templates which catches my eye,and this digital statement blogger template attracted me to blog about it.It has all the feautres from menu to post summary and also a tabber with three column,so just view it.Below is the full screenshot of whole design and hope you will like for sure.





It is the wordpress theme developed by Blog Oh Blog and converted to blogger by rias from techieblogger as he has made this design very clean,thanx to him for his great work.

Make Your Blogger Page Title Scroll Using Javascript

Scroll your all blog pages title from left to right.Yes friends as you would have seen few blogs using this hack like to make scroll there blog page title i.e moving from left to right.As not many blogs are using this as it depends only upon admin likings.If you also want to have this hack then read on for sure to implement this hack.

First of all i would like to show you the demo of this hack.Visit my Blogger widgets blog and see there the blog title scrolling from right to left.

If you liked it want to have it in your blogger just follow this tut.As one my reader shaz wanted to implement this hack in his blogger and requested me to blog about it,so below are the codes to make it work.

Just Login To Blogger > Layout > Edit Html

Now at the beggining of the codes only you will find below line:-


<title><data:blog.pagetitle/></title>


If you using Swap Title Hack you will find these codes :-


<b:if cond='data:blog.pageName == ""'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>


Or may get codes like at this post too.

So what you have to do is just copy the javascript codes from below and paste it after the any of the above code which one you are using.


<script>

//Document title scroller- By Graeme Robinson (me@graemerobinson.co.uk)
//Exlusive permission granted to Dynamic Drive to include this script in their DHTML archive.
//For full source code, terms of use visit http://www.dynamicdrive.com

var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",140)
}
if (document.title)
titlemove()
</script>


And now save your template.And you will now see your blogger title scrolling.

Beautiful Rank Widgets For Blogger

Rank Widgets are actually used to display your rank of blog of various types to be displayed on your blog in form of widget,like traffic rank on alexa,page rank on google,incoming links on yahoo,or technorati rank.And i have seen many blogs using these widgets,to display of there traffic rank or page rank.

Now how to get these widgets as for them you have to visit these respective sites and grab your widget like,

Alexa Traffic rank Widget:-Just go to this site and build any widget you like and get codes and paste in your blog html.
Google Page Rank Widget:-Just read on this post to get this widget.
Technorati Widgets:-Just visit this page and get a lot widgets from here.
Yahoo Links To Page:-Shows of your all incoming links from yahoo.

You will like all these widgets for sure.Now as you will visit these sites you will get limited styles widgets for your blog.SO i have an website for you providing all these widgets at one place and in new designs like below.



So just visit rankwidget.com and click on the widget you want,then will ask for your blog and give you of the codes of all new style widgets.
I loved for sure watching these widgets and gonna use them for sure in my new blog design that soon i will be switching to.

How align Blogger widget To Centre Left or Right Of Page

How to align any widget to Left,right or centre Of Blogger?What you have to do for it,its very simple question with very simple answer for those who just have little knowledge about html or xml or you must have learnt while writing your post also if you dont had any previous knowledge,so you waiting for just simple answer to this simple question.

Ok just see the codes below:-


For align to center

<div align="center">
Your Codes For Widget
</div>

For align to left

<div align="left">
Your Codes For Widget
</div>

For align to center

<div align="right">
Your Codes For Widget
</div>


Now just place your codes in place of red line and widget will align to left,right or center,whichever code you will use.

Ok i have answered this question,now i would like to talk about one tip i use to get increase my visitors from search engines sometimes when i have nothing to post and have shared it with you before also.This post is part of that trick.

As few days ago i shared a post on how to increase my visitors from search engines.You should read it for sure.There i said to check for keywords for which visitors are coming to your blog.I found 2-3 visitors or i can say newbies to blogger coming to my blog searching align widget blogger,and i was not surprised also as me too would have searched if i would have not known anything what html is ..?

And Today i was also in hurry to post,so thought why not just take my fast 10 minutes,which is very short time for my post,as usually it take me minimum of 1 hour to make a proper and easy tutorial for you.

I tried to make this 10 minute post useful for my blog readers as well as my search engine visitors.

So the post is seo with fully loaded tip to my readers.A complete package post...sengihnampakgigi

Problems With Blogspot Blogs In Seo

We all use blogspot blogs,but do you know what drawbacks you are facing while using this free blogger service.Well i am not saying you not to use blogspot service,but want to make you aware of what you are gaining over here and what you are loosing over here,so as to make you aware of every aspect about using blogspot blogs leading to its pros and cons.

I will share here different problems with blogspot blogs which effect your seo heavily.

Now everybody think blogger is product of google so we can use blogspot service as it will be packed with seo in google search engines.

At this point suppose you are right,as me too when started my blog thought same as you will be thinking.

Assuming your thinking right,you are getting good seo from google search engines.Now what about other search engines,they dont give importance to blogspot domain names,as there are thousand of engines more to give you traffic,if you still leave them,you can't forget two basic search engines like of yahoo search and msn search.Using blogspot name you are loosing half of your traffic,as these engines can give you same traffic as given by google.Means leaving blogspot name can double your traffic from search engines for sure.

If we assume your thought correct then only you are lossing half of your visitors and how much visitors you will loose now when i will prove your thought wrong.

Yes the true is blogspot blogs are not seo in google search engines also,what we assumed above was wrong.As i will tell you some things to prove it.

First Thing:-Domain name is always preffered over blogspot domain name not only on other search engines but on google too.For some keyword you search,you will not to positioned to first position in results as always blogs with domain name will be a top,if they also have an post with that keyword.As if i would have used domain name,my traffic would have increased by 40 percent sure.
As you can see google adsense program now rejects all blogs on blogspot for there program,as they themselves avoids blogspot domain name and approves too quickly the self hosted blog with domain name.

Second thing:-Google search engines doesn't index blogspot label pages.But in self hosted blog your category pages get indexed also.

http://googlewebmastercentral.blogspot.com/search/label/webmaster%20tools

Now andy has explained here why google doesn't index them and some easy solution,you can read it.

This problem has to be solved by google blogger service,you dont have much to do in it.

Thirdly:- When you use older and newer post link to see different pages the link get like this below:-

http://anshuldudeja.blogspot.com/search?updated-max=2009-05-04T11%3A53%3A00-07%3A00&max-results=7

Even these links are not indexed by search engines.So again a great loss.

Now One more important Point:-Think you have been using blogspot for an year and you want to switch to wordpress,you are in threat to loose all your traffic and seo for your all post pages.As you can set redirects while switching to wordpress easily but it will not work as well as you think, Google will insert their virus/malware notice and all redirects will not work as easily as you think.

In that case i greatly liked the trick labnol used to switch to wordpress without loosing an page rank and search engine juice,you can read about it from here on how he switched from blogspot to wordpress.

Using custom domain name from beggining or from many months and then switching will not might be much problem for you.

So you must have to have custom domain name if still you are using blogger.

I have written this post reviewing andys post,you can read it from here also to make more clear about it and ask from him more about it.