Propose new features
Designing Decidim together
Dereference (new) profile pages to limit spam exposure and disincentivise spam accounts
Is your feature request related to a problem? Please describe.
Many platforms are suffering from spam bots creating accounts with profiles promoting services in their profile picture, description and personal URL.
The suspect reason behind them creating accounts is to be able to spread links and keywords in the wider web by increasing their exposition.
As you can see in the attached picture, spam profiles are easy to find on search engines such as Google (in the example, a simple search for "decidim escort" finds 4 spam profiles for escorts)
Describe the solution you'd like
Following the improvement made by @ahu to prevent spammers from gaining traffic and SEO juice from their actions, I found this page from Google describing some tips to reduce comment spam on websites.
One of the suggestions is to dereference the profile pages from Google and other search engines to reduce even further the reward.
To achieve that, one way is to add in the <head> of the profile pages:
<meta name="robots" content="noindex">
Describe alternatives you've considered
The documentation from Google adds that this can be done in a more targeted way, for example by disabling referencing only for new users. The tag could be added when generating the page for users who created their profile less than a month ago, or users with less than 3 proposals published...
In the same vein, the dereferencing could also be applied to new proposals?
Additional context
Add any other context or screenshots about the feature request here.
Could this issue have an impact on users private data?
No
Funded by
Funded by Digidem Lab.
This proposal is being evaluated
This proposal is accepted by the Product Team to be submitted to the main repository. But due to the current volume of Pull Requests on GitHub, we cannot ensure that this contribution will be reviewed and merged for the next release. We kindly ask you not to send the PR until we notify you.
We'll let you know in the comments when the situation improves and we can review and accept your contributions again. Thanks for your help building together Decidim.
List of Endorsements
Report inappropriate content
Is this content inappropriate?
Comment details
You are seeing a single comment
View all comments
What do you think @ahu? Even in a targeted way, this should be really easy to implement.
I am curious to hear what people would find about the downside of dereferencing public profiles from the web. On our platforms, I can say with certainty that this wouldn't have any negative consequences (and it's not reducing transparency since the profiles are still available through the platform). It would also mostly solve a concern raised by @ahu two years ago about people's profile being public and exposed on search engines (User privacy options and ability to disable public profiles).
Loading comments ...