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 Stop Country-Specific Redircetion In Blogger

stop country specific redirection in blogger - 101helper

Google often updates blogger and always adds something new, which is sometimes good and sometimes bad, for example recently Google added "Featured posts widget" in blogger that many people liked and also added HTTPS feature that lets you enable HTTPS so browsers can consider your custom domain safe and secure. But some updates in blogger aren't good and one of them is country-specific redirection of blogspot e.g if you open 101Helper in India you will be redirected to 101helper.blogspot.in similarly in UK it will be redirected to 101helper.blogspot.co.uk which affects your blog in following ways:

5 Reasons To Stop Country Specific Redirection In Blogger:

1 - Affects On Performance: The first affect of country-specific redirection is on site performance, it slows down your blog because it takes time to redirect to country specific domain e.g in, fr, jp, uk, id etc

2 - Ads And Gadgets: Some ads are also affected by specific country redirection for example Revenuehits ads disappear when blogspot blog is redirect to a country's specific domain it may also happen in case of Adsense and your earnings can decrease. Another problem is some gadgets like web page translator stops working when a blog is redirected, it may happen with other gadgets too.

3 - Seo: Your backlinks gets divided because of different domains so you need to do more efforts to create backlinks for each country e.g blogspot.in backlinks, blogspot.co.uk backlinks etc. So its better to redirect your blog to top level domain that is dot com so you don't need extra work and efforts, you just have to concentrate on dot com.

4 - Socail Media Shares: Just like backlinks are divided because of country-specific redirection, social media shares are also affected because when a post of your blog is shared on......for example 10 times on Facebook from uk domain(yourblog.blogspot.co.uk) now when you visit yourblog.blogspot.com you will see zero Facebook shares so post shares are also divided.

5 - Crawling And Indexing: Some webmaster tools like Yandex show an error while indexing your blog, after submitting sitemap yandex show mirror site detected error it could be blogspot.in or blogspot.co.uk or other so your site isn't indexed.

So these errors emphasize to redirect all domains to the top level domain(.com). It will solve ads and gadgets loading problem, seo problem, crawling and indexing problems and improve your blog performance.

How To Set Auto Redirection From Country-Specific Redircetion To .COM In Blogger?

Follow below steps to set auto redirection from country specific domains to top level(.com) domain.

Step 1: Go to blogger dashboard.

Step 2: Navigate to template and click on Edit Html.

Step 3: Search for </head>.
<script type='text/javascript'>
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, &quot;.blogspot.com/ncr/&quot;);
window.location.replace(blog);
}
</script>

how to stop country specific redirection in blogger

Step 4: Just above it paste the below code.

Step 5: Click on save and you are done successfully.

I hope this post was helpful to you, if not please let us know by leaving a comment below. Follow ans subscribe for more blogging tutorials. Don't forget to share this post with others. Keep visiting 101Helper :)

Search Tags: How To Stop Country-Specific Redircetion In Blogger,5 reasons to stop country specific redirection in blogger,how to boost traffic,increase backlinks,get social media shares,improve site ranking.

Comments

Popular posts from this blog

Blogger Not Accepting Javascript / Error Parsing XML - Solved !

If you are blogging for even 2 months you must have seen this error once when you tried to add a javascript in you blog theme. This error appears when a javascript contains some symbols like $ or & or sometime =. All these errors show error when theme is saved. and the error says "Error parsing XML, line number, column number: The reference to entity "version" must end with the 'example' delimiter" . As shown in above image, blogger is not accepting Facebook like button code and showing error. To solve this error I have to simply make this code acceptable by blogger. You might have problem saving codes of some ads like media.net ads, chitika ads, bidvertiser ads etc all these ads are sometimes not accepted by blogger so you can fix them by following this post and run ads or custom scripts. How to add javascript codes in blogger without parsing error ? Follow below steps: (1). Grab the javascript code which you want to fix in to a notepad or paste it in y...

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 Add Twitter Follow Box In Blogger Blog

Recently, I deleted a post with title "Cool Twitter follow box for blogger" because it is not working anymore. The site which created it has stopped their service, so I decided to create another post about twitter follow box because it is a very important gadget just like Facebook like box. So in this post I am going to show you how to install Twitter follow box in blogger blogs. This gadget is powered by Twitter so you need to create a twitter account, obviously you have a twitter account because you are installing the gadget to get followers. So lets install the Twitter follow gadget, you can see a demo of Twitter follow box here. Sorry I don't have a live demo! You can install this gadget in light or dark theme. If you have a blog with dark theme then white theme twitter box is best for your site and similarly for white theme you should install black twitter follow box. Also you have other things that you can customize in the twitter follow box. How To Add Twitter Foll...