You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »


Web site administrators will need to refer to this information when they need to set up SEO-friendly URLs, also knows as page routes, for a site. This is especially useful for Custom pages (see Creating Custom Pages - Classic sites) to give them a meaningful and SEO-friendly URL.

Step-by-step guides

To create a Page Route:

  1. As Administrator, navigate to Settings → SEO or Page Routes (zSearchEngineOptimisationMaintenance).

  2. Click the URL Routing tab.

  3. Click New.

  4. Populate the fields as required (refer to the legend below).

  5. Click OK to save.

  6.  For the new page route to be operational for the site, click Re-register Routes.

Page routes are checked each time a search is performed. Lower sequence numbers are examined first – therefore frequently used pages (i.e. 'Home', 'Login') should have a lower value than pages such as 'Terms & Conditions', which might only be viewed occasionally. 


To edit a Page Route:

  1. As Administrator, navigate to Settings → SEO or Page Routes (zSearchEngineOptimisationMaintenance).

  2. Click the URL Routing tab.

  3. Search for the required page route.

  4. Select the record via radio button.

  5. Click Modify.

  6. Update the details as required.

  7. Click OK to save.

  8. For the new page route to be operational for the site, click Re-register Routes.


Property

Description

Sequence

The order in which the page routes are interpreted. New page routes do not necessarily need to have unique values assigned.

NOTE: The sequence values for Custom page routes should be lower than for Product/Category routes. This will help return results more quickly for non-product pages.  For instance, 'Contact Us', 'Help', and 'Home' could all have a sequence value of 10, and Product/Category routes could be 500.

Route Name

Name of the page route.

Route URL

Route for mapping requests - what will appear in the site's URL (e.g. 'Help', 'ContactUs' ).

Web Page

The web page that requests matching the above route are redirected to (e.g. ~/CustomPage.aspx).

Default Parameter Values

The default values for parameters based on the web page (e.g. 'custompage=Help' would be the Default Parameter Values for the 'Help' URL route.).

Examples

Sequence

Route Name

Route URL

Web Page

Default Parameter Values

Resulting final SEO-friendly URL

10

Contact Us

ContactUs

~/Questionnaire.aspx

questionnaire=Contact

www.YourWebSite.com/ContactUs

10

Help

Help

~/Custompage.aspx

custompage=Help

www.YourWebSite.com/Help

10

Home

Home

~/Home.aspx


www.YourWebSite.com/Home
20About UsAboutUs~Custompage.aspxcustompage=aboutuswww.YourWebSite.com/AboutUs
500Product RouteProduct/{product}/{ProductSEOName}~/ProductDisplay.aspx
www.YourWebSite.com/product/product-code-or-name
500Category RouteCategory/{CategorySEOName}/{*CategorySEONameOptional}~/ProductDisplay.aspx
www.YourWebSite.com/category/category-code-or-name



Users can be redirected to Specials/Campaign pages from a URL. First, create a Page Route for the Custom Page or Template.

Then simply include the URL with an 'R' parameter prefacing the Custom Page name: http://mywebsite.com.au/login.aspx?R=mycampign  


Related help

  • No labels