CatalogGroupSEO

Use the CatalogGroupSEO keyword to load search engine optimization URL and page information for specific categories into your HCL Commerce database.

Previously, you could load this data only in CSV formatted files. You can now load information in a CSV or XML formatted input file. Your input file must contain CSV column or XML element names and definitions that specify the characteristics of the business object type you are loading into your database.

To load SEO URLs with the Data Load utility, you must define the loadSEO configuration property in the wc-dataload.xml configuration file. This property must have the value true for the Data Load utility to load SEO URLs. For example:
<_config:property name="loadSEO" value="true"/>
Note: You cannot load substitution parameters for SEO data in this CSV file. You can add substitution parameters in the Catalogs tool. For more information, see Substitution parameters for Search Engine Optimization (SEO).

CSV column and XML element definitions

GroupUniqueId
(Integer) The internal unique reference number of the category. Either this field or the GroupIdentifier is required.
GroupIdentifier
(String) The category identifier. This identifier cannot be null in Insert, Replace, or Delete mode.
LanguageId
(Integer) The language ID for the page. If omitted, defaults to the language in context.
URLKeyword
(String) The desktop URL keyword to use as a unique name for the category URL.
PageTitle
(String) The language-specific page title for this category. The title that you provide displays in the title bar in the customer's browser.
MetaDescription
(String) The language-specific meta description for the page. The meta description is used by a search engine to provide a description of your site and this category on a search results page.
ImageAltText
(String) The language-specific image alternative text for the page. The alt text describes the contents of the image for search engines to accurately rank and index the image.