WordPress Hosting

You can find my WordPress hosting article here, because of an experiment the comments for that article are here, while the article itself is “on it’s own”.

Preventing your site from being indexed, the right way

It keeps amazing me that I keep seeing people use robots.txt files to prevent sites from being indexed and thus showing up in the search engines. You know why it keeps amazing me? Because robots.txt doesn’t actually do the latter, even though it does prevent your site from being indexed. Let’s go through some terms [...]

Tags: ,
Categories: SEO

Changing your permalink structure

I recently changed the permalink structure of this WordPress blog, going from /%year%/%monthnum%/%day%/%postname%/ (WordPress default i think) to the much more elegant and simple /%postname%/. This is very cool ofcourse, both because it’s simpler and SEO wise, but on an existing blog, this leaves you with lots of links that point to the wrong URL. [...]

Change domain, and warn your visitors

When you change domains, for instance using my moving WordPress to a new domain guide, you’ll usually redirect your visitors with something looking like this: Redirect 301 / http://new.example.com/ The only issue with this is that people might not notice that you’ve moved to a new domain, and thus might not update their links to [...]

Tags: ,
Categories: Serverside

WordPress Hosting

What everybody ought to know about hosting reviews I moved this article about WordPress Hosting to my articles section, to prevent it from being buried. If you want to leave a comment: please do so right here! It’s the time of the year for rethinking things, and for being honest. In this quite long post [...]

Tags: , ,
Categories:

Magento performance hosting

The system requirements of Magento are quite extensive, it requires at least PHP 5.2.0 extended with mcrypt, PDO_MySql and simplexml. For the database Magento needs at least MySQL 4.1.20 with InnoDB storage engine. At MagentoCommerce.com you can find a complete list of requirements. But how do you know if your server meets these system requirements? [...]

Tags: , ,
Categories: Magento

WP-cron not working?

So when I moved to the (DV) server at MediaTemple, it turns out that my WP-Cron stopped working. I didn’t notice for a while, until I found out that the new version of Tweetbacks didn’t work for me anymore, and this was using wp-cron. The fix turned out to be very simple, after some debugging [...]

Tags:
Categories: WordPress

Move your WordPress blog to a new domain in 10 steps!

A friend recently asked me how to move his blog, which is on /blog/ on his domain, to a new domain on it’s own. The steps are easy, but have to be taken in the right order to make sure you’re not annoying your users and the search engines: Put up a robots.txt on the [...]

Playing with the X-Robots-Tag HTTP header

Ever since the announcement on the Google Blog and more recently Yahoo’s announcement that they’ve enhanced their support for it, I’ve been meaning to play with the X-Robots-Tag header. This HTTP header allows you to do what you’d normally do in a robots meta tag, in an HTTP header, which has some pretty cool appliances. [...]

Tags: , ,
Categories: SEO

Feeds in the search results?

There was some discussion on one of the biggest Dutch online marketing sites as to whether RSS feeds were any good for your SEO. I gave a quite lengthy reaction to that in Dutch which I wanted to share with all of you as well. My opinion is that the fact that feeds are showing [...]

Tags:
Categories: SEO