How to Create a Password Protected Page on Blogger

Here, we have discussed the tutorial for how to create a password protected page on blogger. Creating a password protected page on blogger comes ....

Welcome to another interesting article on Blogger! If you are searching tutorial for how to create a password protected page on blogger. Then, you have come to the right place. Here in this article, we will discuss step by step guide to to create a password protected page on blogger. 

How to Create a Password Protected Page on Blogger

Creating a password protected page on blogger comes handy in different situations, like when you want to post some private information, etc. Blogger didn't provide us the feature of restricting the access of all the visitors on blogger, then in this situation creating a password protected page on blogger is useful. If the subscriber don't know the password then he/she can't access the page's content. 

How to Create a Password Protected Page on Blogger

Now, let's discuss step by step guide to create a password protected page on blogger;

1. Go to Blogger site and Sign-in with your Google account.

2. In the left-hand side, go to Pages > New Page.

How to Create a Password Protected Page on Blogger

3. Now, Click on HTML view instead of Compose view and paste the following code on that page;

How to Create a Password Protected Page on Blogger

<script type="text/javascript"> 

/* Password Protection Script by Answersjet Team*/

var password = 'PASSWORD HERE'

password=prompt('This is password protected page. Please enter the password to enter this page:','');

if (password != 'PASSWORD HERE') {

location.href='PAGE URL HERE';

}

</script>

Replace the Highlighted PASSWORD HERE with your own password and replace Highlighted PAGE URL HERE with your page URL where you want to set password.

5. It's Done!! just hit the button to see new changes.

How to Create a Password Protected Page on Blogger

Conclusion

Above we have discussed the tutorial for how to create a password protected page on blogger. Creating a password protected page on blogger comes handy in different situations, like when you want to post some private information, etc. By following the above mentioned steps anyone can easily create a password protected page on blogger.