seopage input file
Use a seopage input file to load the URL keyword for a content page.For a sample that demonstrates how to use this input file, see Sample: Loading Commerce Composer pages.
We can extract SEO information for pages with the Data Extract utility to create a seopage.csv file that we can load with the Data Load utility. For example, to copy or move Commerce Composer pages between stores or instances, such as for creating one or more test environments. The sample configuration files provided for you to use with the Data Extract utility, extract page SEO data from the following database tables:
For more information about extracting Commerce Composer data, see:
- Extracting Commerce Composer data with the Data Extract utility
- Sample: Extracting Commerce Composer pages
Definitions
- PageGroup
- (String) The page group that the page belongs to. The page group for the page is defined in the page input file. Use the value Content.
Maps to: PLPAGE.PAGELAYOUTTYPE_ID
- PageUniqueID
- (Integer) The internal reference number for the content page, for example, 60001. In Delete mode, either this field or the PageAdminName field is required (see next column).
Note: The sample CSV file does not include this column; the sample demonstrates the use of the PageAdminName to uniquely identify the page.
Maps to: PLPAGE.PLPAGE_ID
- PageAdminName
- (String) The name of the content page, for example, HomePage or HelpPage. ThePageAdminName is defined in the page input file. This name is displayed in the Commerce Composer tool to help business users identify the page. In Insert or Replace mode, this field cannot be null and the name must be unique. In Delete mode, either this field or the PageUniqueID field (see previous column) is required.
Maps to: PLPAGE.ADMINNAME
- URLKeyword
- (String) The keyword to use in the page URL, for example, customer-support. As a result, the page URL might look like this example:
www.aurora.com/shop/customer-support
Maps to: SEOURLKEYWORD.URLKEYWORD
Related concepts
Pages and page creation
Search engine optimization (SEO) title and meta description (TMD) data for store web pages
Related tasks
Extracting Commerce Composer data with the Data Extract utility
Related reference
Commerce Composer samples
Sample: Extracting Commerce Composer pages
Sample: Extracting Commerce Composer data
Commerce Composer object input file definitions