Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleXperienCentral versions R38 and higher


PropertyDescription
URL Options
Alternative Path

For web pages, you can specify an alternate URL path that is used in the active friendly URL. This allows you to reference the web page via a path that does not necessarily exist in your website's navigation structure. Just as the friendly URL for a page is constructed using the relative path (based on the navigation tree) plus the title of the page, the friendly URL of a page with an alternate URL path is constructed using the alternate URL path plus the title of the page. The alternate URL path begins after the '/web' part of the friendly URL. To add an alternate path, enter a string in the "Alternative Path" text field.

URL Title

The title to use in the friendly URL. For complete information on friendly URLs, see Search Engine Optimization (SEO).

Search Engine
Include in Search Engine

Specifies whether to allow search engines to include content from this content item in search results.

Meta Keywords

A website can contain metadata keywords related to its content. These keywords are invisible to website visitors but they can be recognized and processed by search engines. The metadata consists of a list of keywords related to the content of the website. There is disagreement about the usefulness of metadata keywords: Some in the industry believe that search engines tend to ignore the keywords and look at the actual content of the website instead. Nevertheless, you can add metadata keywords in XperienCentral that are applied at the website level as well as at the page level.

To add keywords that will only be used on the current page, select "Use own keywords for this article" and type the keywords, separated by commas, in the text field. When finished, click [Apply].

Meta Title

By default, XperienCentral shows the title of the content item that appears in the <title> HTML tag. If you want to override the default title, you can do so by adding a different title that will be used for the content item. To override the title of a content item, enter a string in the "Meta Title" text field. For optimal results in search engines, GX recommends a maximum of 60 characters for a Meta Title.

Meta Description

A content item can have a meta description that summarizes the content item. This information does not appear on the content item itself but can be recognized and processed by a search engine. In the search results, the search engine displays the first 25 or so words (depending on the search engine) of the description below the clickable link to the content item. For best results, the summary should be as direct and concise as possible. To add a Meta Description, enter the text in the Meta Description text field and then click [Apply]. For optimal results in search engines, GX recommends a maximum of 160 characters for a Meta Description.

Note

When upgrading to XperienCentral versions 10.13.0 and higher, the text in the "Lead" field (Lead & Interaction), if any, is duplicated in the Meta Description field.


Google Sitemap
Update Frequency

Specifies how often Google Sitemap updates the index for the content item. Select the update frequency from the drop-down list.

Priority

Defines the page's Google Sitemap priority. Select the priority from the drop-down list.

URL Options
Alternative URL


Panel
borderColor#0081C0
titleColor#0081C0

The Alternative URL setting was introduced in XperienCentral version R29.

For web pages, you can create an alternative URL that directly links to that page. A web page can have multiple alternative URLs. The advantage of an alternative URL is that you can make it whatever you want as long as it's unique and the link will lead directly to that page. Note that when a visitor follows the alternative link to the page, they will see the main friendly URL in the Address field of their browser and not the alternative friendly URL.

To add an alternative friendly URL, follow these steps:

  1. Enter a string in the "Add Alternative URL" text field.
  2. (XperienCentral versions R38 and higher) Select "Canonical" if you want the Alternative URL to be canonical. Only one URL can be designated as the canonical URL. If another URL is already claiming the canonical designation, you must first delete it before you can define another URL as canonical.

    Expand
    titleRetrieving the canonical url from a JSP: code implementation

    For pages:

    Code Block
    languagexml
    themeEclipse
    <wm:callService var="canonicalURL" serviceName="nl.gx.webmanager.services.seo.SEOService" methodName="getCanonicalURL">
        <wm:argument type="nl.gx.webmanager.cms.core.PageVersion" value="${presentationcontext.pageVersion}" />
    </wm:callService>

    For mediaItems:

    Code Block
    languagexml
    themeEclipse
    <wm:callService var="canonicalURL" serviceName="nl.gx.webmanager.services.seo.SEOService" methodName="getCanonicalURL">
        <wm:argument type="nl.gx.webmanager.cms.core.PageVersion" value="${presentationcontext.mediaitem.current}" />
    </wm:callService> 

    Or both:

    Code Block
    languagexml
    themeEclipse
    <c:set var="canonicaURL" value=""/>
    <c:choose>
        <c:when test="${not empty presentationContext.mediaItem}">
            <wm:callService var="canonicalURL" serviceName="nl.gx.webmanager.services.seo.SEOService" methodName="getCanonicalURL"> <wm:argument type="nl.gx.webmanager.cms.core.PageVersion" value="${presentationcontext.mediaitem.current}" /> </wm:callService> 
        </c:when>
        <c:otherwise>
            <wm:callService var="canonicalURL" serviceName="nl.gx.webmanager.services.seo.SEOService" methodName="getCanonicalURL"> <wm:argument type="nl.gx.webmanager.cms.core.PageVersion" value="${presentationcontext.pageVersion}" /> </wm:callService> 
        </c:otherwise>
    </choose>


  3. Click [Save]. The Alternative URL will be added and it will appear next to "This page is also available at URLs". Note that alternative friendly URLs will be standardized just as all other friendly URLs are and that is what you will see in the Alternative URLs list.

