WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
    • Business Name Ideas
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Blog» Beginners Guide» How to Add a Privacy Policy in WordPress

How to Add a Privacy Policy in WordPress

Last updated on February 27th, 2018 by Editorial Staff
709 Shares
Share
Tweet
Share
Pin
Free WordPress Video Tutorials on YouTube by WPBeginner
How to Add a Privacy Policy in WordPress

Do you want to add a privacy policy on your WordPress site?

A privacy policy page is a document required by law that discloses the information you collect about visitors on your website.

It is recommended to add a privacy policy page to your website whether you are a blogger, freelancer, or a business owner.

Now, the problem is most beginners don’t know how to create a legitimate privacy policy, and then display it on their website.

In this article, we will show you how to easily add a privacy policy in WordPress. We will also explain the various elements you must include in your privacy policy page.

How to add a privacy policy page in WordPress

What is Privacy Policy and Do You Need it on Your Website?

All websites collect information about their visitors in different ways.

In many countries (including the United States), websites are required by law to disclose the information they collect about their visitors, and how this information is used.

Here are some of the ways in which a typical WordPress site collects user information.

  • Name and email address in comment forms.
  • Comment form cookie which remembers a user’s name or email address.
  • Name and email addresses submitted by user by using a contact form.
  • Name and email address submitted to sign up for email list.
  • Information collected when users register on a website.
  • Google Analytics tracking.
  • Facebook page plugin and like button cookies.
  • Other social media platform widgets that track users.
  • Advertising programs like Google Adsense which track users.

All websites on the internet should have a privacy policy page. It protects your business from legal issues and also helps build consumer trust.

You also need to add a privacy policy page to comply with the General Data Protection Regulation (GDPR).

For those who don’t know, GDPR is a European Union (EU) law that gives its citizens control over their personal data.

This law applies to every business (including WordPress blogs) around the world, even if you are not from the EU countries.

For more details, you may read our ultimate guide on GDPR and understand its impact on your WordPress site.

What should you include in a Privacy Policy?

The basic requirements for a privacy policy are quite simple. You need to list all the ways you collect or intend to collect user information on your website.

A simple privacy policy page should contain the following information:

  • Information you collect about users visiting your website.
  • Methods used to collect information, e.g. cookies and web beacons, sign up, registration, comment forms, etc.
  • Mention all third-party advertisers collecting user information on your website like Google Adsense.
  • Include links to the privacy policy of each advertising program you participate in.
  • How users can block cookies and opt-out of third party advertisements.
  • Your contact information so that users can reach out if they have questions.

There are many websites on the internet that allow you to automatically generate text for your privacy policy or terms of service pages.

WordPress itself comes with a basic privacy policy generator that you can use.

You can also take a look at WPBeginner’s privacy policy page as an starting point. Simply replace all references to WPBeginner and our parent company with the name of your website or business.

Video Tutorial

Subscribe to WPBeginner

If you don’t like the video or need more instructions, then continue reading.

Adding a Privacy Policy Page in WordPress

WordPress makes it super easy to generate a privacy policy page for your website. It also gives you a generic privacy policy template to use with instructions on how to add content to it.

First, you need to visit Settings » Privacy page. You’ll notice that WordPress has already created a Privacy Policy page draft for you.

Privacy policy generator in WordPress

You can click on the ‘Use this draft’ button to save this page as your privacy policy.

You can also click on the create new page button to generate a new Privacy Policy page. WordPress will automatically create a new page and open it for you to make changes.

If you are using the default draft, then you need to click on the Edit link to make changes and publish it.

Edit privacy policy page

Once you open the privacy policy page for editing, you will see a notification on top with a link to the default WordPress privacy policy page guide.

View WordPress privacy policy guide for tips

The content of the privacy policy also contains instructions on how to edit and change each sections.

You will notice that it has sections for different ways a WordPress website may collect personal information. For example, comments, login cookies, embeds, and more.

Edit privacy policy sections

It will also have sections with no information below them. For example, contact form and analytics.

As for contact forms, you can mention the information you collect and what it used for.

If you are using WPForms plugin to create contact form, then you can already create GDPR compliant contact forms.

For Google Analytics, you can follow this complete Google Analytics and GDPR compliance guide.

After reviewing the privacy policy page thoroughly, you can click on the Publish button to save your changes.

Adding Link to Privacy Policy Page in WordPress

Most websites display a link to their privacy policy page in the footer area of their website. This way the link appears on every page but does not take space in your main navigation menu.

