Attribute use
Consider how attributes are to be used when assigning properties and values. Identify the attributes that are used as labels for presentation, such as a product name, image, price, and description, and which attributes are used for data entry. Consider how the attributes are represented on different pages throughout the site, and how they appear on category pages, product detail pages, category grids, and thumbnail sliders.
Color
Ad-hoc color descriptions can pose a challenge from the standpoint of database operations. Color names such as “Azure Skies” or “Robin Egg Blue” have great appeal, but might not return the best results when used as search criteria, or if merchandising requires you to specify Color_Family:Blue
. Consider how colors are represented in search results and layered navigation, and establish some guidelines for your business needs. Then, be consistent when assigning color attribute values throughout your catalog.
Variations management
Use product configurations options and configurable products to manage variations in your product offerings. These features make it easier to categorize products, to create cart price rules and dynamic categories rules, and to offer a selection of options with various text, selection, and date input types.
Weighted search
Product attributes that are enabled for catalog search can be assigned a weight to give them a higher value in search results. Attributes with a greater weight are returned before those with a lower weight. For example, consider two attributes in the system, color with a search weight of 3 and description with a search weight of 1. A search for the word red returns a list of products with a color attribute value of red
, but does not return products with descriptions that contain the word red. In this example, the color
attribute has a greater defined weight than the description
attribute.
Unused properties
Remove unused product properties for better structuring and faster indexing.
[NOTE!]
For information on optimizing the product attribute configuration for performance, see Catalog management best practices in the Implementation Playbook.