On Sun, Mar 29, 2009 at 3:03 AM, Aldo Italo <
rails-mailing-l...@andreas-s.net> wrote:

>
> i have noted a problem in will_paginate :
>
> In a pagination, when go to pages geather than 1 value thath' ok, but if
> you back to page 1 in the URL appear the parameter page=1
> this is bad for seo optimization, because engine view same page with
> diffent URL.
>  how can remove the param only for the first page?


Aldo, you should be able to setup and sitemap.xml to tell the search engines
which pages you would like indexed.  Also, you should be able to automate
this by regenerating it each time you perform create, edit, and update
actions.

-Conrad


>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to