The URL recoding feature detects whether the site visitor is a web spider, and if it is, generates static URLs for links to pages, rather than the dynamic URLs that the ATG platform typically uses. A static URL can include the product and category name, which may result in higher ranking for the page in searches for that product or category. For example, the static URL (minus the host name and context root) for a product detail page might look something like this:

/jump/Lissadel+Decanter/productDetail/Glassware/xprod2046/cat10020

This page will have a higher ranking for a search term like “Lissadel Glass Decanter” than the equivalent dynamic URL, which looks something like this:

/browse/productDetail.jsp?productId=xprod2046&categoryId=cat10020

To implement the URL recoding feature, Commerce Reference Store includes components that:

In addition, it includes components that translate static URLs in incoming requests (issued when the customer clicks a link in a search index) to the dynamic URLs that the ATG platform understands.

These components are described below.

 
loading table of contents...