-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Open Collective links from Homepage #14839
Conversation
|
✅ Deploy Preview for jestjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this makes sense to me 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could have a cron job updating it?
I do agree the spam emails are very exhausting, though, so probably for the best 😅
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
This PR removes the Open Collective sponsor links from the webpage, listing only a pre-defined list of Featured Sponsors which the Jest team will add at our discretion, similar to the Featured Companies list.
I also updated some of the counts and text:
Motivation
The Jest team gets multiple emails per week from donors asking us to add their links to the homepage. These emails typically come from companies who either online Casinos, adult websites, or follower farms. The reason they want the links is exclusively to help juice their SEO.
We have tried many strategies to mitigate this behavior including: removing the SEO benefit of the links using
rel="nofollow"
, updating the test of Open Collective to say there are no SEO benefits, and using Open Collective to automatically filter certain types of donors.Unfortunately, those strategies are not working, so we have made the tough decision to remove the list of backers from the homepage of the website. We will include a list of Featured Backers, which are backers who support >$100/month and the Jest team believes are donating to support Jest development and are not using the link just to juice SEO.
Hopefully, this will remove the incentive to donate just to juice, and more importantly, reduce the emails we get to support the SEO juicers.
Notifying donors
When this lands, we'll send an update to donors notifying them of the change and offering to refund their last month if they have any issues with the change. We'll also update the Open Collective text to remove references that we'll add links to the homepage for a donation.
Test plan