Archive

Posts Tagged ‘Joomla’

Improve Page Load Times to Improve Page Rank

February 11th, 2010

Last year Google said that load times would become a factor in determining your page rank. I have been toying with Joomla load times trying to speed things up and found two things that are very effective (and easy):

  1. In the  >Global Configuration panel under >Server,  enable gzip compression (duh!)
    Using this, the content the server send the info to the browser compressed so bandwidth isn’t as big of an issue.
  2. Install a CSS/Java compression plug-in. I used a plug-in CssJsCompress to great effect, be sure to configure Css/JS compression and enable the plug-in after you install it.
    Using this, the CSS and Java scripts are compressed.

The sites I have on godaddy have had no issues with these changes and I have measured significant improvements in load times.

More technical details can be found here: http://developer.yahoo.com/performance/rules.html

To test performance, I recommend using a combination of Firebug and Page Speed plug-ins in Firefox.

I am still investigating ways to speed up WordPress, if you have some recomendations let me know!

SEM ,

Mod Rewrite for Better Living

March 13th, 2009

I have written before about never deleting or renaming a page, but there are times when it is unavoidable. Restructuring a site, removing obsolete products and changing scripting languages (moving to shtml from php, or php from html) make this a common problem.

I am in the middle of two large projects that will involve changing the names of many pages. These are both Joomla-based sites, so I am mitigating some of the problems by using sh404sef. It does a great job of helping you control page names, maintain legacy extensions, etc. But there are still pathing and page name changes that will need to be addressed, for these mod-rewrite is the tool.

Stephan Spencer has recently posted an excellent two-part article on the subject, see:

Past articles on the subject include:

SEO , , , , ,

Working with CMS Systems

July 20th, 2008

CMS is the future

If your here, you are likely already familiar with the concept of Content Management Systems (CMS) and what they do. The attraction is simple, the ability to give your marketing folks (yourself in some cases) the ability to directly edit content of your website without any HTML expertise or a concern that they might break the site.

I bought into this idea working with the folks at one of the local design firms. A BIG attraction for me is the ability to tweak key SEO elements of my clients’ sites without their Webmaster fearing that I will break something.

When I launched the website for my SEO consulting business in 2007 I used WorkPress, which might be considered a kind of CMS-lite system. WorkPress very capable and each successive generation of WP has become slicker and easier to use. However, WorkPress would not be appropriate for a large website as it lacks the flexibility to control elements (Google Ads, etc) with any granularity.  

I have a small, relatively relatively low-traffic site for audio enthusiasts. The site is an outlet for my enthusiasm and a platform to experiment. The site is a an affiliate site for eBay, Commission Junction, and Google AdWords. Over the past couple of months, I have been working my way through learning and converting the site to Joomla .

I continue to be impressed with just how flexible Joomla is. The price that is paid for its flexibility is the complexity of initial set-up and many designers hate it for this reason.  I don’t want to imply that learning Joomla has been easy for me. The conventions used in Joomla have been very foreign and it has challenged my thinking on more than one occasion! However, as I have worked through the configuration and set up it has steadily gotten easier.

Don’t like the page layout? You don’t change the HTML, you change the settings and voila, the layout changes. With Joomla, if it’s not native, there a module to accomplish almost anything. Want to syndicate your content (RSS feed), take orders (e-commerce), the ability to send newsletters to people that frequent your website… it’s a few clicks away and many modules are free. 

I believe down to my toenails that CMS systems are the future. If you are building a new website or are considering a rework of an existing site, I would encourage you to explore CMS options. I picked Joomla to use for personal projects as I feel it has the greatest momentum and expect it will become easier and evolve and to be the platform of choice.

 

SEO , ,