Postingan

Menampilkan postingan dengan label Blogging Tidbits

Make Your Blog Post Permalinks More Attractive

A blog post permalink with all your main keywords always ranks better than any normal permalink. You can do this on Blogger as well as WordPress. Simply follow these guidelines. In Blogger, simply publish your latest post with only the main three keywords (not more than three) in the title. Then edit the post to change the title and content to the original post. That's it. In WordPress, you can directly edit the post permalink, but I saw that you need to wait a moment before this editing feature is enabled. It comes as a short snippet below the post title. Simply click the 'edit' button and change the permalink to remove prepositions and add any non-appearing keywords.

How to Remove Your Blogger Label Pages From Getting Indexed?

This tip is to be done at the time of starting a new blog on Blogger. After your pages are indexed in search engine, this tidbit is worthless. For more of such tips, please check the category, Blogging Tips and Blogging Tidbits. This tweak is important for avoiding duplicate content problems. Go to your Layout->Edit HTML and find this code: <a expr:href='data:label.url' After its instance, just add rel="nofollow" . The result should be: <a expr:href='data:label.url' rel="nofollow" . That's it.