To delete an alternative friendly URL, select the "Delete" checkbox to the right of it and then click [Save].

URLs used by active versions

Lists the friendly URLs that the active versions of this page uses.

URLs from inactive versions

Lists the friendly URLs that the inactive versions of this page uses.

This page is also available at URLsLists all the URLs where this page is also available.



Back to top


Expand
titleXperienCentral versions R37 and lower


PropertyDescription
HTML Title

By default, XperienCentral shows the title of the content item that appears in the <title> HTML tag. If you want to override the default title, you can do so by adding a different title that will be used for the content item. To override the title of a content item, enter a string in the "HTML Title" text field. For optimal results in search engines, GX recommends a maximum of 60 characters for an HTML Title.

Alternative PathFor web pages, you can specify an alternate URL path that is used in the active friendly URL. This allows you to reference the web page via a path that does not necessarily exist in your website's navigation structure. Just as the friendly URL for a page is constructed using the relative path (based on the navigation tree) plus the title of the page, the friendly URL of a page with an alternate URL path is constructed using the alternate URL path plus the title of the page. The alternate URL path begins after the '/web' part of the friendly URL. To add an alternate path, enter a string in the "Alternative Path" text field.
Meta Description

A content item can have a meta description that summarizes the content item. This information does not appear on the content item itself but can be recognized and processed by a search engine. In the search results, the search engine displays the first 25 or so words (depending on the search engine) of the description below the clickable link to the content item. For best results, the summary should be as direct and concise as possible. To add a Meta Description, enter the text in the Meta Description text field and then click [Apply]. For optimal results in search engines, GX recommends a maximum of 160 characters for a Meta Description.

Note

When upgrading to XperienCentral versions 10.13.0 and higher, the text in the "Lead" field (Lead & Interaction), if any, is duplicated in the Meta Description field.


Meta Keywords

A website can contain metadata keywords related to its content. These keywords are invisible to website visitors but they can be recognized and processed by search engines. The metadata consists of a list of keywords related to the content of the website. There is disagreement about the usefulness of metadata keywords: Some in the industry believe that search engines tend to ignore the keywords and look at the actual content of the website instead. Nevertheless, you can add metadata keywords in XperienCentral that are applied at the website level as well as at the page level.

To add keywords that will only be used on the current page, select "Use own keywords for this article" and type the keywords, separated by commas, in the text field. When finished, click [Apply].

Google Sitemap

Defines the following Google Sitemap properties:

  • Update frequency — Specifies how often Google Sitemap updates the index for the content item. Select the update frequency from the drop-down list.
  • Priority — Defines the page's Google Sitemap priority. Select the priority from the drop-down list.
Add Alternative URL


Panel
borderColor#0081C0
titleColor#0081C0

The Alternative URL setting was introduced in XperienCentral version R29.

For web pages, you can create an alternative URL that directly links to that page. A web page can have multiple alternative URLs. The advantage of an alternative URL is that you can make it whatever you want as long as it's unique and the link will lead directly to that page. Note that when a visitor follows the alternative link to the page, they will see the main friendly URL in the Address field of their browser and not the alternative friendly URL.

To add an alternative friendly URL, follow these steps:

  1. Enter a string in the "Add Alternative URL" text field.
  2. Click [Save]. The Alternative URL will be added and it will appear next to "This page is also available at URLs". Note that alternative friendly URLs will be standardized just as all other friendly URLs are and that is what you see in the Alternative URLs list.

To delete an alternative friendly URL, select the "Delete" checkbox to the right of it and then click [Save].

URLs used by active versionsLists the friendly URLs that the active version of this page uses.
URLs from inactive versionsLists the friendly URLs that inactive versions of this page uses. If there is a friendly URL conflict, it will appear in this field.
This page is also available at URLsLists all the URLs where this page is also available.


...