Tag Archives: WordPress

Sutocom.net – Blogger Jam, Harmless Spam, or Unethical Scam?

Today I received a notification that a couple of my posts on Apache Tomcat had been reposted by Sutocom.net. I thought that this is likely spam; the type of “random following” that you get on Twitter, where someone follows you just to “ping” you, so that you look up their profile, and be advertised at.

If it was, it worked – because I checked their site – I wanted to find out who was linking to me.

Blogger Jam?

Sutocom.net seems to be a site consisting totally of reblogged content, taken from whole load of other WordPress.com blogs, and authors. It’s all done “fair” in that it provides references and links to the original blog/author, but this cannot be good for SEO – for them at the very least?

Harmless Spam?

Still, Sutocom.net currently has a domain authority of 32, which is surprising for the unethical way that they source their content (I think anyway). On the face of it, this ought to provide my blog with some decent “link-juice”, however it just feels wrong.

  • No original content – Sutocom doesnt produce any original blog articles. Original articles are duplicated on their blog from whatever source they came from.
  • Too many posts – They re-blog about 30 articles on a day. Google isn’t stupid – it’s a small site relatively “heavy” on the blog side.
  • Duplicate Comments – They post the same comment/link on the original articles “Reblogged this on Sutoprise Avenue, A SutoCom Source“. If it was genuine guest/reblogging, this wouldn’t be identical – and I suspect that Google will realise this.
  • Poor Quality – The whole site itself is poorly written, vague, and low quality.

Unethical Scam?

Despite the whole blog consisting entirely of reblogged articles, requiring minimal effort from the site owner, there is a “donate” page, which appeals for contributions:

In order to upheld the quality of the site and maintain I am asking for a voluntary donation to fund improvements to this site and sutocomblogs.com.

(there is no site at sutocomblogs.com – perhaps there wasn’t enough donations?)

Anyway, this all adds up to the feeling that this is a site that I don’t want to be associated with (primarily for SEO reasons to be honest).

What would Matt Cutts do?

I think the Google spam team would see that the common link in this duplicate content issue is Sutocom.net, not the author sites that it copies content from – so it’s probably nothing for me to worry about.

With that, I do think it’s a bit unethical what Sutocom are doing (reblogging content, and asking for donations) so I’ve reported it to WordPress as a spam site – we’ll see what happens.

Cherry Framework: WordPress development for sadists.

On a quick project, we bought in a theme from TemplateMonster. Upon making a couple of changes to the theme, I noticed some quirks. A little digging and I noticed that the theme we bought was actually based upon the Cherry framework. After reading up on Cherry, it sounded like a blessing, packed with useful features, and I thought “Ha! Cool”.

But, problems in modifying the template just got more convoluted. The child theme was overriding some of the fundamental functionality of the Cherry framework (like enabling/disabling the search feature), and the actual framework settings defined in WP admin (including colours, wallpaper, etc).

I thought briefly about hacking the stylesheet of the theme, and thought better of it. Any future theme updates would wipe out my amends, and so I decided to create my own child theme of Cherry. By this point, I was pretty pleased with Cherry, and thought it would be a useful addition to the site. The theme we bought wasn’t anything complex (we just wanted something quick) and the time taken to create and style a new child would likely be quicker than suffering the theme we bought..

However, going through the normal process of creating a child theme in WordPress wouldnt work. Stripping everything back to bare minimum would always result with WordPress showing php errors unable to find a huge list of php includes. No matter what I tried, I could not create my own child theme to use the Cherry framework – it just kept crashing.

Support from the guys at the Cherry Framework was not much use either. I emailed them asking how to create my own theme, and initially received fairly prompt reply (20 minutes) to say…
“You already have a child theme in your cherry framework template. You only need to install and activate it.”

But when I replied to ask how to create a child based upon the framework skeleton that I just downloaded off their website I received no reply. *silence*

Update: I just received a reply from their support to say…
“Unfortunately we do not provide support how to build your own theme. However we can offer you to purchase a complete theme, that is already build on CherryFramework. Please check this link: http://www.templatemonster.com/wordpress-themes.php” – so then what is the point of the CherryFramework? To become an affiliated developer? In which case, why are Cherry allowing themes that don’t actually use the fundamental features of the framework? Beats me.

In the end, after wasting a huge amount of time, I decided to just revert back to the original theme we bought, suffer its “quirks”, hardcode my own style.css (regretfully with “!important” after almost every CSS property) and chalk it up to “never use cherry ever again”

Do not use Cherry – unless you are a sadist.