Top add

Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

Tips to Increase Blog Traffic

There are some essential tips that every writer should follow to increase traffic to his or her blog. Many of these tips are simple, while a few may require changes in web design. 

1. Write Well and Write Often
Frequently updating your blog with useful content is the first step to building your blog's audience. The content you write is what will keep readers coming back for more. Make sure you have something meaningful to say to them and say it often to maintain their interest and keep them loyal.Furthermore, post frequently to increase the number of chances you have for your blog's content to be noticed by search engines such as Google or Technorati.

four essential things for blogspot seo

Changing Page Title for every post

The default templates available for blogs hosted through Blogger.com use a variable called <data:blog.pageTitle> to create the text that goes in the <title> tag of a Blogger post entry. By default it will be the blog title.

If you go to Layout -> Edit HTML to look at the XML code that makes up your current Blogger template, you will likely see this section of code:  <title><data:blog.pageTitle/></title>.  If you want to optimize each of your blog pages for the search engines (thereby bringing more traffic to your blog), you can change this tag so that the keywords displayed in the title tag for each of your pages aren’t watered down.

Adding seperate meta tag to blogspot

Suppose you want to add different meta tags and description for each post in blogs the following you can fallow the below steps

1) signin to to blogger
2) click layout->edit html
3) After <b:include data='blog' name='all-head-content'/> add the following lines
for Home page meta tags
<b:if cond='data:blog.url == "http://ram-interest.blogspot.com"'>
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>
</b:if>