Skip to main content

Tips To Get Sitelinks In Google Search Results - Blogger

Sitelinks are some links that are showing below site in search engines. Its not just in Google search results but in Bing, Yahoo and also in Yandex. There is no idea how to get sitelinks, even Google says that sitelinks are automatically generated links to help visitors reach important pages of your site. Also you have no control over which page you want in sitelinks and also there is no code which can do it. You might be thinking that if nothing is known about sitelinks, how am I going to get it for my site ? Well, the answer is simple you will get it as I got them ! What Are Google Search Result Sitelinks: Above is the sceenshot of sitelinks of my blog. If you search "101helper" oon Google you will see the sitelinks live. These are featured links from my blog and are shown to visitors to help them reach deeper pages or help them to reach the content of interest on a site. Note that sitelinks never remain the same they change time to time and we have no control over it. Goog...

How To Fully Optimize Blogger Blog Titles For Seo

How to optimize blogger blog titles for seo | 101helper

Title optimization is very important thing in seo, specially in 2015, blog title optimization is the first step to get high blog traffic. Although description and keywords are also very important but if you are very serious about your blog traffic then you must concentrate titles of your blog first, because the titles are on the top. You must have read about titles optimization in blogger by adding a separator between blog and post title, but that's not enough because that only works for post pages and what about other pages? so you have to optimize them too for more better results. Therefore in this post I will show you how to optimize your "blog posts", "pages" and also "page not found" pages for seo. If you have read this post http://101helper.blogspot.com/2014/12/blog-title-optimization-for-seo-in-blogger.html then your blog is 90% optimized but after applying this post your blog titles will be 100% optimized for search engines. So lets begin!


Step 1: Go to blogger dashboard > template > edit template.

Step 2: Search for the following codes:


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


If you didn't find it then find this one:


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


Step 3: Replace it with the following code:


<title><b:if cond='data:blog.pageType == &quot;index&quot;'><data:blog.pageTitle/><b:else/><b:if cond='data:blog.pageType != &quot;error_page&quot;'><data:blog.pageName/> | 101Helper<b:else/>Page not found | 101Helper</b:if></b:if></title> 


Step 4: Replace 101Helper with your blog name.


Step 5: Save your template and you are done.


Congratulations! you are successfully optimized for search engines. 

How does it work?

It works in a very simple way. The old code which is recommended by every website/blog(used in step 2) adds a separator in only post titles and has no concern with other pages like contact, sitemap etc but these pages are also important as they are indexed so the new code which we used in step 3 adds separator in other pages too. To see a demo visit my blogs sitemap and see at the top of your browser.
   
Optimized robot text:

As above you have optimized your blog's titles for search engines therefore you have to use optimized robot text also to block those pages from being indexed that don't have any description or optimized titles(category/label pages). So I have created 100% optimized robots text which will surely help you in getting higher traffic. Follow below steps to add 100% optimized robots text in your blog:

Step 1: Navigate to Dashboard > Settings > Search Preferences >  Crawling and Indexing > Custom robots txt > Edit.

Step 2: Copy the below text and paste it into custom robots text window:

User-agent: Mediapartners-Google
Disallow: 

User-agent: *
Disallow: /search
Allow: /

Sitemap: http://Youblog.blogspot.com/sitemap.xml

Step 3: Replace http://Youblog.blogspot.com with your blog's Homepage url.

Step 4: Click on save changes.

I hope you like this post, if you have any question ask me in comments. Follow by E-mail to get latest blogger seo tutorials in your inbox. Share this post with others and help me spread my blog. 

Search tags: Robots text for blogger, How to optimize blogger blog titles for seo, 2015 seo guide, seo guide for blogger 101helper.

Comments

Popular posts from this blog

How To Install Emoji Reactions(Smileys) In Blogger

We all are familiar with emoji reactions because all of us use social networks and chatting and texting is incomplete without emoji reactions(smileys). These emoji reactions help us to explain our feelings about things and so I decided to create a post about it. So far I have seen in many blogs that they have emoji reactions in comment form and a emoji code is to be placed where emoji is to be shown but that's too old and most people don't like it. So I decided to tell you about these new type of emoji reactions that are placed in the bottom of post and show reaction of people to that post. Maybe you are thinking why should I add emoji reactions in my blog, it is useless but let me tell you that blogging is not just about growing blog more and more and earn money, but you must have something more which will make your blog special and these emoji reactions will grab attention of many visitors and will also tell them about how many people liked your post. Here is a picture of emo...

Horizontal Scrolling Menu For Blogger Mobile Site

Mobile screen being small can't hold a wide horizontal menu so people add vertical menu for mobile site specially bloggers do so but there is a simple way of install a horizontal menu in blogger mobile site that is making a scrollable menu so it will show some tabs of the menu and others can be seen by touching and scrolling. As you know that almost everyone is now using a touch screen mobile so it is a good menu for your mobile site. So in this post I am going to share 4 different types of horizontal scrolling menus. Follow below steps to add any of the menu in your blog's mobile site. Live Demo  (Open In Mobile For Best Experience) How To Add Horizontal Scrolling Menu For Blogger Mobile Site? Step 1: Go to blogger and open Layout. Step 2: Add a gadget just above your " Blog Posts Gadget" as shown in below image and click on Html/Javascript. Note:  If you are not able to add gadget above Blog Posts then simply add it in sidebar and drag it above Blog Posts because ...

How To Show Star Ratings In Google Search Results - Blogger

Google rich snippets allow you to make your site's search results view better to get maximum visitors. And it is seen that sites with rich snippets enabled get more visitor specially sites selling products or sites about review of any ad network or site with cooking recipes. Among Google rich snippets most popular are search box in search results and star ratings widget because most of sites are able to show them for their search results but not all! other rich snippets like logo of company or organization or social profiles in search results appear only for big companies or organization. So in this post I am going to show you how to show star ratings for all posts in Google search results. How to add Google Rich Snippet schema for star ratings in blogger? Step 1: Go to blogger dashboard, go to template and edit html. Step 2: Search for below code: <div class='post-footer'> You will find this code 2 times paste the below code above the second one. Step 3: Copy below c...