Getting Started: 10 Successful Blogspot Blogging Steps
If you want to become a successful blogger, you should follow a system of steps in order to meet your desired goal.
Blogger wanna be can choose which blogging platform they will work on whether the self – hosted or the blogspot blogging where it costs you nothing from your pocket. To begin with, let’s consider the things to follow below.
1. Choose a good domain name or sub domain name.
Before you set up your blog, think first what you want to share and relate the name of your blog name to your blog content. I would recommend you to read this 6 things to remember in choosing a domain name or subdomain name (site address).
2. Create a blog with blogger.com
Once that you already picked a good sub-domain name, let’s start creating your own blog with blogger dot com. One of the requirements of creating a blogger or blogspot blog is a gmail account. Once already have that, follow the instructions from the video provided below.
3. Choose a good – looking blogger template.
Now that you have your blog set up, the next thing you do is to choose a professional looking blogger template.Because it grabs the first impression of your first time visitors of your blog.
There are many free blogger template on the internet but I would recommend you to visit eblogtemplates.com and btemplates.com then choose your desired professional template from these two sites and install it in your blog. Don’t worry about how you do it because they have the tutorials on it.
4. Create a favicon for your blog’s brand.
Favicon is an icon image that represents your blog’s brand. You can see a favicon in more websites you visit in the left side the site’s URL adress.
To create one, open your blogger blog “Layout –> Edit HTML”. If you already here, you can see many codes on it. Now, scroll down a bit and you will see the head tag and a line of codes that looks like this;
<head>
<b:include data=’blog’ name=’all-head-content’/>
Under those codes, paste this code.
<link href=’YOUR IMAGE HERE’ rel=’icon’/>
Then change the word ‘YOUR IMAGE HERE’ with your image url address then save it.
5. Implement the Blogspot SEO Basics.
One of the important things that a blogger should not missed is the SEO which stands for Search Engine Optimization. This process would let your blog appear on some search engine result pages (serps).
That’s means, free traffic from search engine and this thing is what other bloggers really want to achieve.
To start with the basic SEO for blogspot blog, just put a meta tag in your blog. Meta tags are some line of codes that would be pasted in your blog that makes the search engine robots easily categorize and indexed your blog to their search directories.
To do this, open your blogger blog “Layout –> Edit HTML”. If you see many codes on it, you are on the right place. Now, scroll down a bit and you will see the head tag and a line of codes that looks like this; <head>
To make sure that you won’t get an error, I suggest that you paste this whole codes till you see the broken lines.
<b:if cond=’data:blog.pageType == "item"’>
<title><data:blog.pageName/> | <data:blog.title/></title><b:else/>
<title>Make Easy Money with Paid to Click Business</title>
<meta content=’YOUR BLOG DESCRIPTION HERE’ name=’description’/>
<meta content=’YOUR KEYWORDS HERE!’ name=’keywords’/></b:if>
<b:if cond=’data:blog.url == "http://YOUR BLOG NAME.blogspot.com"’></b:if>
<!– place future descriptions and keywords here –>
<b:skin><


