Hey folks,
just joined here and know quite a bit about SEO already, implementing Drupal sine 4.6
One of my major issues & concerns still is, that altough we have path_alias and path_auto to create nice paths for us,
they are only aliases for the original nodes...
This means the aliases are STILL accessible, so we get multiple urls like these two in a simple node alias
site.com/my-nice-path
site.com/node/4711
effective today one could start to rank for both pages, as the "old" node path is not redirected properly (with a 301) to the alias. This could also mean that the "good" path (which does convert better, is better memorized ) could be burried in the SERPs
or the worst, both could be removed from the search results
Anyone out there to share my concerns?
best,christoph

Comments
try this module and be happy
try this module and be happy again ;)
Global Redirect
--
Switch to Firefox! mozilla.com
Steig auf den Firefox um! mozilla-europe.org
Tobias Maier - http://tobiasmaier.info/
core patch
and then patch drupal bootstrap to do this automatically. there is no deliberate reason that i know of for current behavior.
thanks
@tobias: thanks - but "This module is currently broken under 4.7.4." :-( oh... then I saw you patched it
where's the best link to get a working Global Redirect?
@Moshe : yep ... I agree... that should be core func
Christoph C. Cemper
- the http://www.marketingfan.com
Christoph C. Cemper
General Manager of CEMPER.COM Internet Marketing Services
running Internet Marketing Fan Blog and a lot of other Drupal sites
redirecting, and what the robots see
Good to see re the redirect module - just downloaded.
I've used Mambo/Joomla; there had potential issue like this, but I aimed to ensure that google robot (say) didn't see the regular joomla links, but instead encountered SEF URLs.
So even without redirect, I think it should be that won't have actual duplicate problem.
.
Explain how...?
Is it not safer to just have this very simple module for now, until this is made an official core patch?
Having looked at the contents of globalredirect.module, it's hardly a complicated procedure is it?! :)
Web Development in Nottingham, UK by Kineta Systems / Follow me on Twitter! @NikLP
Node
If you don't have URLs already indexed with /node in them just add this to robots.txt:
Disallow: /nodeIf the IRLs have already been indexed with /node, then you should redirect instead.