Category Archives: Blogging

How to Keep Stay with your .com Domain for Blogger


Whenever you have created a blog using blogger, while publishing it will redirect you to your country specific domain instead of .com. To avoid this country specific domain extension redirect, follow the below steps.

  • Go to your Blogger Dashboard
  • Select Template section
  • Now, Click the “Edit HTML”
  • Then, copy-paste the following code after the tag into the HTML template.

<script type=”text/javascript”>
var blog = document.location.hostname.split(“.”);
if (blog[blog.length – 1] != “com”) {
var ncr = “http://”+ blog[0] + “.blogspot.com/ncr”;
window.location.replace(ncr + document.location.pathname);
}
</script>

 

Note: In the above code, put a space before + blog[0], if it is not working properly.

SEO Jobs Widget


Latest SEO Jobs Widget for your SEO Website or SEO Blog

Source: http://www.seojobsfinder.com/widgets/

<span style="font-size: large;"><b>SEO Jobs - Recent Vacancies</b></span>
<script src="http://www.seojobsfinder.com/api/api.php?action=getJobs
&type=0&category=0&count=5&random=1&days_behind=7&response=js" type="text/javascript"></script>

<script type="text/javascript">showJobs('jobber-container', 'jobber-list');</script>