Research…

A lot of blogger or even just a corporate blog likes to give reviews, for free or for paid. It is a good thing, so far, though I don’t really like the idea back then.

But after spending sometimes on the search engine, I think those review done in a blog way is much much better. Imagine you search for some keywords like “OxyElite pro reviews“, it comes out a list of forums and forum thread, then you’ll read through the whole thread to find out the review, when, there is alway some forumers like to jokes…

Research, is part of my name nowadays…

Make WordPress SEO friendlier

Just a quick question…

If meta keywords were built for SEO friendly, why the default WordPress theme comes with no meta description and meta keyword?
Wordpress default theme
Well, probably a lot of user added meta description and meta keywords themselves, but that’s all. It all fixed and not change-able. I recently look into the WP template tags, which has this get_the_tags function.

So I got into the default theme, add in this:

<meta name="keywords" content="
Check if it is on single.php
<?php if (is_single()){ ?>
If it's on single.php, show the tags of the entry
<?php $posttags = get_the_tags();if ($posttags) {foreach($posttags as $tag) {echo $tag->name . ', '; }}?>
If not on single.php it shows these keywords.
<?php } else { ?>
My, own, fixed, keywords
<?php } ?>"
/>

Now you have different meta keywords on different entry, and the keyword is according to your post tags :)

My top 10 search keywords

I forgot how long I did not login to web statistic to check tghe stat. Curiously I login tonight while don’t know what to focus (serious migraine here).
Top 10 keywords
Did I use too much “shit” and “memories” keywords? Hmmm….
Jungle
Somehow those keywords did give me some good memories back. Back in the college years, one of my friend who also came from Sibu, always invite my girlfriend and I to travel around. Especially jungle area :)

Speaking of PayPal withdrawal, it happen once so far. There is still no clear explanation from PayPal about the problem though. Some visitors still come in and comment on the out-dated entry. But the keyword is funny.
PayPal
These people needing testosterone cream shit! Go and check around the online payment gateway available. I’ve checked a few online payment gateway, PayPal turned out to be the lowest one compare to any other. What’s there to complain about the withdrawal fees?

Ok, I should take some rest and sleep… Can’t sleep when migraine :(