First time here? Check out the FAQ!

Revision history  [back]

Use robots noindex nofollow in profile pages at karma 1

A lot of spam is hitting Askbot-powered Q&A sites.

Spambots often open accounts and fill in the "website" field in the user profile with a url they want to promote.

They also often fill in the profile field with some text and links to some urls they want to promote.

At Ask Sage we just got a request from a website owner telling us that Google webmaster tools was recommending them to contact us about taking down some offending pages, which were a spam post and a spam user profile page. These were negatively impacting this webmaster's website ranking.

One counter-measure for this spam activity would be if Askbot could include a html tag

<meta name="robots" content="noindex, nofollow">

on profile pages of users with minimum karma, and on question pages where neither the question nor any answer got upvoted.

@Evgeny, would that be possible?

Use robots noindex nofollow in profile pages at karma 1

A lot of spam is hitting Askbot-powered Q&A sites.

Spambots often open accounts and fill in the "website" field in the user profile with a url they want to promote.

They also often fill in the profile field with some text and links to some urls they want to promote.

At Ask Sage we just got a request from a website owner telling us that Google webmaster tools was recommending them to contact us about taking down some offending pages, which were a spam post and a spam user profile page. These were negatively impacting this webmaster's website ranking.

One counter-measure for this spam activity would be if Askbot could include a html tag

<meta name="robots" content="noindex, nofollow">

on profile pages of users with minimum karma, and on question pages where neither the question nor any answer got upvoted.

@Evgeny, would Would that be possible?