In e-commerce sites, I am noticing that PayPal buttons have a overuse of the word 'PayPal' in the accessibility trees, this makes the screen readers to render to the word PayPal 4 times.
HTML
<iframe title="PayPal-paypal">
- Please edit the title of the <iframe> just using the word paypal 1 time.
HTML
2. **Please edit** the aria-label of the CTA (element with role link) to 'Pay with PayPal', that way screen reader users will find out what this button does,
I tested ApplePay and GooglePay, and they do not have these issues, this is an opportunity for PayPal to improve accessibility, thanks.

In e-commerce sites, I am noticing that PayPal buttons have a overuse of the word 'PayPal' in the accessibility trees, this makes the screen readers to render to the word PayPal 4 times.
HTML
<iframe title="PayPal-paypal">HTML
I tested ApplePay and GooglePay, and they do not have these issues, this is an opportunity for PayPal to improve accessibility, thanks.