Create standard term URLs will prevent duplicate content
levavie - March 11, 2009 - 10:32
| Project: | Taxonomy VTN |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
This module has great visual display and options.
The module should use standard URLs for taxonomy terms. Currently, it creates duplicate content since it doesn't use standard taxonomy URLs. It should use the taxonomy_term_path() API function to generate taxonomy paths. Also, this will cause it to be compatible with the taxonomy_rewrite module.

#1
Hi Levavie,
I think you have that functionality when you use taxonomy/term/xxx instead of "List of Nodes" and that should be enough. The Taxonomy VTN module will not rewrite the path in this case, but I guess you could use the taxonomy_rewrite and point people back to taxonomy_vtn/term/xxx instead of the default taxonomy/term/xxx.
Thank you.
Alexis