Consolo’s pageKey-Format

Consolo identifies different files with the help of a function that has been named pageKey. This is a “key” which is unique for every file, regardless if it is an html- or xml-based page, or a folder.

The format is fairly simple. It consists of the URL to the file, but without the web site’s http-root folder, that is, the value set in the Configuraiton Tool under Basic Settings.

The pageKey value never starts with a forward dash (slash) /

The pageKey value for folders always ends with a forward dash (slash) /

 

Exemple

A page that is called

http://www.example.com/aboutus/contact.asp

has the pageKey-value

aboutus/contact.asp

assuming the http-root folder for the web site is

http://www.example.com/

 

A page that is called

http://www.example.com/subsite/contact.xml

has the pageKey-value

contact.xml

assuming the http-root folder for the web site is

http://www.example.com/subsite/

 

A folder that is called

http://www.example.com/images/

has the pageKey-value

images/

assuming the http-root folder for the web site is

http://www.example.com/