Skip to main content

Posts

Showing posts with the label Blogger

How to Make Your Blogger/Blogspot Page Title SEO Friendly

By default Blogspot will display your pages Blog Title + Page Title. For SEO purposes we would want our post to display the Page Title first because the first keywords get more weight with the search engines. So how do we do this? 1. In your Blogger account dashboard, locate the blog you want to edit. 2. Click Layout 3. Click Edit HTML 4. locate <data:blog.pageTitle/> 5. replace it with <b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if> 6. Save your template. That's it. :)

How to Backup Your Blogger/Blogspot Blog

There has been a lot of times when my entries here magically disappeared costing me several months of work. Fortunately, there is now an easy way to backup Blogspot blogs. In your blog's control panel, if you look under the Settings tab, you will see Blog Tools section. Beside it you will see an option to Import Blog, Export Blog, and Delete Blog. Export Blog will allow you to save the contents of your blog in your hard disk. Import Blog will allow you to restore a previously saved copy. Related Link: To Begin Again