Path Finder module - another solution for path/alias management

Events happening in the community are now at Drupal community events on www.drupal.org.
andy inman's picture

Comments invited - new module to help with path-management and avoid broken links: http://drupal.org/project/pathfinder

Code will be uploaded very shortly.

Comments

Why not just use Pathauto

andy inman's picture

Why not just use Pathauto plus redirect etc? - In a nutshell, simplicity: http://drupal.org/node/1783906

The module is available and working, just the UI for configuration needs completion. If you want to test it and can handle putting settings into settings.php - send me a message.



Currently part of the team at https://lastcallmedia.com in a senior Drupal specialist role.

Dev release now on drupal.org

andy inman's picture

Initial version is now at http://drupal.org/project/pathfinder



Currently part of the team at https://lastcallmedia.com in a senior Drupal specialist role.

Brilliant idea.

alayham's picture

This looks like a brilliant solution for non-ASCII urls, like when you use pathauto with Arabic node titles. If I can keep the short version of the url in the browser's address bar, and use the long url-encoded version for SEO, this module will be as important as views to me.

Hi alayham,That's an

andy inman's picture

Hi alayham,

That's an application that hadn't occurred to me.

To do what you're suggesting (keep the short version in the browser address bar) then redirection to the "long" url would have to somehow happen only for search engine spiders. That's feasible, but not something I've catered for.

To use a live example: http://wordsinside.com/rz - you will get redirected to: http://wordsinside.com/en/rz/lp/english-spanish-quality-professional-con... (if your browser it set for Spanish as preferred language you'll get redirected to the Spanish version.) The redirection could be switched off so that the browser stayed at http://wordsinside.com/rz - that would need some rules in the redirector and a list of client IPs or hostnames that should be redirected.

I'd be prepared to add this feature, it's an interesting idea, and pretty trivial to code (do you have the list of spiders though!???). Feel free to PM me if you prefer.



Currently part of the team at https://lastcallmedia.com in a senior Drupal specialist role.

Proving useful in practice

andy inman's picture

This module is proving useful to me in practice - setting up a new site, we are using PathAuto to generate friendly urls based on node titles, content-type names, taxonomy terms, etc. But, as the site evolves we've already changed things various times, and edited quite a few node titles, taxonomy terms and other elements. The original PathAuto aliases would no longer work, but because we're using PathFinder, we don't have to worry about that. The alternative (PathAuto + Redirect) to automatically add aliases would, by now, have added a lot of aliases/redirects - that would work too, but I much prefer PathFinder as a solution, it seems much cleaner.

New demo page: http://wordsinside.com/tx
http://wordsinside.com/tx/anything-you-want-here will also work.



Currently part of the team at https://lastcallmedia.com in a senior Drupal specialist role.

can we do this

alayham's picture

Hi netgenius
in your example, I am redirected to
http://wordsinside.com/en/tx/drupal-site-uses-path-finder-help-path-alia...

if the node title is in Arabic, you could get an ugly and frightening url. Try a node with the following title with pathauto (copy and paste)

حماة الديار عليكم سلام أبت أن تذل النفوس الكرام

some browsers will automatically urldecode() the url, but if you want to paste the link or share it, you will see.
Here is what I need:

  1. xmlsitemap uses urls like: /tx/some node title in some language
  2. spider visits the page and keeps using the long url for it.
  3. user (human) clicks on that url and is automatically redirected to /tx
  4. nodewords will declare /tx as the canonical uri or permalink
  5. when shared on facebook/twitter or others, /tx will be the url detected.

Number 2 can be done by using a special theme for spiders based on the user agent (themekey, context, ...). I think this is outside the scope of this node.

Number 5 is a direct result of number 4.

My problem is 1,3 and 4. How can we do that?

Quick Example

alayham's picture

Here is the url of the google search for the Arabic phrase above
https://encrypted.google.com/search?q=%D8%AD%D9%85%D8%A7%D8%A9+%D8%A7%D9...

Not entirely feasible...

andy inman's picture

1. xmlsitemap uses urls like: /tx/some node title in some language

That would work out-of-the-box.

2. spider visits the page and keeps using the long url for it.

Should also work without changes.

3. user (human) clicks on that url and is automatically redirected to /tx

Here's the change - that's more or less reverse to what PathFinder Redirect would currently do. So, feasible, but would need a different version of the redirect module.

4. nodewords will declare /tx as the canonical uri or permalink

I'm not sure what would happen with the current PathFinder and nodewords - could you test it?

5. when shared on facebook/twitter or others, /tx will be the url detected.

So you mean if a user posts/tweets the long url then it would be converted to the short /tx version? Would only work for fb's preview of the page:

In summary, some of what you're asking is not feasible, as Facebook and Twitter won't support it - they will respect whatever url the user posted.



Currently part of the team at https://lastcallmedia.com in a senior Drupal specialist role.

If the user posted the long

alayham's picture

If the user pasted the long url, it is his problem. I wouldn't worry about that. What I need is to provide him with the short url in the address bar, and to make the short url canonical.

However, If the short url is shown in the address bar, and used in internal links inside the site, where would the user get the long url from?

Oops, I forgot about this

andy inman's picture

Oops, I forgot about this thread :)



Currently part of the team at https://lastcallmedia.com in a senior Drupal specialist role.

PathFinder Beta2

andy inman's picture

Just posted beta2 with a bug-fix, now redirects via HTTP 301 instead of 302.



Currently part of the team at https://lastcallmedia.com in a senior Drupal specialist role.

Consulting and Business

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week