It's a faith in technology.

Blog Indexed by Google Boost your blog Hits

Some Blogger having Question like this :- I am create a blog with blogspot since 3 months but unfortunately until now is not indexed by Google , plz help me how i can indexed at search engine ?

Are you suffering from this type of problem? Ok Boost your blog hits using this tips.

1. I head over to feedburner add my blog

2. After your blog has been added click on publicize and then collect chicklets (i always take the main ones like yahoo, google, aim etc) put the chick lets on your site and click through each one (sign in or register) such that you see your last post.

3. Back on feedburner...collect the headline animator. Copy the code and paste in your blog.

4. Now go to pingomatics (save the site) and ping each time you update your blog. But try not to ping more than once a day.

5. Add your blog to some directories (do a google search)

This is the way i start off and i find my blog soon gets indexed without sweat.

I know there is so much more that can be done...but that above is what i do and my 25 blogs are feeding me fine

You can also use the pingshot offered by feedburner

Alert (Massage Box) on Blog

Show Alert Massage on Your Blog. Follow some give step below for Alert On your Blog

1. Click Layout.
2. Edit HTML.
3. Find Using "Ctrl+F" the code </head>Copy and paste the following code above of </head>
4. Change "Welcome To http://bloghacktips.blogspot.com" to your own Welcome massage.




5. Click Save Template Done and open you blog for New Welcome Massage.

Add Yahoo messenger Status On Your Blog

Using this Tips your visittors can Talk tou and they can any things to you try this tips realy this tips is nice for your blog.

Appear offline , it will display like this

When You will be online , it will shown like this

Code for this Tips
You copy given code below and put it on your "Page Element" or sidebar. and don't forgate to Change user id to your own.
<a href="ymsgr:sendIM?Ur_User
Id
"> <img src="http://opi.yahoo.com/online?u=
Ur_User
Id
&amp;m=g&amp;t=2&amp;l=us"/>
</a>

Show Post on the Sidebar

Want to show your recent post on the sidebar. Just follow the instruction below then you will see your recent post on your blog sidebar.

1. Login to Blogger then Chose "Layout"
2. Click on "Add page element" (chose where you want to put it) then chose "HTML/Javascript"
3. Copy the code below and put it in the "content" box.
<script
src="http://fun4utips.googlepages.com/recentpostSidebar.js"></script> <script>var numposts =
10;
var showpostdate = false; var showpostsummary = false; var numchars =
100; </script>
<script src="http://
YOURBLOGNAME.blogspot.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=rp">
</script>

4. Change YOURBLOGNAME with your blogname.
5. The number "10" it’s amount of recent post that will be shown, You can change it.
6. Save Tamplate .

What file types can Google index?

Google can index most types of pages and files. The most common file types include:

Adobe Portable Document Format (.pdf)
Adobe PostScript (.ps)
Atom and RSS feeds (.atom, .rss)
Autodesk Design Web Format (.dwf)
Google Earth (.kml, .kmz)
Lotus 1-2-3 (.wk1, .wk2, .wk3, .wk4, .wk5, .wki, .wks, .wku)
Lotus WordPro (.lwp)
MacWrite (.mw)
Microsoft Excel (.xls)
Microsoft PowerPoint (.ppt)
Microsoft Word (.doc)
Microsoft Works (.wks, .wps, .wdb)
Microsoft Write (.wri)
Open Document Format (.odt)
Rich Text Format (.rtf)
Shockwave Flash (.swf)
Text (.ans, .txt)
Wireless Markup Language (.wml, .wap)

Removing the navbar

Follow this simple procedure and remove Navbar from your blog.

1. You have to Login to blogger, then chose Layouts --> Edit HTML
2. Click on "Expand Widgets Template" checkbox.
3. Find the code below in your HTML Codes. ( the short way to find is by copy the code below then press "Ctrl + F" then paste in the box)
#header-wrapper

#navbar-iframe
{

height: 0px;

visibility: hidden;

display: none;

}
Save your template and we're done!
From now on whenever anyone visits your blog, the blogger navbar will no longer be displayed.

Menubar in your Blog

This tips explains how you can add a simple menubar to the top of your Blog. It is in
fact a simple link list, and that is a standard page element of Blogger Beta.

The code of this section is highlighted in pink:

<div
id='header-wrapper'>


<b:section class='menubar' id='menubar'
maxwidgets='1' showaddelement='yes'>

<b:widget id='LinkList2' locked='true' title='Menubar' type='LinkList'/>

</b:section>


<b:section class='header'
id='header' maxwidgets='1' showaddelement='no'>

<b:widget id='Header1' locked='false' title='Beautiful Beta (Header)'
type='Header'/>

</b:section>

</div>

To the CSS-part of your template, add coding for the menubar-id:

#menubar
h2 {display:none;}
#menubar ul {
list-style: none;
}
#menubar li {
float: left;
}
#menubar a:link, #menubar a:visited, #menubar a:hover {
padding: 5px;
display: block;
color: $headerTextColor;
}
#menubar a:hover {
background-color: $headerCornersColor;
}

The menubar title is hidden, so that only the options are visible.
The list-elements are set to none, so that there are no bullets in front of the
menu options. And if a menu-option is hovered over, it is highlighted.

Track All recent comments

For most blogspot users tracking and responding to recent comments is a major problem. But there is a easy way to track your most recent comments left anywhere in your blog, be it in your latest post or in a old post somewhere in the archives. Blogspot provides a aggregated comment feed where you can see your blog's 25 most recent comments.

The comment feed URL for your blog is:
YourBlogName.blogspot.com/feeds/comments/full

E.g. Comment feed for Planet Apex blog is:
http://blogname.blogspot.com/feeds/comments/full

How to create READ MORE in Blogger platform

If you post an articel to your blog it will displayed on a main page, if you have a long post content, your blog will opened more long time. But it can be tricked with a script to short your post or only abstraction post will dispaled on a main page, and the full post will replaced by "Read More" link. Here's the trick to create "Read more........"
1. You have to Login to blogger, then chose Layouts --> Edit HTML
2. Click on "Expand Widgets Template" checkbox.
3. Find the code below in your HTML Codes. ( the short way to find is by copy the code below then press "Ctrl + F" then paste in the box)
<div class='post-header-line-1'/>
<div class='post-body'>

or

<div class='post-header-line-1'/>
<div class='post-body entry-content'>

4. If you have found it, put the code below under the above code.
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>

5. Under the code, you will find code like this <p><data:post.body/></p> you have to put the code below under it.

<a expr:href='data:post.url'>Read More......</a>
</b:if>

6. You can change the "Read More" text with other.
7. Save your job.
8. Go to Setting --> Formatting Tab menu
9. At the lower page you will found "text area" box beside text "Post Template"
10. Put the code below to the box
<span class="fullpost">
</span>

11. Then click Save the setting.
12. If you want to post, put your short post or description above this code <span class="fullpost">, and the next or full post put between
<span class="fullpost"> and </span> code.

 

Receive all updates via Facebook. Just Click the Like Button Below

You can also receive Free Email Updates: