From Google Search Engine Optimization Starter Guide:

Some webmasters try to achieve this by rewriting their dynamic URLs to
static ones; while Google is ine with this,...



Unfortunately the module now does not allow to create URL as:
http:// www.site_name/views_url/term1.html

I know that it is possible to change 129 line of the module to receive necessary functionality. It's can be like this:

  // switch around the pattern based on if the term id is contained within the new alias
  if (strpos($alias->path, '%') === FALSE) {    
    $source = "$alias->path/$term->tid";
    $GLOBALS['conf']['pathauto_view_alias_pattern'] = $alias->path."/[cat-raw].html";
  }

But, this a bad decision. Then we lose possibility flexibly to adjust URL for different problems. My sentence to create functionality, as at pathauto which would support token and Configurable URL

Comments

john franklin’s picture

Version: 6.x-2.x-dev » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Fixed

Done.

  • John Franklin committed 098d0ee on 7.x-1.x
    Issue #1007222 by John Franklin: Configurable path templates using...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.