For the “About Joost” widget shown on the homepage of this site, I created a new widget. It has two great features: it shows just on the homepage, and the content and title are drawn from a page, so that I can edit it as a normal page with the richtext editor in the backend [...]
Yoast tweaking websites
This blog is based on WordPress, and customizing and SEO-ing it is a constant process, so I blog about that quite often. After all, good SEO on this blog makes for lots of visitors, which is exactly what I want of course.
Conditional WordPress widgets with rich editable text
Categories: WordPress
WordPress 2.3 makes creating dupe content even easier!
WordPress 2.3 has tags built in, as it was one of the most requested features by users. The default kubrick theme and a lot of others now have a link underneath each post to the category the post was placed in and the tags appointed to the post. Like this: Combine that with WordPress’s default [...]
Upgrade your WordPress!!
WordPress 2.3 “Dexter” has been released, and it’s cool, so upgrade NOW. If you’ve upgraded ad you use my Robots Meta plugin, you’ll see two new functions: “Enforce a trailing slash on all category and tag URL’s” and “noindex the comment RSS feeds”. Especially the second one is a reason to upgrade, as it allows [...]
Categories: WordPress
Exporting your users and / or commenters to a CSV file?
If you have a huge blog, you might want to create a mailinglist for your readers as well. Now to start that mailinglist, you could get all the people who once commented on your blog, or just those who registered for your blog, into that mailinglist. If you’re running on WordPress and want to do [...]
Categories: WordPress
Google Analytics for WordPress: my latest plugin
I just wanted to let you guys know that I’ve thrown the first version of my Google Analytics for WordPress plugin out there. You can download it from here, while you wait for me to write the page for it on this site! It automatically tracks outbound clicks from posts, comments, blogroll, it tracks downloads, [...]
Optimizing your WordPress titles
I’ve recently redone my entire category structure, going from a large group of categories to only six of them. I did that with a plugin which adds an ajaxy bit of interface so you can easily add and delete categories to posts from the category overview. This plugin is called wp-cats. Now after doing this [...]
More WordPress SEO: robots-meta update
After reading Halfdeck’s post about Third Level Push, which Roy pointed me at, I decided to add the necessary code to the Robots Meta plugin, since the code example Halfdeck gave was for an older version of WordPress (the wp_list_cats function he uses was deprecated in WordPress 2.1). It’s quite easy, you check the appropriate [...]
Update of Robots Meta plugin: more duplicate content issues solved
WordPress has a few nasty issues with duplicate content which the Robots Meta plugin I wrote can solve for you. In the latest update I just put up, you can now also disable the date based archives if you don’t use them, and the author based archives. Especially the last one is one that few [...]
Merging plugins: the meta-robots WordPress plugin
I’ve merged a couple of plugins into one plugin, creating the meta-robots plugin. This plugin is able to add all meta robots tags you’d possibly wish to add to pages.
Categories: WordPress
Adding a description to your categories
Robbert mailed me today asking with which template tags I used to make the description show up on my category pages. Well, first of all, you can add a description to your categories under Manage -> Categories: If you press the edit button there you can edit them like this: The description is what we’ll [...]
Categories: WordPress