Tag URLs inherit category context instead of using a consistent base path #591
Unanswered
trendskater
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, a quick question about K2's tag URL behavior: when a tag is clicked from within a category context (e.g. /reviews/), the resulting tag page URL inherits that context (/reviews/tag/tagname). This means the same tag is accessible under multiple URLs depending on where it was clicked from, each with its own canonical tag pointing to the context-specific URL.
Is this intentional by design, or is there a configuration option I'm missing that would generate a consistent, context-independent tag URL (e.g. always /tag/tagname) regardless of where the tag link was clicked? From an SEO perspective, having multiple canonical URLs for the same tag content is suboptimal I guess ... ?
Thanks!
All reactions