You can use SEO (Search Engine Optimization) meta tags to help tailor certain elements of your pages and thereby improve search engine placement.
You can define each such element as a piece of starting text followed by a list of words. The list of words can include the following:
The most common page elements that people use for SEO are the page title, and the “keywords” and “description” meta tags. You can define settings for these three page elements. Additionally, you can define these three settings for each of the three types of pages: Search Result Pages, Browse Pages, and Item Detail Pages.
When you save or preview your SEO settings, small segments of search (transport) templates are generated that you can include in your other search templates with the <search-include>
template tag. By way of example, you can include the Search Results Pages Title field into another template with the following:
<search-include file="seo/seo_search_title.tpl" />
The nine possible values for the file
attribute of the <search-include>
tag for SEO fields are the following:
seo/seo_search_title.tpl
seo/seo_search_description.tpl
seo/seo_search_keywords.tpl
seo/seo_browse_title.tpl
seo/seo_browse_description.tpl
seo/seo_browse_keywords.tpl
seo/seo_item_title.tpl
seo/seo_item_description.tpl
seo/seo_item_keywords.tpl
To use SEO fields in a presentation template, you complete several steps.
First, you use <search-include>
as described above to include the desired fields in an XML search template, within a <general>
element.
Then, surround each <search-include>
tag with <general-field>
and </general-field>
tags, giving the field names in the name
attribute as in the following example:
<general>
<general-field name="seo_search_title"><search-include file="seo/seo_search_title.tpl" /></general-field>
<general-field name="seo_search_description"><search-include file="seo/seo_search_description.tpl" /></general-field>
<general-field name="seo_search_keywords"><search-include file="seo/seo_search_keywords.tpl" /></general-field>
</general>
Then, in your presentation template, you can use <guided-general-field>
tags to insert the named fields wherever you need as in the following example:
<title><guided-general-field gsname="default" field="seo_search_title"></title>
<meta name="description" content="<guided-general-field gsname="default" field="seo_search_description">"/>
<meta name="keywords" content="<guided-general-field gsname="default" field="seo_search_keywords">"/>
Notice the use of the gsname
attribute to specify, in this case, the “default” search.
Altogether, you can define nine different SEO fields that you can use in your web pages. They include the following:
All nine fields are defined with similar settings. In fact, the names of the nine fields, such as the “title” field in “Search Results Pages”, are only suggestions of how you might use them. You can use any of the fields in any context in your presentation templates and search templates.
See also About Templates.
See also Presentation template tags.
See also Search template tags.
See also Configuring a search results word list.
You can configure the list of search result words and phrases that are included in page titles, descriptions, and keywords.
To configure a search results word list
On the product menu, click Settings > SEO > Search Result Pages.
On the SEO Browse Pages Word List page, in the respective Title, Description, and Keywords groups, set the options that you want.
Option |
Description |
---|---|
Title | Description | Keywords Starts With |
The text that you want to display in front of the word list. For example, you might want the Keywords list to begin with the word "Brands". |
Include Popular Searches During |
The time period for which searches are included. |
Maximum Search Count |
The maximum number of searches that are included. |
Include Field Values |
The field values that are included in the results word list. |
Add These Words & Phrases |
List the words that you want to add to the search results page title, the browse page title, or the item detail page title. Click Edit to add words to the list. You can add one word or phrase per line. When you are finished, click Save Changes, and then close the page to return to the main SEO page. |
Remove These Words & Phrases (except from included field values) |
List the words that you want to remove from the search results page title, the browse page title, or the item detail page title. Click Edit to add words to the remove list. You can add one word or phrase per line. When you are finished, click Save Changes, and then close the page to return to the main SEO page. |
(Optional) Click Preview Sample Output to preview the resulting values for the SEO fields that you set.
Click Save Changes.
(Optional) Rebuild your staged site index if you want to preview the results.
(Optional) On the SEO Search Results Word List page, do any of the following:
Click History to revert any changes that you have made.
Click Live.
Click Push Live.
You can configure the list of browse pages words and phrases that are included in page titles, descriptions, and keywords.
To configure a browse pages word list
On the product menu, click Settings > SEO > Browse Pages.
On the SEO Browse Pages Word List page, in the respective Title, Description, and Keywords groups, set the options that you want.
See the table of options under Configuring a search results word list.
(Optional) Click Preview Sample Output to preview the resulting values for the SEO fields that you set.
Click Save Changes.
(Optional) Rebuild your staged site index if you want to preview the results.
(Optional) On the SEO Browse Pages Word List page, do any of the following:
Click History to revert any changes that you have made.
Click Live.
Click Push Live.
You can configure the list of item detail words and phrases that are included in page titles, descriptions, and keywords.
To configure an item detail word list
On the product menu, click Settings > SEO > Item Detail Pages.
On the SEO Item Detail Word List page, in the respective Title, Description, and Keywords groups, set the options that you want.
See the table of options under Configuring a search results word list.
(Optional) Click Preview Sample Output to preview the resulting values for the SEO fields that you set.
Click Save Changes.
(Optional) Rebuild your staged site index if you want to preview the results.
(Optional) On the SEO Item Detail Word List page, do any of the following:
Click History to revert any changes that you have made.
Click Live.
Click Push Live.
You can preview the resulting values for the SEO fields that you set to see what is inserted where you use them.
SEO fields can contain included field values, so the search results may depend on the search query that you specify.
To preview the SEO meta tags that you configured
On the product menu, click Settings > SEO > Search Result Pages.
On the SEO page, click Preview Sample Output.
On the SEO Preview page, in the Enter sample query field, type the query term you want to search on.
Click Search.
The resulting Title, Description, and Keywords fields show the content that is inserted into a page based on the search query you just entered.
Click Close to return to the main SEO page.