Increase search traffic to Blogware sites
I believe that if the article is displayed then a potential viewer is more likely to click through. To make your blog more search engine friendly (and more friendly to your viewers), you can change your base template in your blog to:
- Display only the blog name for the home page's page title
- Display category name/blog name for category page results rather than blog name/category name.
- Display only the article title for the page title when viewing an article.
<title>{{if article.categories}}{{if page.title}}{{page.title}}: {{blog.name}}{{/if}}{{elsif category.label}}{{if category.label eq "Main Page"}}{{blog.name}}{{else}}{{category.label}} : {{blog.name}}{{/if}}{{/if}}</title>
Save your changes to the template and hopefully you will get more search traffic!
Thanks to Adaptive Hosting for the code
Bookmark & Share
Related Posts
- How To Get Traffic From Yahoo And Other Search Engines?
- Blogging Search Engines To Challenge Google?
- SEO Tips: 10 Useful Tips
- Finally Completed The Move To Wordpress From Blogware
- Your Blog Traffic Is Low Because You’re Using The Wrong Hotspots
- Should Google Licence Its Search Engine Technology For Internal Search Engines?
- Guide To Meta Tag Search Engine Optimisation


