SEO configuration parameters for Marketing. |
- productURLPatternName
- Defines the URL pattern name that is used for marketing content
recommendation URL creation for products, this URL pattern name is
defined in the pattern files. This URL pattern name is defined in
the pattern
files.
- categoryURLPatternName
- Defines the URL pattern name that is used for marketing content
recommendation URL creation for categories, this URL pattern name
is defined in the pattern files.
|
SEO configuration parameters for the SEO URL
Keyword generator. |
- URLloadingConfigs
- Specifies the 3 URL loader configuration files to load: Product_URL,
Product_Item_URL and Category_URL for the SEO URL keyword generator.
For example, product.xml, item.xml,
and category.xml.
- InvalidString
- This property specifies the replacement values for characters that are invalid for URL creation,
such as substituting a dash (
\x3f ) for the invalid question mark (?) character. The
default values are
\x22 ,\x3F ,\x5F ,\x3D ,\x23 ,\x2F ,\x20 ,\x7E ,\x26 ,\x27 ,\x2E
,\x2C ,\x2B
\x25
which replace the following default invalid characters:
" ? _ = # / ' ' ~ & ' . , +
- %
For customization, ensure that the InvalidString values are URL encoded values, such as
\x7B for the { character.
- fixedString
- This property specifies the replacement values for characters
that are invalid for URL creation, such as substituting a dash (-)
for the invalid question mark (?) character. The default values are
" ,- ,- ,- ,- ,- ,- ,- ,- , , ,- , "
which replace the following default invalid characters:
" ? _ = # / ' ' ~ &
' . , +
- autoGenerateKeywords
- This property can be used to disable
automatic URL keyword generation in Management Center when users create products
and categories. This disablement can be helpful if you generate your SEO URL
keywords by some other means, for example, by using the
seourlkeywordgen script or the Data Load utility.
- InvalidName
- InvalidName
specifies the URL string that must be changed. InvalidName is used with fixedName.
- fixedName
- fixedName, and
InvalidName
specify how to substitute strings in generated URLs. InvalidName specifies the
strings that must be changed, and fixedName specifies the substitution strings
to use instead.
For example, you want to replace all occurrences of ("?_) with
dashes (-) . Add the following configuration to the
wc-admin-component.xml
file: <_config:property name="InvalidName" value="\x22\x3F\x5F"
/>
<_config:property name="fixedName" value="-"/>
Adding
the configuration can change this URL
http://mycompany/mystore/myproduct"?_blue"?_large to this
http://mycompany/mystore/myproduct-blue-large.
InvalidName and fixedName can have more than 1 string
value. Each value must be separated by a comma. For example, the following configuration replaces
three quotation marks (""") with one dash (-) , three question
marks (???) with one dot (.) , and three underscores
(___) with one plus sign (+) : <_config:property
name="InvalidName" value="\x22\x22\x22, \x3F\x3F\x3F, \x5F\x5F\x5F"/> <_config:property
name="fixedName" value="-,-,-"/>
|
SEO configuration parameters for the Management
Center UI. |
- invalidURLCharactersList
- Specifies that Management Center is to block users from inputting
any keywords that contain the following characters. The default values
that are blocked are:
- allowAmpersands
- Specifies that Management Center is to block users from inputting
any keywords that contain an ampersand (&) character. The default
value is
true , which allows the use of ampersands.
- allowSpaces
- Specifies whether Management Center is to block users from inputting
spaces in SEO URLs or not. The default value is
fales ,
which does not allow the use of spaces.
|
SEO configuration parameters for the Redirect
Engine. |
- numberOfDays
- Specifies how long the redirect rule remains active.
- redirectHitCountBatchUpdateSize
- Specifies how many redirect hits can accumulate before the Redirect
Engine updates the
RedirectHitCount into the database.
|