Questions
-
How to make better search engine friendly links
I would use http://www.domain.com/en/search/london/ (the search-path included in the URL).This has worked quite well for us.
On-Page / Site Optimization | | MagicDude4Eva0 -
The best way to redirect to www
Glad you got it. The code I like to use: Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] Of course, replacing "domain" with your own domain. Let us know if you need any more help.
On-Page / Site Optimization | | Cyrus-Shepard0 -
How to avoid duplicate page content
Personally long term I would work on changing the URL's so they are human readable but for now to "fix" the issue I would advise you use rel=canonical here is a guide... http://www.seomoz.org/blog/complete-guide-to-rel-canonical-how-to-and-why-not
On-Page / Site Optimization | | SEOKeith0