Showing posts with label Blog. Show all posts
Showing posts with label Blog. Show all posts

November 28, 2014

How To Redirect Blogger / blogspot.com Page To Another Site?



Url Redirection, also called URL forwarding is a process of redirecting traffic/users to visit new contents or a page. There are several reasons for implementing a redirection, some are as follow:

  • Fixing broken links, this is to avoid an invalid pages (404 error) to get visited by users.
  • Migration to a new domain.
  • Merge two or more pages to become a single page.

In blogger or blogspot, the redirection process is divided into 3 categories -  external, 301 and 302 redirect.

Internal Redirection

Internal redirection refers to a link redirection within the same domain e.g. www.poxse.com/abc.html to http://www.poxse.com/p/services.html. The redirection can be easily setup on Settings › Search preferences.

From: /abc.html
To: /p/services.html



Note:
Check the box for permament redirection. This is called 301 permanent redirect, it points the user to a new location or page. On the other side, leaving the box uncheck means a 302 redirect is being implemented. That means the old page still exists and is temporarily pointed to a new location. Casual users will see the same content on the the browser. However, search engines may know whether to keep the old page on their index database or not. Selecting the wrong type of redirection might result in a loss of traffic.

External Redirection

External redirection refers to a link redirect pointing to another domain e.g. http://www.poxse.com/p/xyz.html to http://www.hafifiomar.com/ Insert the following to the post or page:

<script type="text/javascript">
    window.location = "http://www.hafifiomar.com/";
</script>



Due to the limited blogger features, redirections can only be completed by the use of Javascript which on the other hand, is not SEO friendly. But this should not be a huge worry to some webmasters who use blogger. The Script that is being used is not huge enough to cause serious problems when doing redirects.

October 27, 2014

What Is a Blog and How Does It Work?



A blog is a regularly updated website that reports news such as latest update, activities and promotions. Blogs are often maintain by an individual or small group, that is written in an informal or conversational style.

To get the sense of blogs, you can think about how a news work on 20th and 21th century. In the 20th century, news are produced by professionals, then they broadcast them to the public media such as TV, Radio and newspaper. The 21st century marked the point, where news became both professional and personal. News are no longer limited to mainstream stories like world, sports, politics and financial; individual are free to write anything they likes such as personal interest, review, opinion and industry news.

Here is a short video presentation on what really a blog is.



As described by the short video presentation, a blog can be owned by anyone. It can tackle virtually everything depending on the interest of the author/blog owner. It can also be used in marketing and brand exposures (which is one of the best ways in internet marketing). In general, a blog serves as a channel or gateway of anything on the web.

October 10, 2014

How To Create A Blog Using Blogger?

Blogger is one of Google's products that is being offered for free. It is one of the most popular platforms for blogging. According to 2012 blogging.org's data, blogger (or mainly known as blogspot) is one of the most used blogging platforms in the world with a percetage average of 35%, second to Wordpress with 43%.

It is also the preferred blog platform by most novice bloggers due to its useability and convenience. Creating a blog using blogger doesn't take too much time. In fact, one can make a blog in just a few minutes using this platform. The following are the basic steps on how to create a blog using blogger:

1. Go to http://www.blogger.com/

2. Login with your gmail ID and Password. For fresh user, please proceed with gmail registration.


3. Name your blog and choose your preferred URL. The URL is changeable but subject to availability


4. New blog is successfully registered


5. Fresh blog without content


6. Compose new post


- The post editor section is similar to word document. User can change text color, add photo, add text link.
- Jump break is to create summary content so that user can continue reading with read more button
- Label is important to group the similar post in a different category
- Aside from publishing the article directly for public viewing, there are other options that the author can choose - he/she can save the post as a draft, preview the post before publishing, or/and make a schedule on when the article is going to publish.

7. Publish content to make the article live.

8. New blog with content


Demo blog: exampleblogcontent.blogspot.com

Stay Update