... Elxis version 2009.3 codename Aphrodite is out, download it from Elxis Download Center (EDC) ...

SEO PRO base names

From Elxis Official Documentation

(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
If you create a section with SEO title ''links'' then the URL of that section and of all categories and content items will start from:
If you create a section with SEO title ''links'' then the URL of that section and of all categories and content items will start from:
-
<nowiki>http://www.mysite.com/<strong>links</strong>/</nowiki>
+
<span style="color:#296a85;">http://www.mysite.com/<strong>links</strong>/</span>
An for the French language (as on our example):<br />
An for the French language (as on our example):<br />
-
<nowiki>http://www.mysite.com/fr/<strong>links</strong>/</nowiki>
+
<span style="color:#296a85;">http://www.mysite.com/fr/<strong>links</strong>/</span><br />
 +
 
 +
When we navigate to this URL Elxis will have a big dilemma. Which page to display to the visitor, component Weblinks or the content Section ''links''?
 +
 
 +
To avoid such issues all SEO PRO base names are unique and some of them are reserved for certain components. Elxis wont allow you to create a section with SEO title ''links''.
[[Category:SEO_Developer_Guide]]
[[Category:SEO_Developer_Guide]]
[[Category:Search_Engine_Optimization_(SEO)]]
[[Category:Search_Engine_Optimization_(SEO)]]

Revision as of 11:29, 4 April 2009

A SEO PRO base name is a short name placed in a SEO PRO formatted URL to declare the component that the page belongs to. The SEO PRO base names are unique, reserved by Elxis, words. You can not use that name for providing SEO title to a content section for example. links for instance, is a reserved word for component Weblinks.

SEO PRO base name sample

Elxis has an internal map that links SEO PRO base names to components or tasks. You can find this mapping in file /includes/sef.php

If you create a section with SEO title links then the URL of that section and of all categories and content items will start from:

http://www.mysite.com/links/

An for the French language (as on our example):
http://www.mysite.com/fr/links/

When we navigate to this URL Elxis will have a big dilemma. Which page to display to the visitor, component Weblinks or the content Section links?

To avoid such issues all SEO PRO base names are unique and some of them are reserved for certain components. Elxis wont allow you to create a section with SEO title links.

Personal tools