PrintNowPrintNowDocs

Tag Content

Manage the HTML content and SEO metadata for product tag pages displayed on the storefront.

The Tag Content page lets you manage the rich HTML content and SEO metadata for each product tag in your storefront. Tags are used to group and filter products on the storefront's product listing page. When a customer clicks a tag, they see a filtered product list with the tag's CMS content rendered above the products. This page is where you create new tags, write tag descriptions, configure SEO metadata, and control tag visibility.

Tag content is stored separately from the tag name itself. The content is linked through the database via a pageId that connects the tag to both a Content record (HTML body) and a SeoCore record (SEO metadata and URL). This allows each tag to have its own dedicated landing page with custom content.

View Tag Content

  1. From your Unified Admin, go to Content > Tag Content.
  2. The list displays all tags for the current storefront in an AG Grid table.
  3. To search, click the Search button to filter by tag name.
  4. To add a new tag, click the Add Tag button. A dialog opens where you can set the tag name, parent "Browse By" group, Published status, and Sidebar visibility.
  5. To toggle flags inline, click the Req. Login or Published checkboxes directly in the grid. Changes are saved immediately.
  6. To export all tag content to an XLSX spreadsheet, click the overflow menu (three-dot icon) and select Export.
  7. To import tag content from an XLSX spreadsheet, click the overflow menu and select Import.

List Columns

ColumnDescription
CMS #The unique identifier for the tag's CMS record.
TagThe tag name as displayed on the storefront.
Friendly UrlThe SEO-friendly URL path for the tag's landing page on the storefront.
Req. LoginCheckbox indicating whether the customer must be logged in to view this tag page. Toggling this updates the flag immediately. Disabled for static pages on non-retail stores.
PublishedCheckbox indicating whether the tag page is visible on the storefront. Toggling this updates the flag immediately.
ActionClick the Edit button to open the content editor for this tag.

Add Tag Dialog

FieldDescription
CMS Page LinkRead-only field showing the linked CMS page URL. Only displayed when a CMS page link exists.
NameThe tag name that will be displayed on product detail pages and the product listing page.
Browse ByDropdown to assign this tag to a parent tag group. Parent tags create "Browse By" filter sections on the storefront. Disabled when the tag cannot have a parent.
PublishedWhether the tag is visible on the storefront. Disabled when the tag's published state is controlled elsewhere.
SidebarWhether the tag appears in the sidebar navigation on the storefront.

Edit Tag Content

  1. From the Tag Content list, click the Edit button on any row.
  2. The editor page opens with the tag name in the header (e.g., "CMS Tags > Postcards").
  3. The left side of the page contains the content editor. The right sidebar contains Tag details and Tag SEO sections.
  4. Edit the HTML content using either the Design View or Code View tab.
  5. Click Save to save all changes (content, layout, login requirement, and SEO metadata), or Cancel to return to the list without saving.

Tabs: Design View | Code View | Fullscreen

Design View

The Design View tab provides a Froala WYSIWYG editor for visual content editing. The editor supports rich text formatting, images, tables, links, and all standard HTML elements. A Snippets button in the toolbar lets you insert reusable HTML snippets using the {{snippetName}} syntax.

Code View

The Code View tab provides a Monaco code editor for direct HTML editing. It includes syntax highlighting, a minimap, auto-formatting on load, and a dark theme. Use this view for precise HTML control or when pasting content from external sources.

Fullscreen

Click the fullscreen icon tab to expand the editor to fill the entire screen. Click it again to exit fullscreen mode.

Tag Details (Right Sidebar)

FieldDescription
PreviewOpens the tag page on the live storefront in a new browser tab. Only enabled when the tag is published.
LayoutControls the container width for the tag content on the storefront. Options:
Default — inherits the site theme layout
Fixed Width — renders content in a container class (centered, max-width constrained)
Full Width — renders content in a container-fluid class (full viewport width)
Req. LoginWhen checked, only authenticated customers can view this tag page. Disabled for static pages on non-retail stores.

Tag SEO (Right Sidebar)

FieldDescription
TitleThe HTML <title> tag for the tag page. Also used as the page header text on the storefront product listing.
KeywordsMeta keywords for the tag page.
DescriptionThe meta description displayed in search engine results below the page title.
Friendly UrlThe URL path segment for this tag page. Must be unique across the storefront. An error message appears if the URL is already in use. Cannot be blank.

Import and Export

Tag content can be bulk-managed via XLSX spreadsheets.

Export: Downloads an XLSX file containing all tag CMS records. Columns include: Id, Tag, Url, Main Content, Title, Keywords, Description, Sidebar, Blank Page, Req. Login, Published, plus any extended content tag columns.

Import: Upload an XLSX file matching the export format. The import updates content for each tag matched by CMS ID. Rows that fail to import are reported as warnings.

Associations

AreaEffect
Product Listing PageWhen a customer navigates to a tag (via onlineProducts.aspx?t=tagId), the tag's CMS content is rendered above the filtered product grid. The page title is set from the tag's SEO pageTitle field.
Product Detail PageTags assigned to a product are displayed as clickable links on the product detail page via the ProductTags control. Each tag link navigates to the tag's product listing page.
Browse By FiltersTags with a parent tag group appear as filterable options in the storefront's "Browse By" navigation, allowing customers to narrow product listings by tag.
URL RoutingThe Friendly URL value maps to the storefront's SEO URL routing system (SeoCore table), making the tag accessible at the configured path.
Published FlagUnpublished tags are hidden from the storefront. The Published checkbox controls visibility without deleting the tag.
Require LoginWhen enabled, unauthenticated visitors are redirected to sign in before they can view the tag page.
  • Tags — configure the product tags whose CMS content and SEO metadata are managed here
  • Products — manage the products that are grouped and filtered by tags
  • Categories — organize products into categories alongside tag-based filtering
  • HTML Snippets — reusable HTML blocks that can be embedded in tag page content
  • Category Content — similar CMS editing workflow used for category pages

On this page