Maybe it´s a stupid question? How works Global Redirect with two or more URL-Aliases?

For example there is a node/251 and i´ve some aliases because i need these for different categories:

/europe/france/politic/251
/europe/politic/251
/asia/japan/science/251

Thanks in advance.

Comments

nicholasthompson’s picture

Status: Active » Closed (works as designed)

Its not a stupid question - Global redirect will probably forward the node/251 path onto the first created alias - depends what Drupal returns from the drupal_get_alias function. GR will not redirect and access to alias paths.

To be honest, the main point of this module is to STOP duplicate URL's for the same content. What you've done is INTENTIONALLY created multiple URL's for the same page. Google WILL penalize you for this (if they notice).

This issue has also been addressed many times before - the most recent is: #174875.

drupalbrax’s picture

Thanks for the fast reply!