How to Add a Privacy Statement on Blogger
A privacy statement is a must-have for any serious blogger. It protects you from civil liability by laying out the policies governing your blog. To add a privacy statement on the Blogger blogging platform, you will need to create a new post and then write the statement. After you have published the policy, you will then need to edit your Blogger template by adding code that displays a link to the privacy statement on every page of your blog.
Instructions
-
-
1
Log in to your Blogger dashboard.
-
2
Click the "New Post" button by the blog you would like to modify.
-
-
3
Write a privacy statement and click the "Publish Post" button and the "View Post" button.
-
4
Copy the URL or write it down.
-
5
Return to your dashboard and click the "Design" button by the blog you would like to modify.
-
6
Click the "Edit HTML" button in the upper left menu.
-
7
Search for the code "</div> <!-- end content-wrapper -->" and place the following code after it:
<div id='footer'>
<p><a href="URL">Privacy Statement</a></p>
</div> -
8
Replace the part of the code labeled URL with the URL of the privacy statement you created, and click "Save Template."
-
1