yes but be careful, if search engines recieve status 200 for something in
you site that does not exist it will be indexed falsely as some thing that
exist in you page, so you have to return the correct status.

imagine this:

a search engine looks for some old content in your page, instead of
receiving a not found message it will receive a 200 ok status by default is
you have a catch all route that says something like "oppsss not found", it
works for a human but search engines will receive an ok and will never
remove the old content from the cache.

see how is done here.

http://railscasts.com/episodes/46-catch-all-route

remenber to return the correct status with the redirect

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to