cancel
Showing results for 
Search instead for 
Did you mean: 

WCEM 30 SEO and friendly URL

Former Member
0 Kudos

Dear colleages,

We have implemented a WCEM project, and now we need to carry out two improvements:

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Duran,

if Hybris would not pulled away all the resources, the SEO / SEF functionality would have been a standard feature of WCEM already.

Unfortunately, this is forcing to to do some custom enhancements, but it is not too hard to implement. You can use e.g. PrettyFaces (http://ocpsoft.org/prettyfaces/) to map incoming URLs correctly. You find some good usage examples on the PrettyFaces page.


However, you will still face the problem that generated URLs which you / WCEM does write out are not pretty. This will require some custom coding in the rendering process.


Hope that helps,


Andreas

daniel_ruiz2
Active Contributor
0 Kudos

Hi Manuel,

what is your question / pain point?

there are many ways to do such.. you can create a Filter that matches the URL's in question, extend the components of JSF library in a way they will create friendly URL's for you, and this should be piece of cake..

now, you'd need also to pay attention on things like uniqueness, and using your example, you couldn't have two products with the same product name for a given product category and sub category.. WCEM itself uses productGuid as key, so you would need some enhancements directly on MDM upload to enforce such constraints...  would this be the part you have trouble?

Cheers,

D.

Former Member
0 Kudos

Hi Daniel,

Thanks for your reply.

Could you explain how and where I can create the filters? What JSF components have I to extend?

Cheers,

Manuel

daniel_ruiz2
Active Contributor
0 Kudos

Hi Manuel,

just a Filter.. Filter (Java EE 5 SDK) - you need J2EE knowledge in order to extend WCEM or any Java based web application..


you should be able to find at least 200 or more tutorials, explanations, usages and so on on Google.. (query for j2ee filter)




Cheers,

D.