diff options
author | Emma <4430224+justiceenunciate@users.noreply.github.com> | 2025-02-24 12:07:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 14:07:06 -0300 |
commit | 50313be6772a322e0e4b84eed5e517b0a74c3f52 (patch) | |
tree | 4700d2bc313180beb183e67543203d3ebc1fe4f7 | |
parent | 58cb9578e0649ba04e2c8b7f435ac1ad44985364 (diff) |
Add NA, Spanish translation, email, and notes to Yelp; change difficulty to "hard" (#2417)
* Add NA domains, email to Yelp; update difficulty
Additional changes:
* Update from "easy" to "hard" because a support ticket must be filed
and an additional email sent to delete all data.
* Add notes to articulate additional requirement for deleting all data
associated with account.
* Add email, subject, and body for deleting all data.
* add Spanish translation to Yelp; update URLs to latest
---------
Co-authored-by: justiceenunciate <justiceenunciate@mailfence.com>
-rw-r--r-- | _data/sites.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/_data/sites.json b/_data/sites.json index 9f169306..ccf18ff2 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -25516,11 +25516,20 @@ { "name": "Yelp", "meta": "popular", - "url": "https://www.yelp.co.uk/contact?topic=support&subtopic=close", - "difficulty": "easy", + "url": "https://www.yelp.com/support/contact/account_closure", + "url_es": "https://www.yelp.es/support/contact/account_closure", + "notes": "Closing your account does not remove all data. To delete the data associated with your account, you must email them. Additional information can be found here: [Yelp - Support Center - How do I close my account?](https://www.biz.yelp.com/support-center/article/How-do-I-close-my-account).", + "notes_es": "Cerrar su cuenta no elimina sus datos. Para eliminar los datos asociados con su cuenta, debe enviar un correo electrónico a ellos. Puede encontrar información addicional aquí, pero sólo en ínglés: [Yelp - Support Center - How do I close my account?](https://www.biz.yelp.com/support-center/article/How-do-I-close-my-account).", + "difficulty": "hard", "domains": [ - "yelp.co.uk" - ] + "yelp.ca", + "yelp.co.uk", + "yelp.com", + "yelp.es" + ], + "email": "dataprotection@yelp.com", + "email_subject": "Account Data Deletion Request", + "email_body": "Please delete my account and all data associated with it. My username is XXXXXX" }, { |