diff --git a/config/_default/config.json b/config/_default/config.json index 1bc819309..baf26f971 100644 --- a/config/_default/config.json +++ b/config/_default/config.json @@ -27,8 +27,10 @@ "globalURL": { "about_link": "/about-us/", "sitemap_link": "/sitemap/", - "accessibility_link": "/accessibility/" + "accessibility_link": "/accessibility/", + "privacypolicy_link": "/privacy-policy/" }, "sitewide_alert": false - } + }, + "ignoreErrors": ["error-disable-taxonomy"] } diff --git a/content/en/privacy-policy.html b/content/en/privacy-policy.html new file mode 100644 index 000000000..3dce7094e --- /dev/null +++ b/content/en/privacy-policy.html @@ -0,0 +1,34 @@ ++++ +title = "Privacy Policy" +meta_title = "Privacy Policy" +meta_description = "Vote.gov is a United States government website that provides trusted voting information and can help you find voter registration rules for your state." +translationKey = "privacypolicy" ++++ + +
+

Policy and Privacy Notice

+Last Updated December 2023 + +

Vote.gov does not collect your personal information.

+

Vote.gov does not collect or store any personal information when users fill out the National Voter Registration Form (NVRF) on vote.gov.

+

Vote.gov offers a web-based form filler tool to help eligible voters fill out the registration form online. Unlike many other web-based registration tools, vote.gov does not store any user-provided information. Vote.gov built the registration form filler tool in partnership with the Election Assistance Commission (EAC), and all information in the registration form comes directly from the EAC. When states provide updates to the EAC, those updates will be reflected in the registration form filler tool on vote.gov.

+ +

Vote.gov does not have a federal database of voters.

+

The federal government does not have a federal database of voters. If you are using the registration form filler tool on vote.gov to make changes to your information, you are reporting a change directly to your state. Your information is not being saved or updated in a federal database.

+ +

Your information is stored on your device, not on vote.gov.

+

When you complete the registration form on vote.gov, your web browser renders a PDF that you can save on your device (whether a computer, phone, or tablet). Your information is not being stored on federal government servers. Closing your web browser will clear your information. If you close the web browser before completing the registration form, you will have to start over filling out the form.

+ +

Vote.gov does not use cookies.

+

Vote.gov uses standard Google Analytics tracking, which tracks anonymous data such as clicks and time spent on pages. We do not track personally identifiable information (PII) or IP addresses.

+ +

If you’re using a public machine (such as a library computer), we recommend that you do the following to keep your information safe:

+ + +

If you have questions or concerns about the information being requested by your state, please contact your state or local election office.

+
\ No newline at end of file diff --git a/layouts/partials/contact-identifier.html b/layouts/partials/contact-identifier.html index 16714def6..e114cf0c9 100644 --- a/layouts/partials/contact-identifier.html +++ b/layouts/partials/contact-identifier.html @@ -2,7 +2,7 @@ {{ $aboutLink := $translation.footer.about_link | default .Site.Params.globalURL.about_link }} {{ $acclink := $translation.footer.accessibility_link | default .Site.Params.globalURL.accessibility_link }} {{ $sitemapLink := $translation.footer.sitemap_link | default .Site.Params.globalURL.sitemap_link }} -{{ $privacy_policy := $translation.footer.privacy_policy_link | default "https://www.usa.gov/policies" }} +{{ $privacy_policy := $translation.footer.privacy_policy_link | default .Site.Params.globalURL.privacypolicy_link }}