Loading...
 
Skip to main content

Search engine optimization

N.B. This page appears to be mostly about SEFURLs (although that is SEO related) rather than search engine optimization. Another page here Search Engine Friendly URLs has the start of how SEFURLs are currently working in Tiki.

Wishlist

Top dogfood priorities

Top priorities

Notes

Questions

Open

Pending

No results

Closed

Rating Subject Submitted By Importance Easy to solve ? Priority Category Volunteered to solve Created Modified
(0) Slash (/) in wiki page names cause issue with Rewrite Rules 4 20 28 Aug 09 15 Dec 10
(0) Add canonical to tiki-print.php?page= Marc Laporte 2 10 20
  • Feature request
manivannans 09 Dec 13 06 Jan 14
(0) sefurl conflicts with best language Marc Laporte 3 15 27 Jan 08 22 Jul 08
(0) Search engine friendly URLS and Search engine friendly URL Postfilter not compatible hrsms 3 15
  • Conflict of two features (each works well independently)
  • Regression
10 Oct 10 29 Dec 13
(0) Invalid URL makes really ugly & broken page: should be nicer fallback Marc Laporte 2 6 12
  • Usability
03 Nov 13 05 Jul 26

Discussion on IRC about SEFURLs

[+]

Some tips from Dima

Dima is a developer in contact with Regis & Marc and who will join the Tiki community in February 2013

Copy to clipboard
> Also I'm sending you some seo-recomendations: > 1 ) It would be better to make redirects (for example from > http://info.tiki.org/Join+the+Community to > http://info.tiki.org/Join+the+Community/) All urls should be in one format. > 2) In robots.txt directive Crawl-Delay should be at the bottom of the file > 3) Indexing search should be forbidden by placeing Disallow: > /tiki-searchresults* into robots.txt > 4) <h1> tags should be without any attributes, such as id, class etc. > 5) As I can see, main page is http://tiki.org/tiki-index.php but > http://tiki.org/ redirects to http://info.tiki.org. It's not good :) > 6) Also I've never seen directive Exclude in robots.txt before. >


Huh ? I do not understand this:

Dima wrote:
4) tags should be without any attributes, such as id, class etc.

- why ? — luci

Tricky

    • http://doc.tiki.org/Wiki-Syntax+Text -> OK
    • http://doc.tiki.org/wiki-Syntax+Text -> not OK because of this rule RewriteRule ^wiki-(A-Za-z0-9+) tiki-index.php?page=$1 QSA,L, but complicated what to do with this rule, backward compatibility suggest we keep it. But it's a rule that don't even support non-alpha in pagename


Related

alias
Show PHP error messages