Sorry, I do not understand how routing will help me.
Routing, if I'm not wrong, is to get the right module, controller, action.
I thought I could just rename my action, for example with my previous
example :
instead of :
function showContactUsAction() { ... }
change to:
fucntion contact_usAction() { ... }
But then I read about this :
http://www.mindloop.be/nieuws/nieuwe-ontwikkelingen/seo-warning--zend-framework-and-duplicate-content
(I do not understand the article very well because I do not understand how
the SEO can get the URL in multiple ways if I use only the reference link
like "contact-us" in the other pages)
Tobias Gies wrote:
>
> you can use your own custom routes with the router to achieve your goals
> on
> SEO. see here:
> http://framework.zend.com/manual/en/zend.controller.router.html
>
> 2007/11/20, debussy007 <[EMAIL PROTECTED]>:
>>
>>
>> Hello,
>>
>> The URLs of web application using an the MVC pattern of the ZF, will show
>> URLs like :
>> http://www.example.com/myController/showContactUs
>> Instead of something like :
>> http://www.example.com/myController/contact-us.html
>> And it seems to me that it is a huge inconvenience concerning SEO's.
>>
>> Thank you for any opinion.
>> --
>> View this message in context:
>> http://www.nabble.com/Zend-Framework-project-and-SEO-issues-tf4841915s16154.html#a13852781
>> Sent from the Zend Framework mailing list archive at Nabble.com.
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/Zend-Framework-project-and-SEO-issues-tf4841915s16154.html#a14114196
Sent from the Zend Framework mailing list archive at Nabble.com.