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
Comment #1
john franklin commentedDone.