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

January 28, 2011

Great Trick for increase website traffic

Questions
How to increase traffic on my blogger posts?
Increase traffic with change of title.
Choose the best title for your posts.
How to increase weblog traffics with simple and useful solution?

Solution
It's a great, simple and more useful and unique solution for SEO and I’ll guaranty the result it.
1- Go to Google Analytics
2- Go to Content
3- Go to Top Content
4- Chose a top content (or post) form Content combo box
5- Find out a new hot title for this post based of useful keyword which most visitors search about it.
6- Go to your weblog and change your title of that content (or post)
7- And take enjoy

Example (scenario):
1- I have a post from 2005/11 (link) and it's a very useful post for our visitors
2- The title of this post was "connect to the localhost"
3- I follow top solution and find out half of my visitors of this page, comes from Google with "connect to localhost" instead of "connect to the localhost"
4- I changed the title and increase traffic on this post.

January 17, 2011

How to change post titles in blogger for SEO

- Best SEO for blogger
- How to change title blogger posts for SEO?
- How to change title of all posts for SEO?
- Change the title of each post for best SEO in blogger.
- Change the title of each post for best SEO in blogspot.
- Optimize post title for SEO on Blogger/Blogspot.
- What's a blogger SEO optimization solution.

Story
After passing a week of my hottest post i googled my topic's title (exact title with copy/paste) and foud it in page 3 and it made me upset but after a careful look i saw the title of my page that was
    Software Developer: How to install Android on Windows
and that wasn't SEO Friendly like below at least.


Before SEO

After SEO
Solution
change the 
<title><data:blog.pageTitle/></title>
to
<b:if cond='data:blog.pageType == "item"'>
    <title><data:blog.pageName/> - <data:blog.title/></title> 
<b:else/> 
    <title><data:blog.pageTitle/></title> 
</b:if>


Solution (In details)
1- Go to your Blogger.com
2- Go to your Dashboard of your weblog
3- Go to Template
4- Find and click on Edit HTML button
5- Press Ctrl+F and find below line
<title><data:blog.pageTitle/></title>
6- Replace it with below
<b:if cond='data:blog.pageType == "item"'>
        <title><data:blog.pageName/> - <data:blog.title/></title> 
    <b:else/> 
        <title><data:blog.pageTitle/></title> 
    </b:if>
7- Press the Save Template button and Close
8- Enjoy :-D