Thanks for your answer. I made my own research and seem to be OK 
to remove trailing slashes, Google do it in some of their sites ;)

The recommendation is:

1. choose one option for canonical URLs
   option a.  http://www.domain.com/resource
   option b.    http://www.domain.com/resource/

2. The canonical URL should return 200 (OK)
3. The other one should redirect to the canonical URL with 301 (Moved 
Permanently)
4. Be consistent (if you choose option a, then remove trailing slashes 
always)


I prefer remove slashes basically because:

1. URL are cleaner, there are no reason to include an extra character.
2. (I think) Most people access and link to your site without type the last 
slash, so, you will save a lot of 301 redirections.
3. Some search engines (Yahoo) love to remove the last slash when linking 
your site.


Cheers


 
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to