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......

Related Links