Archive for April 2013

How to link the related post in your blog post | how to insert linkwithin widget to your blog

A blogger has several important tips to be followed while maintaining a blog, A visitor who is really interested in your articles would always like to explore what else content you have written in your blog so in this post we will be discussing the method of internally linking otherposts in you blog pages.



There is a service called linkwithin where you just need to enter your website url so you can link the content internally,
This supports various blogging platforms,
-->
For blogger this is been demonstrated bellow

This is how you can set up the internal links in your blog

Install Widget on Blogger

1. Click Install Widget to open Blogger in a new window, and follow the steps below in that window. Login to your Blogger account if necessary.
2. Select a blog if you have more than one, then click on Add Widget.



3. (Optional) For better performance, Drag and Drop the LinkWithin box under the "Blog Posts" box.



4. Click on Save.



And you're done! The widget should now appear on your blog
-->
Tuesday, April 30, 2013
Posted by admin

Prevent Blogger Blog Country Specific URL Redirection

-->

Google, as most would know, redirects Blogger blogs to country-specific domains. For instance, if you open example.blogspot.com in your browser, you might be redirected to example.blogspot.in if you are located in India or to example.blogspot.com.au if you access the same blog from Australia.

The main reason why Google implemented country-specific redirection is selective censorship – they can now easily block a blog, or a particular page on a blog, in one country but still serve it in other regions.
Some negative consequences to your Blogger blog due to this redirection is:
The social stats – like Facebook Likes, Google +1s and Tweet counts – for your blog stories may be diluted as the URLs for the same story become different from different visitors.
You will have a similar problem if you are using an external commenting platform like Disqus or Facebook Comments.
Also, if canonicalization isn’t implemented properly, it may cost you some Google ranks as external websites may link to your country-specific pages.
If you are not happy with the idea of Blogger redirecting your blog to a different URL, you can add the following piece of code to your Blogger template and it will always serve the .com address to your visitors irrespective of their geographic location.
Go to your blog inside the Blogger Dashboard and choose Template. Then click the “Edit HTML” button followed by “Proceed.” Next, copy-paste the following code into the template after the <head> tag.
<script type="text/javascript"> var blog = document.location.hostname; var slug = document.location.pathname; var ctld = blog.substr(blog.lastIndexOf(".")); if (ctld != ".com") { var ncr = "http://" + blog.substr(0, blog.indexOf(".")); ncr += ".blogspot.com/ncr" + slug; window.location.replace(ncr); } </script>
Click the Save Template button and now your Blogger Blog will always serve with the blogspot.com URL.
This simple script parses the domain name (document.location.hostname) of your blog page and if it includes a country-specific URL (like blogspot.in), it will force-redirect the visitor to the blogspot.com address using the /ncr switch.
You might also like:
Monday, April 29, 2013
Posted by admin
Related Posts Plugin for WordPress, Blogger...
Sponsored Links

Popular Post

Blogger templates

Labels

- Copyright © BlogVidia -Metrominimalist- Powered by Blogger - Designed by Johanes Djogan -