HI hers is some short out blogging tips that i am doing for blog promotion
- Include keywords in title, url and content with unique post pages title
- Submit blog in blog directories and submit to rss feed to various directories
- Make content for users as well as for search engine, but don't try to do keyword stuffing.
- Use appropriate labels including keywords, your post is also shown with labels
- Try to bold keywords to highlight it.
- After Blog posting ping your blog to remind search engine that your blog is updated
Now For blogspot this code is effective for making unique post pages title - So Goto Blogger Dashboard
- Go to Layout > Edit HTML
- Backup your Existing Template
- Search for the Following code in the HTML part:
<title><data:blog.pagetitle/></title> - Now replace that entire part with this code:
<!-- Start of Changing the Blogger Title Tag -->
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End of Changing the Blogger Title Tag --> Save your Template, and you have make your post pages unique titles.
If anyone have some short code for unique titles and other useful blogging tips then please share here.
Last edited by chrishirst; 09-23-2010 at 02:53 PM..
Reason: link dropping removed
|