Hi, I have seen a lot of sites and so telling about how to optimise wordpress and all.Here i will share with you some tips about blogspot blogging. 1) The Title Tag Hack By default the title of a blogspot blogpost will be of the form Your Blog Title + Your Blog Post Title Some bloggers believe that it is better to have a title of the form Your Blog Post Title + Your Blog Title This is because in most cases the post title will be more relevant to the keywords that a user searches for.So he will like to see that first and not your blogs name So here is how to do it Just goto your template>Edit html a) find and delete the following code <title><data:blog.pageTitle/></title> Code (markup): b)Now in your template find <head> and put the following code just above it. <!-- Start Blogger Plugins: www.bloggerplugins.org Changing the Blogger Title Tag --> <b:if cond='data:blog.pageType == "item"'> <b:section id='titleTag'> <b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'> <b:includable id='comments' var='post'/> <b:includable id='postQuickEdit' var='post'/> <b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> ~ <data:blog.title/></title></b:includable> <b:includable id='backlinkDeleteIcon' var='backlink'/> <b:includable id='feedLinksBody' var='links'/> <b:includable id='backlinks' var='post'/> <b:includable id='status-message'/> <b:includable id='feedLinks'/> <b:includable id='nextprev'/> <b:includable id='commentDeleteIcon' var='comment'/> <b:includable id='post' var='post'><data:post.title/></b:includable> </b:widget> </b:section> <b:else/> <title><data:blog.pageTitle/></title> </b:if> <!-- End Blogger Plugins: Changing the Blogger Title Tag --> Code (markup): 2) BlogSpot Sitemap If you are a wordpress blogger there are many plugins to generate sitemaps.Blogspot bloggers can use their blog's xml feed as their site map For example my blogs sitemap is http://www.bloggerplugins.org/atom.xml?redirect=false This sitemap can be added to the google webmaster tools. The ?redirect=false is added to avoid redirection if you are using feedburner redirection or something.. I hope that this post will be helpful to all blogspot bloggers.If you need to know something about blogspot please post here so that maybe me or some others here maybe able to solve your problems with blogspot If any of you have better blogspot tricks that you would like to share then please post them here so that we all blogspot bloggers can implement it on our blogs..You may find some useful blogge widgets at my site www.bloggerplugins.org