There are multiple ways to do this.

Let’s start with the easiest one.

Many WordPress themes come with widget-ready areas in the footer also called Footer sidebar. You can go to Appearance » Widgets page to confirm if your theme has a footer widget area.

Footer widget area

If your theme has one, then you can use the navigation menu widget to display a list of links to your informational pages including the privacy policy.

First, you will need to create a new custom navigation menu.

Simply visit Appearance » Menus page to create a new custom menu. You will need to click on the ‘Create new menu’ link on the top.

Creating a new menu in WordPress

Next, you need to provide a name for your navigation menu. After that, select pages from the left column and then click on the Add to menu button.

Add to menu

You would notice your selected pages appear under your newly created menu. You can now arrange menu items by simply moving them up or down.

Once you are done, don’t forget to click on the Save menu button to store your changes.

Now go to Appearance » Widgets page and add the ‘Navigation Menu’ widget to your footer widget area.

Navigation menu widget

Now select the custom menu you created earlier in the widget settings and click on the save button to store your changes.

You can now visit your website to see the privacy policy links in footer area of your website.

Privacy policy link

Manually Add a Link to Privacy Policy Page in WordPress

If your theme does not come with a footer widget area or a footer navigation menu, then you can manually add link to your privacy policy page using HTML code.

You’ll need to edit the footer.php file for your theme. If you haven’t done this before, then take a look at our guide on how to copy / paste code in WordPress..

In your footer.php file add the following HTML to an appropriate location just before the </body> tag.

<a href="http://example.com/privacy-policy">Privacy Policy</a>

Don’t forget to replace the href value with the URL of your privacy policy page. You can now save your changes and preview your site to see the link in action.

That’s all! You have successfully added a privacy policy page to your WordPress site.

We hope this article helped you learn how to add a privacy policy in WordPress. You may also want to see our step by step WordPress SEO guide for beginners.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

709 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • How to Properly Move Your Blog from WordPress.com to WordPress.org

  • Checklist

    Checklist: 15 Things You MUST DO Before Changing WordPress Themes

  • How to Fix the Error Establishing a Database Connection in WordPress

    How to Fix the Error Establishing a Database Connection in WordPress

  • How to Start Your Own Podcast (Step by Step)

    How to Start Your Own Podcast (Step by Step)

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

The Ultimate WordPress Toolkit

42 Comments

