For the past week I have been working on my flexible FURL system for minervaseo, and from what I have infront of me it is pretty amazing.

Basically the systems analyses every link on any page that it is running and then assigns it informative data so that anyone can easily manipulate it upon the type of url it is. For example let’s say I want to add a nofollow link to any external urls. So what I do is write an if example:

if($url_info['is_not_host'])

{

…..

}

it will then perform a certain task to all external links that is not on the current host. And what more I am planning on having a hook system running so that if you made a component and want to parse certain url into FURL, the system will run your script before, after or over a certain piece of script that would have been perform to generate the new url.

Not only that I am hoping to a few extra nifty options for the FURL by the next version. Maybe in this week coming or the next I will release Mseo 0.0.4 but for now everyone would have to wait.

So to sum it up this is what is expected on the next release:

  • Ability to configure furl per page
  • Ability to processĀ  furl with mod_rewrite
  • Fix bugs
  • Fix none furl uniqueness
  • fix Unreal portal issues

I’m off for now, very tired.