FirstSpirit creates SEO-friendly URL in most cases:
http://mycompany/de/company/members/index.html
There are three major aspects where FirstSpirit’s URL creation could be improved:
- Support of language-specific URLs:
Example:
"/en/company/members/index.html"
"/de/unternehmen/mitarbeiter/index.html"
- Support of special ContentStore URLs:
Currently ContentStore URLs look like this:
"/en/products/productdetail_12345.html"
Improvement: Use a part of the content (e.g. title column) for the URL-creation:
"/en/products/solar-connector-module-0815.html"
- Remove language prefix (for projects with only one language):
Currently URLs look like this:
"/<language>/products/index.html", e.g. "/en/products/index.html"
If only one language is available in the project, the language prefix should be removed from all URLs:
"/products/index.html"