Archive for April 21st, 2009

Mobile Seo Upgrade for Sliming Diet & Health Site mobislim.com

60 Comments

We had confirmation today from Bango Button that we could upgrade the framework for mobislim.com so that it could utilise our new Scorch Controller (TM). This was also ok’d by the mobislim web mistress and mobislim blog writer - Maria.

Scorch Controller ensures that the cms publishes search engine friendly url’s. But simply putting mobislim under Scorch Control was not a big enough challenge for the day. I am therefore currently working on enhancing the ScorchControl to:

  • Create a dynamic page title based on the current asset / page command function.
  • Read in meta data from the current asset and if present use this to populate the “decription” and “keywords” meta tags. (This requires adding these fields to the asset object, and creating setters for these in the CMS.
  • Generate related tags for articles / assets. i.e. if an article is tagged with “health”, “slimming” and “diet-pills”. Then when on the view articles page, there will be links for health, slimming and diet pills, which list all articles containing these tags.

We can then create a google mobile site map for the new mobile seo friendly url’s.

I propose to have the above all running and migrated by the crack of dawn tomorrow. The fact that I can do this within this time frame is all down to the beauty that is Spring MVC - the Java framework which the Scorch Controller is implemented in.

More soon!

Tags: , , , , , , , , , , , ,

Finally Sorted out the Permalinks problem on Wordpress!

119 Comments

Have finally managed to sort out the permalinks on word press for this blog - the problem was that although WordPress was able to modify the .htaccess file, the url rewriter was being ignored by apache. This is almost certainly down to the super lame httpd default install on this fasthosts server.  I fixed the problem by putting the url rewriting code into the “dont’t put anything here” section of the vhosts.conf file and it has fixed the problem nicely. I’m even happier that the old urls work too so no having to add redirects to keep up my existing page rank! Now to press on and get the new version of our mobile slimming site - mobislim v2 - live onto our production environment.

Tags: , , , , ,