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 Use Robots Text For Better Seo In Blogger

Using robots text for better seo in blogger | 101helper

Robots text plays a main role in a blog's seo. With robots text we actually indicate search engines robots how to crawl our blogs and how to index it. Robots text is not the meta robot tag codes, its a text which is added in a blogs settings option which helps us to tell robots which pages to crawl and index and which do not. Previously I have created a post in which I have told how to add custom robot text in blogger, if you have already added robots text in your blog then you don't need to read that post but if you haven't added robots text in your blog yet then your first task is to read that post and after adding robots text in your blog you can follow this post to use robots text in proper way. In this post I will tell you how to allow or disallow robots to index pages or labels in search results.


Recommended: How to set custom robots header tags for better seo in blogger.

Allowing or disallowing labels in search results:


I am starting from allowing or disallowing robots to index or crawl labels/categories of your blog e.g in-case of my blog Seo, Menus and Blogging etc. So first of all go to Blogger Dashboard > Settings > Search preferences > Crawlers and indexing > Custom robots.text and edit it. For instance see below image:



Using robots text for better seo in blogger | 101helper

If you have read my post about adding custom robots text then your robots text will be similar to below code:

User-agent: Mediapartners-GoogleDisallow:
User-agent: *
Disallow: /search
Allow: /
Sitemap: http://Yourblog.blogspot.com/feeds/posts/default?orderby=UPDATED

In the about code I have added /search beside Disallow so now robots will not index any of your category, if your blog have sitelinks in search results and you wish to show only categories of your blog then remove /search and you are done!

How does it work?

It works in a very simple way how? lets see an example of link of a category opened in browser for details to learn how does it work. See below image:

Using robots text for better seo in blogger | 101helper

In the above example I have opened my Seo label in browser, you can see the highlighted part of link, it lies in every category so to block a label in search results you have to add /search beside disallow. On more thing about adding /search is that is not only blocks labels to be indexed in results but also any queries made for search in blog is also not allowed to be indexed because if you take a look of link of a query made in blog it also has the same text(/search). See example below:

Using robots text for better seo in blogger | 101helper

In the above example 101helper is a query made for search, so if you wish to block only labels and not the search queries you could you /label instead of /search. It is the proper way to block only labels.

Allowing or disallowing pages in search results:

Now a days every blog has pages like contact, about, copyright, sitemap etc, but nobody want to index pages like contact, about and copyright I am not sure about Sitemap :p. The reason not to index contact and about pages is they aren't useful for visitors and aren't interesting too so now you can control robots to index your pages or no but keep one thing in mind that you can't control a specific page to be indexed or not so if you add /p in front of Disallow: then every page of your blog won't be indexed. See example of link of a blogger page:

Using robots text for better seo in blogger | 101helper
  
You can use Robots text tester in Google webmaster tools while making any changes in your blog's robots text. So you can see a live preview of your blog's robot text at Google webmaster tools > Crawl > robots.txt tester and can test every url of your blog after making any changes as if it is allowed by robots or not. See an example of page blocked by Google robots in below image:

Using robots text for better seo in blogger | 101helper

If you wish to block all pages in search results just add /p in front of Disallow:. It will block only contact, about, sitemap, privacy policy etc pages not posts. You can't block or allow a specific page of your blog to be indexed or not.

Blocking both pages and labels in search results:

If you want to block both pages and categories/labels the your robots text should look like below code:

User-agent: Mediapartners-Google
User-agent: *
Disallow: /p
Disallow: /search
Allow: /
Sitemap: http://101helper.blogspot.com/feeds/posts/default?orderby=UPDATED

the above code specifies not to index a link having /p or /search. So now robots won't index any label or pages.

Allowing all pages, labels and Homepage to indexed in search results:

If you are desired to index all of your blog pages, labels, homepages, post pages etc use below code as your blog's robots text. 

User-agent: Mediapartners-Google
User-agent: *
Disallow:
Allow: /
Sitemap: http://101helper.blogspot.com/feeds/posts/default?orderby=UPDATED

The above code tells robots to index all pages, labels posts, homepage etc.

Final words:

You can use robots text for blocking posts published in a specific year(you can block posts published in a same year). Robots text plays a vital role in a blogs seo. Use robots text carefully or else you can loose all of your blog traffic.

Hope you like this post and it was an informative article. If you have any question feel free to ask me in comments. Follow and subscribe to get latest updates about blogger seo. Thanks for visiting 101Helper. Share this post with others and help me spread 101Helper.

Search tags: Robots.txt, Using robots text for better seo in blogger, Robots.txt for seo, Seo tips for blogger, 101Helper seo tips for blogger, How to use robots text to index posts in google, how to edit sitelinks in google search results.

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