How to Create a SEO-Friendly Blogger URL

Top of post

When you specify the title for a Blogger post, that title is automatically used as the URL for the post. The problem is that Blogger truncates the title to about the first 39 characters. This can lead to some problems with the post URL and SEO.

Top of post

Manage Headings in a Blogger Template

Top of post

One aspect of SEO that may get overlooked is that of properly using the headings tags. There are certain "rules" that you may follow for all your pages to help you rank better in search engine results.

Top of post

Structure Blogger Template Code With Includables

Top of post

Includables are used extensively throughout any Blogger template. They help to organize the template code by breaking it into smaller, and more manageable, pieces. Let's look at how to use includables.

Top of post

Backup Your Blogger Template Before Editing

Top of post

Before editing your Blogger blog's template it is important to first make a backup copy of the template. Doing so will allow you to restore the template in case you make a mistake. This post will outline how to backup and restore a Blogger template.

Top of post

Control Your Blogger Template with If Statements

Top of post

You can hide specific elements within your Blogger template simply by utilizing the if/else statement. By learning how to properly use conditions, you can make different elements appear on different pages.

Top of post