Active
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2013 at 16:01 UTC
Updated:
7 Mar 2013 at 18:56 UTC
This is a great module. However, for multiple vocabularies, I am concerned about having multiple urls pointing to the
same page which is absolutely punished by search engines. This occurs when term from vocabulary A is chosen first, then a term from Vocabulary B. Next, same term from Vocabulary B is chosen first, then same term from Vocabulary A...
Any thoughts?
Thx
Comments
Comment #1
solotandem commentedIsn't this use case handled in the settings?
Go to "admin/settings/taxonomy_filter/menus/N/edit" (where N = 1,2,...) and look for the last fieldset entitled "Term ordering (NEW on 2010-10-15)." Check the box for "Create filter link URLs with terms sorted by term id."
The description indicates this feature is intended for SEO purposes.
Comment #2
sbydrupal commentedGreat. Thx for your reply.
On a side note, which I asked in other thread:
In order to use views with this module (to overwrite the look and feel along with adding views search), I am currently trying to
find a solution for capturing /term1_name/term2_name type of urls via Views for multiple terms...
Thx again, very useful module.