Categories
Internet SEO Tech

How To Improve The Search Feature Of Your WordPress Blog

This post was inspired by a tweet from Lorelle, my favorite WordPress expert. Lorelle’s tweet was saying “Make WordPress’ search function suck Less” with a link to this post. I had WordPress search issues in the past and found a few solutions and I thought I would learn a little bit more from this post, but I didn’t.

Basically this post was about manually tweaking your search.php file, which improves the WordPress search feature but it still doesn’t make it a good search feature. The main problem with the WordPress search feature, besides the irrelevancy, is that if you have a large blog of a few hundreds posts, then there is not much you can do to speed up the search.

I don’t pretend to be an expert about WordPress (I’m actually far from that!) but I do think both solutions I will talk about in this post are much better at delivering very good search results for your WordPress blog. By “good search results”, I mean results that are delivered quickly, that are relevant to your search query, and sorted by relevance.

wpSearch Plugin

The wpSearch plugin is like having your own custom search engine on your blog. wpSearch is based on “Lucene“, a full-featured open source text search engine. wpSearch is fast, and relevant, which is pretty much everything I need from a search engine on my blog.

To set up wpSearch on your blog, simply download the plugin from here, then upload it, set permission to 777 (very important), and activate the plugin from your admin panel. After activating it, you will have to build the search index database, which may take a while (about 5 posts/second) if you have many posts on your blog. That’s all there is to it. Now check your search feature and you will see a huge difference in the results you will get. The relevancy will be so much better that like me, you’ll want to blog about it ;-)

Adsense For Search

Adsense for Search (AFS) is now my favorite search feature for my blogs for 2 reasons: for one it is the best search engine you can get; and two, you can actually make money from it. Even though I hate Google as a company, I can’t deny that their search algorithm delivers the best you can get from a seach engine thus far.

Now the main concern about Adsense For Search is that you have to rely on Google to crawl your website to index your new posts. Some people won’t use Adsense For Search for this one reason. Yes, you have to wait for Google to crawl your site and index your pages but how much does that really matter in your case? I mean, is it that important to you that your post must be foundable immediately after being published?

Besides, one benefit of Adsense For Search that I have been able to verify on all my blogs is that when AFS is implemented on your site, Google will come visit you quickly and more often. I haven’t done scientific tests on this, but I was able to notice it on many occasions. Most of the time, when I publish something on my blogs, the post is picked up by Google within hours, sometimes within minutes.

To set up, AFS, you will need a Google Adsense account.

Categories
Internet SEO

No More DoFollow For Me!

saynotonofollow

A while back, when I started this blog, I installed the DoFollow plugin which removes the nofollow attribute of the URL of your commenters and any URL included in the comment itself. The reason I installed this plugin was to quickly get many backlinks to this blog.

Indeed, when your blog is “dofollow”, you get featured on many sites or blogs that give list of dofollow blogs. Doing this got me listed on a few hundred blogs in no time creating a large amount of backlinks, which is probably the reason why my blog has a PR4.

The downside of this as you can imagine is that you get quite a bit of spam comment. Akismet handles most of it but from time to time I had to manually delete comments. But most people commenting on my blog just to get a link back are actually very well behaved. Most didn’t abuse it and left genuinely interesting comments. In this case, I didn’t delete the comment.

Today I decided it is time to go back to the nofollow rule. My blog is clearly not intended to make money or anything like that so I really don’t care about traffic and Google PR, which in my opinion doesn’t even mean anything anyways. Besides, I will probably remain listed as a dofollow blog on many sites so I don’t think I’m gonna suffer any link juice dicrease.

Categories
Internet Tech

How To Upgrade WordPress Without Losing Your Plugins

wordpress

WordPress just released version 2.7 of their software and I have to say that it is one big update! Although there is not much change in the overall functionalities, something that changes is the overall layout of the admin panel. The WP team has spent a lot of time and put quite a bit in the way of resources towards making things both look and work nicer. This release doesn’t contain any security fixes that I am aware of, but it definitely feels quite a bit faster. Well, at least in my rather unscientific tests, it does. Your mileage may vary, of course…

As usual when you update, there is a risk of screwing something up. What I always do before updating is exporting all my post. This way, I know that if there is a problem during the process, all my posts will be safe somewhere on my PC.

If you’ve updated to a previous version before, you may have encountered issues such as not being able to login for example. As I was able to verify before, the most common problem comes from the plugins.

The best way to avoid any problem with you plugins is to access your server and rename your plugin folder, right before updating WordPress. For example, I rename my plugins folder to “plugins-old”. Then I update WordPress, update my database and when this is done, I go back to my plugins folder that I previously renamed “plugins-old” and rename it “plugins” again.

My hosting company, DreamHost, automatically creates a new “plugins” folder when I update to a newer version so I always have to delete this one first before renaming my folder to “plugins”.

Doing so avoid losing all your plugins or having to reactivate all of them individually. Hope that will help some of you.