sitecategory
Defines categories for organizing site content, enhancing user navigation and searchability.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | A unique identifier assigned to each category entry. | |
| categorylistlayout | String | The layout format used for displaying categories on the site. | |
| correlateditemslistlayout | String | The layout format for displaying upsell items related to the category. | |
| currentaudience | String | The specific group or audience targeted by this category entry. | |
| excludefromsitemap | Boolean | Specifies whether this category should be excluded from the sitemap. | |
| externalid | String | An external identifier that links to another system or reference. | |
| fullname | String | The complete name of the category, including hierarchy if applicable. | |
| isinactive | Boolean | Specifies whether this category is currently inactive or hidden. | |
| isonline | Boolean | Specifies whether the category is available for display on the website. | |
| itemlistlayout | String | The layout format used for displaying items under this category. | |
| metataghtml | String | HTML content for meta tags associated with this category, enhancing search engine optimization (SEO). | |
| name | String | The name of the category being defined. | |
| pagetitle | String | The title displayed for the category page, used for SEO and navigation. | |
| parent | String | The parent category to which this category belongs, if applicable. | |
| relateditemslistlayout | String | The layout format used for displaying related items. | |
| searchkeywords | String | Keywords associated with the category to improve searchability. | |
| sectiondescription | String | A brief description of the category's purpose or content. | |
| sectiondetaileddescription | String | A more comprehensive description of the category, providing detailed information. | |
| sitecategorytype | String | The classification type of the category (for example, standard or special). | |
| sitemappriority | String | The priority level of the category within the sitemap structure. | |
| storedisplayimage | String | The primary image associated with the category for display purposes. | |
| storedisplaythumbnail | String | A smaller version of the primary image, typically used for preview displays. | |
| urlcomponent | String | The specific URL path segment used to access this category on the site. |