Loading...
 
Skip to main content
(Cached)

Search Engine Friendly URLs

As there doesn't seem to be any doc pages on this i'll add notes here about where the code is at the moment, much of this could do with some refactoring and improvements, but this is how things stand as of Tiki 17.x

There is also this page Search engine optimization which seems to contain notes also about SEFURLs, not SEO (TODO tidy up)

In Principle

The rules for Tiki's SEFURL system currently exist in two places (bad), one is in the database table called tiki_sefurl_regex_out which processes "raw" non-|SEFURL links (such as tiki-index.php?page=FooBar and makes that just FooBar or tiki-view_tracker_item.php?itemId=42 and makes that item42)

These rules are then sort of duplicated in route.php which takes an inout path of item42 and steers that to tiki-view_tracker_item.php with $_GET'itemId' = 42.

Administration

There is a "master" preference feature_sefurl and it has it's own control panel admin/include_sefurl.php and corresponding tpl file.

Page Slugs

In Tiki 13 (?) wiki pages got specifiable page slugs and new Wiki URL Schemes (pref "wiki_url_scheme") and can be set to urlencode (Tiki Classic), underscore or dash which became the default in Tiki 17.0.

Code Locations

  • tiki-sefurl.php

This file (should be a library in lib somewhere, but isn't) contains the function filter_out_sefurl which takes a raw URL and converts it to a SEFURL using the tiki_sefurl_regex_out table and some extra code for unusual cases.

  • route.php

As stated above, this converts a short URL back to the script name and input parameters. It used to all happen in the .htaccess file but this was converted to PHP for better portability.

  • lib/smarty_tiki/modifier.sefurl.php

This is the most widely used Smarty modifier that converts an object "reference" into either a SEFURL of unfriendly one if the feature is disabled.

  • lib/smarty_tiki/function.sefurl.php

Annoyingly used in the Structures header only, needs to be refactored and removed (one day)

  • lib/core/Tiki/Wiki/SlugManager.php

Plus the generators in lib/core/Tiki/Wiki/SlugManager handle the wiki page slugs dependent on pref wiki_url_scheme.

  • lib/smarty_tiki/function.object_link.php

Related Smarty function for generating links to objects of most kinds. Uses smarty_modifier_sefurl internally.

Open

[-]
Rating Subject Submitted By Importance Easy to solve ? Priority Category Volunteered to solve Created Modified
(0) The canonical domain of next.tiki.org should be tiki.org so that search index results feed tiki.org Marc Laporte 7 10 70
  • Community projects
ohertel 26 Nov 21 06 Jul 24
(1) SEF forum thread drsassafras 6 9 54
  • Consistency
manivannans 27 Apr 14 27 Apr 14
(0) Something about namespaces seems to conflict with url sending user after updating tracker item with SEFURL Xavier de Pedro 8 5 40
  • Conflict of two features (each works well independently)
  • Regression
  • Usability
27 Jun 17 19 Sep 17
(0) Sefurls missing from application menu Jonny Bradley 5 7 35
  • Consistency
16 May 23 16 May 23
(0) Can't duplicate alias link, SEFURL link already present in SEF page Marc Laporte 5 7 35
  • Regression
29 Jun 14 30 Jun 14
(0) Sefurls for control panels Jonny Bradley 4 7 28
  • Feature request
16 May 23 16 May 23
(0) Category not correctly detected on wiki pages with spaces in their name amette 25
  • Bug
04 Oct 17 18 Jan 18
(0) Page not found (HomePage) after enabling SEF Saša Janiška 25
  • Usability
19 Jun 19 19 Jun 19
(0) Freetags, Modules, SEFurl; action_similarcontent display broken links for tracker items Bernard Sfez / Tiki Specialist 5 5 25
  • Bug
  • Dogfood on a *.tiki.org site
11 Jan 22 11 Jan 22
(0) Missing update in SEFURL REGEX table (in file tiki.sql); maybe more RandyH 3 8 24
  • Consistency
17 Jan 18 07 Oct 18
(0) With URL rewriting enabled, attempt to access invalid URL yields strange techie error message rather than usual "page not found" Gary Cunningham-Lee 6 4 24
  • Usability
28 Feb 15 18 Sep 18
(0) 12.x: No route found on random pages (such as tiki-admin.php?page=look&cookietab=2) Xavier de Pedro 8 3 24
  • Regression
13 Jul 14 13 Jul 14

Pending

[+]

Closed

[+]
Alias names for this page:
SEF URLs | SEFURLs | SEF URL | SEFURL | sefurl | sefurls | Search Engine Friendly URLS | Search Engine Friendly | SEF

Show PHP error messages