Forum Moderators: Robert Charlton & goodroi
If Penguin can demote an entire website and not just the links themselves, what is preventing anyone from carrying a negative SEO attack to demote a website?
Is it possible most of the sites that were recently hit were due to Penguin?
Negative SEO is real, but is it that effective? The links are usually hacked links inserted through SQL injection is my understanding. Google doesn't pay much attention to low quality spammy links.
@mzb44 The difference being that anyone in their right mind would not purchase and point a huge amount of low quality links at their own site. It's too risky. While they would do that to someone else's site.
My mistake was not doing the same at the time. If it works for them why wouldnt it work for me?
[edited by: ichthyous at 4:27 pm (utc) on Nov 2, 2021]
Referral spam is when a bot makes requests directly to your analytics endpoints. These bots never actually go to your server and thus there is nothing to block, in this case the only solution is to filter them out in analytics.True, but you can block them by referer (sic) when you see them in logs or Analytics. That could help by including a 403 in their request response.
True, but you can block them by referer (sic) when you see them in logs or Analytics.