ZF and SEO

This is in response to Cal’s post on SEO experts.

It really depends on the framework… Zend Framework is very SEO framework. Others that rely on a lot of ajax or javascript POST callbacks to facilitate basic navigational tasks will stop a search engine dead in its tracks.

I have also seen frameworks which use strange http redirects as part as the controller, this has the habit of killing search engines as well.

Speed is also important in SEO, being able to output the correct http cache tags. You should have complete control over the output HTML, the ability to create descriptive css styles and have full control over the structure of your html output.

Clean URL support is good in ZF, but the default front controller still needs some modification to be truely SEO friendly.

When it comes to SEO experts I totally agree that they are the scum of the earth… but they are also just playing a game that Google set up for them to play.

The monetary value of being #1 on Google is just too much to pass up.

2 Responses to “ZF and SEO”

  1. pcdinh Says:

    I think that URL in Zend Framework is very clean due to url coding convention and routing technique. I am very interested to hear your opinion on what modification that need to be done in Zend default controller to make it “truely SEO friendly”?

    Thanks

  2. A Day in Paradise » Blog Archive » ZF and SEO « John Herren’s Blog Says:

    […] August 16th, 2007 · No Comments A Day in Paradise » Blog Archive » ZF and SEO […]

Leave a Reply