Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2010 at 16:01 UTC
Updated:
6 Jul 2010 at 21:30 UTC
This commit creates a new menu path (biblio/view/%) for every biblio nodes. It uses drupal_goto, which is 302 redirection. Now I have now two URL paths for every biblio nodes. This is not good from SEO point of view. Google webmaster is already showing duplicate URLs. Can you plz fix this? Or make it 301 redirect instead?
Comments
Comment #1
rjerome commentedSorry about that, I didn't consider the ramifications before making that change. I'll make it a 301 redirect.
Ron.
Comment #2
rjerome commentedFixed,
http://drupal.org/cvs?commit=383058
Comment #3
mclaren commentedGreat! Thank you Ron!