Hi,

Let's assume you visit a node (which ID is 50) using the path :
http://www.host.domain/node/50

And you're using Pathauto. The alias of the node is /content/hello.
You will be redirected to http://www.host.domain/content/hello, and the canonical URL will be http://www.host.domain/node/50.

Fine.

Now, if you visit http://www.host.domain/node/50/BLABLA (where BLABLA is anything),
You will not be redirected, however node 50 will be displayed.
Worse, the Canonical Meta will show http://www.host.domain/node/50/BLABLA.

I think this is both a bug from Drupal Core (maybe Panels), and this should be handled in Meta Tags.

Comments

Anonymous’s picture

Status: Active » Closed (works as designed)

This is how Drupal works; try going to http://drupal.org/node/745534/blabla, and you will see you don't get any error 404 page.
I am not sure Nodewords has a possibility to do anything in such cases; even if the module would check if there is a menu callback handling the passed URL (which should be done through Drupal functions), the code would get the callback showing the node.