Modifying dynamic Recipe URLs to contain desired input fields for constructing SEO-friendly URLs
The current
Recipe URL page contains some parameters in its dynamic URL that is
not compatible with constructing SEO -friendly URLs. In this section
you modify the recipe page so that the current recipe implementation
is maintained when constructing SEO-friendly URLs.
Procedure
- Navigate to
- Edit get-data-config.xml to define
a new expression builder to retrieve ProjectCollection objects by
their unique collectionId.
- Navigate to .
- Modify the RecipeCollection JSP files to pass a collection
parameter into the Recipe URL and to remove the collectionName parameter
from the page title and replace it by retrieving the information from
a service request.