Related Links



Sitemap is a way to tell search engines about pages on your site that they might not otherwise discover. Google provides a way to submit sitemaps through Google Webmaster Tools.how to create and submit sitemap? For self hosted sites submitting sitemaps is easy but for blogspot(blogger) hosted sites there is a tweak involved. If you don’t follow this tweak; either you will end up with a WARNING and/or the maximum number of URLs submitted will be shown as 26.

So, how can you submit sitemaps for a blogger hosted blog without any warnings or errors?

Suppose you have a site called abc.blogspot.com. The sitemap for this site would be: http://abc.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=100 meaning simply append atom.xml?redirect=false&start-index=1&max-results=100 to your blog URL in Google Webmaster Tools > Sitemaps > Add Sitemap.

Food for the thinking mind: If you don’t include redirect=false, webmaster tools will throw warning. If you don’t include start-index=1&max-results=100, the maximum number of URLs submitted will be shown as 26, always. Remember if you have more than 100 pages on your blogspot site, you would need to include two sitemaps one having an index starting with 1 and ending with 100(start-index=1&max-results=100) and the other having an index starting with 100 and ending with 200(start-index=100&max-results=100)

Read More......

One thing you may have noticed that at search engines pages.That is your Blog Title comes First and The Post Title comes after the post title.Its not fair and doesn’t seems so cool.Therefore we have brought you a cool Blogger Hack that shows your Blog Posts Title First in the search Engine results.We got this code at archit.To start customizing your search Engine follow the steps that follow below.

Goto blogger Edit Html Page( Sign in–> Dashboard–> Layout –> Edit Html) and search for the following code.

<data:blog.title/>

If you didn’t find the above code then search for this Code.

<data:blog.pagetitle/>

Now Replace that code with the following code.

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

Now save your Template and see the snapshot below.

Read More......



This is the cross browser DHTML script from dynamicdrive that prevents default right menu from popping up when right mouse is clicked in the blog.This tool is very useful to different site owners who don’t want to let their site content Copied.Thisscript is provided in two style Alert and non alert . After you use Alert Script if someone Right click then a Message is appeared and if you use non alert then no message is displayed.To setup this tool in your blog Copy the Following code and paste it to your blog by adding a new page element.

Message Alert Script:

Message nonAlert Script:

Read More......


After disable right click in blogger hack Bloganol brings you a hack to disable text selection in your blog. This hack was created by Dynamicdrive.It is also applicable to those bloggers who don’t like their content copied by others. If you are among them then Copy the following code and Paste it toyour blog.

Popularity: 2% [?]



Read More......

Related Links