Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleHTML META tags for default Product-pages

The content of HTML Meta tags on product pages are handled in

Code Block
applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy

The following content will be handled as i18n content, i.e. locale/fallback locale applies in <HTML><HEAD>...<META type="keyword" ...> tags:

  • product.name (content items mapped as "PRODUCT_NAME" type)
  • catalog.name (not i18n)
  • productCategory.description (content items mapped as "DESCRIPTION" to all categories that this product is a member of)

The following content will be handled as i18n content, i.e. locale/fallback locale applies in <HTML><HEAD>...<META type="description" ...> tags:

  • product.description (content items mapped as "DESCRIPTION" type)

Using this will help you with localized SEO (=Search Engine Optimisation) projects.

MORE TO COME SOON (worked example)

Translation of Text Elements using the CMS

...