Leave a Reply
  1. Susan says:
    Jan 5, 2021 at 12:01 pm

    Can we have an alternate privacy footer? We have an entire subfolder of content with a separate privacy policy. I’m wondering if there’s a way to select a different Privacy Footer to reflect this, instead of showing two privacy policies.

    Reply
    • WPBeginner Support says:
      Jan 6, 2021 at 9:26 am

      It would depend on your specific theme for if that would be afailable.

      Reply
  2. pruthvi says:
    Oct 5, 2020 at 8:56 am

    i had privacy policy page on site. i had submited my site to Google Search Console. It had not index my privacy policy page and showing error ( Duplicated content)..
    Should i no index the privacy poliicy page ?

    Reply
    • WPBeginner Support says:
      Oct 6, 2020 at 10:25 am

      You wouldn’t want to worry about the duplicate content warning for pages like your privacy policy.

      Reply
  3. Rhonna says:
    Nov 10, 2019 at 11:59 am

    Hi,

    I don’t have that option in my settings – is it only available if you have a business account? I have a premium account.

    Thanks,

    Rhonna

    Reply
    • WPBeginner Support says:
      Nov 11, 2019 at 11:00 am

      Our tutorials are for WordPress.org sites, you may want to take a look at our article here: https://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/

      Reply
  4. Gabby says:
    Oct 10, 2019 at 10:12 pm

    thank you so much! my site now has a privacy policy, and your tutorial was easy to understand.

    Reply
    • WPBeginner Support says:
      Oct 11, 2019 at 10:47 am

      You’re welcome, glad our article was helpful :)

      Reply
  5. Indranil says:
    Aug 23, 2019 at 3:01 pm

    Great work and update, I really appreciate it.

    Reply
    • WPBeginner Support says:
      Aug 23, 2019 at 3:41 pm

      Glad you like our article :)

      Reply
  6. Paula says:
    Aug 22, 2019 at 1:17 am

    Very useful information! After researching and trying to find a solution on how to add a link properly, I got it thanks to you!
    Cheers!

    Reply
    • WPBeginner Support says:
      Aug 22, 2019 at 9:53 am

      Thank you, glad our guide could be helpful :)

      Reply
  7. Serena Son says:
    Mar 15, 2019 at 7:32 am

    This is a really great and aimple step by step guide. You really publish great content. All your posts have helped me alot.

    Reply
    • WPBeginner Support says:
      Mar 18, 2019 at 4:09 pm

      Thank you, glad our articles are helpful :)

      Reply
  8. Megan Krat says:
    Jan 31, 2019 at 12:56 pm

    Thank you for this! I have been working on my privacy policy for a while, with a legal background I figured it would be easier for me but I was struggling with making sure I understood all the background things happening that I needed to cover. This was so helpful!

    Reply
    • WPBeginner Support says:
      Feb 1, 2019 at 9:56 am

      Glad our guide could help :)

      Reply
  9. Jo M says:
    Jan 25, 2019 at 10:08 am

    Thank you very much for offering to use your PP! I have a question: how to stop Privacy Policy page display in main “Pages” area. I currently ticked “Pending review” within “quick edit” of Pages category. Then add a text link in the footer area.

    Reply
    • WPBeginner Support says:
      Jan 25, 2019 at 11:06 am

      If you mean your menu, then you would want to create a custom menu without the page included: https://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/

      Reply
  10. Atreyi says:
    Sep 13, 2018 at 1:24 pm

    Hi WP Beginner,

    Firstly, I would like to thank you for the wonderful beginner’s guide you have shared with newbies like us. It has helped me immensely in designing and building my website. I have modified and reused your Privacy Policy. I would like to share the credit for the same on my website. Is there any text you would like to recommend?

    Had a question. My website is not about a company. I am the only person involved here and I have created this website to spread awareness about my service as a Life Coach. What name should I use in place of Awesome Motive? Will it be my website name or my name?

    Thanking you,
    Atreyi

    Reply
    • WPBeginner Support says:
      Sep 18, 2018 at 9:29 pm

      Hi Atreyi,

      You can use your website’s title or its domain name.

      Reply
  11. Mathukutty P. V. says:
    Jun 4, 2018 at 11:59 pm

    WordPress version 4.9.6 has Privacy creator option under settings. It shows a sample page and you can edit the page. You can use an existing page also. I already have a small privacy page. Can I use it or create another good one from WordPress.

    Noticed that most sites have updated their privacy policy due to change in European Union policy change. Can you tell what changes should be done in existing privacy policy?

    Reply
    • WPBeginner Support says:
      Jun 5, 2018 at 12:08 pm

      Hi Mathukutty,

      The new GDPR law requires you to disclose how your website collects user information and how this information is used. Depending on your website and what plugins and features you are using, you will have to modify your privacy policy accordingly. For more on this topic please see our ultimate guide to WordPress and GDPR compliance.

      Reply
  12. AMAN KUMAR SINGH says:
    May 24, 2018 at 12:31 pm

    What should i use instead awesome motive

    Reply
    • WPBeginner Support says:
      May 26, 2018 at 7:42 pm

      Hi Aman,

      You will need to use your own business or website name.

      Reply
  13. Beathe says:
    May 7, 2018 at 7:29 am

    Hi,

    I used your Privacy Policy to create mine in Dec 2017.
    Has it now been changed to comply with GDPR, so that I need to redo it?
    Many thanks in advance.

    Reply
    • WPBeginner Support says:
      May 7, 2018 at 7:39 pm

      Hey Beathe,

      WordPress will address this issue soon in an upcoming version 4.9.6. We will update our privacy policy accordingly and hopefully you will be able to do the same from WordPress admin area.

      Reply
  14. chasity says:
    Apr 18, 2018 at 5:31 pm

    When i copy and paste your privacy policy and I have to change the name over to my own, do I need to change the “Awesome Motives” as well?

    Reply
    • WPBeginner Support says:
      Apr 19, 2018 at 8:18 pm

      Yes, you will have to change that too.

      Reply
  15. K Roos says:
    Apr 5, 2018 at 12:48 pm

    Thanks. I think I can handle this, but what is the simplest way to put a checkbox (so people have to confirm they have read the privacy policy) on comment forms (which I use for enquiries) so they can’t send the enquiry until they have confirmed they have read the privacy policy?
    Thanks in advance.

    Reply
  16. Kavita says:
    Apr 5, 2018 at 2:31 am

    Hi,

    Firstly, I would like to thank you for this blog. It has been really helpful in starting my website. I added the privacy policy, but how to synchronize it with my theme?
    My website is and I’m using simple catch theme. In Footer, the privacy policy is seen as a white tab which doesn’t fit in the footer. Is there any code, so it will appear in the footer?

    Thanks so much

    Reply
    • WPBeginner Support says:
      Apr 5, 2018 at 8:27 pm

      Hi Kavita,

      You can add the link in your theme’s footer.php file.

      Reply
      • Kavita says:
        Apr 6, 2018 at 6:51 am

        Thanks for your reply. I added in the footer by using insert header and footer plugin. Is there any code which will add it to footer rather than creating a separate white block at the bottom?

        Reply
        • WPBeginner Support says:
          Apr 8, 2018 at 3:01 pm

          Hi Kavita,

          Insert header and footer plugin adds code after your WordPress theme code. That’s why it appears as a white block. You will need to add it directly in your theme’s footer.php file. Alternately you can add the code in a text widget and display it in your sidebar.

  17. Frank Smith says:
    Feb 27, 2018 at 10:15 am

    Maybe I missing something here but I have the latest install of WordPress Ver. 4.9.4 and there is no “custom menu” widget available in widgets so this article did not help. Any other suggestions? Thanks appreciate it.

    Reply
    • WPBeginner Support says:
      Feb 27, 2018 at 6:02 pm

      Hi Frank,

      Thank you for notifying us. The custom menu widget is now called ‘Navigation Menu’ widget. We have updated the article with new screenshot.

      Reply
    • Frank J Smith says:
      Feb 28, 2018 at 9:42 am

      Thanks. Took some work, my theme only supports 2 menus the layout wasn’t exactly the way I wanted it. Hard to explain but it is working to my satisfaction. Once again thanks for the tutorial.

      Reply
  18. Dhruba says:
    Dec 26, 2017 at 3:23 pm

    Dear Sir, Do I need to add privacy policy for Facebook page that I connected to my WordPress website? If yes , do I need to create separate privacy policy for Facebook page or and where to add it. Kindly give me suggestion.

    Thanking you

    Reply
  19. Muhammad Ibrahim says:
    Jul 8, 2017 at 9:00 am

    will I be bound to give you credit if I want to use the text of your privacy policy page?

    Reply
  20. Adrienne says:
    Jun 5, 2017 at 12:38 pm

    Thanks WP Beginner…I’m using your policy with a few updates…Okay just name changes for now…Thanks for us newbies to use it…I’ve given you credit – well you deserve it and have linked to site.

    Good Lord it’s a lot of work building a business and a website for that business…The only way I know I’m on to something (and don’t ask me what that is) is that I just keep going…The more do, the more I learn….You guys have made this entire process some much easier.

    All the best!

    Reply
  21. Blythe says:
    Feb 16, 2017 at 6:13 pm

    Thank you, thank you, a thousand times, thank you. Thrashing about through one website after another, and finally landed on this, the golden grail – clear, articulate, easy-to-follow instruction.

    Beautifully done, and saved my sanity!
    Blythe

    Reply
  22. Gaurav Khurana says:
    Jan 20, 2017 at 12:30 pm

    How about creating a post instead of a page? What’s the difference when we create a page or post for privacy policy.

    I have created a post instead of page

    Reply
    • George Georgiou says:
      Jan 20, 2017 at 2:54 pm

      You can create a post instead of a page in the same way. However, this post will be visible in your blog page also. If you create a page then this page won’t shown in your blog page.

      Reply

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
WP Mail SMTP logo
WP Mail SMTP
Fix WordPress email delivery issues. #1 SMTP plugin. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 30 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2020 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2020)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2020)
    • SiteGround Reviews from 4196 Users & Our Experts (2020)
    • Bluehost Review from Real Users + Performance Stats (2020)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • Free Business Name Generator (A.I Powered)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2020 – Step by Step Guide
Deals & Coupons (view all)
Pretty Links
Pretty Links Pro Coupon
Get up to 35% OFF on Pretty Links Pro WordPress URL shortener and affiliate links cloaking plugin.
MainWP
MainWP Coupon
Get 15% OFF on MainWP WordPress multisite manager plugin.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).
Join our team: We are Hiring!

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
  • Free Business Tools
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress
  • Smash Balloon

Copyright © 2009 - 2021 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by SiteGround | WordPress CDN by MaxCDN | WordPress Security by Sucuri.