Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Thursday, 31 July 2014

How to Take Backup Of Blogger Template

Today I am going to explain you a simple article about the backup of template. Most of the people think that there is no need to take any backup of the template. For this reason I am going to explain you how to take backup of the template ? It is strongly recommend by me or most of the web developer that backup of the template is necessary whenever you are interested to modified it.

 

Why take backup of template:

Suppose you don't know HTML, CSS or XML like languages and make some mistake in blogger template without any backup then it will provide a great hesitation to you because there is no way to recover that template again. So backup of the template is the only key to protect template from losses.

 

How to Take Backup of the Template:

There are two methods to take backup of the template. We will discuss both two methods here.

Method 1:

  • Login to Blogger Dashboard.
  • Go to Design / Edit HTML.
  • Click "Download Full Template"
  • Save file (.xml) in your local computer. 

 

Method 2:-

Generally this is not a predefined method but this is preferred by most of the Web developer.

  • Hit "Expand Widget Template".
  • Select and copy the whole blogger template.

  • And Paste the whole code in any text editor like notepad or wordpad.

I think this article will definitely helpful for you. If you like the above article then don't forget to subscribe it for latest updates.
Read more

Add Meta Description To Blogger Post Individually

Blogger has now become more friendly with its new updated features. Blogger now finally introduced most awaited SEO features for Google hosted blogspot blog. Blogger team is trying to get closer to its biggest competitor Wordpress. Now you have no need to hack template for adding meta tags. You can easily add meta description, meta tag to not only for your Blog homepage but also for individual posts or static pages. So lets see learn the tutorial.

How to Add Meta Tag And Description:-
Login to New Blogger Dashboard.
Make a new post in post editor, if you see the Search Description at right menu bar then there is no need to add the the following code in template.
If you don't see the Search Description option in menu bar then go to Template / Edit HTML.
Download the full template before making any changes in it.( More Info)
Find following piece of code in blogger template.

<b:skin><![CDATA[
 And paste following code just above it.
<b:if cond='data:blog.metaDescription != &quot;&quot;'> <meta expr:content='data:blog.metaDescription' name='description'/> </b:if>
Save you template.

Add Meta Description To Blog:

Go to Settings / Search preferences, Under Meta tag / Description, click "Edit" and select "Yes", Now write a meta description about your blog in space provide.
Add Description To Your Post:-

While writing a new post in blogger post editor then you will find a new option called "Search Description" under "Post Settings", where you can add a short description of your individual post.



Finally I want to say that if you find difficulty in adding meta description then you can drop your comment below regarding your problem.

You can also find all these information on blogger support.
Read more