Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.13
Component:
Tag output
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2012 at 12:47 UTC
Updated:
17 Mar 2012 at 13:50 UTC
Hi,
I have a views page located in domain.com/views, but on all my html I link to it as domain.com/views/ (for SEO).
my problem is nodewords output the canonical tag as domain.com/views, not domain.com/views/, even if I don't set views/ on the "custom pages" page.
Any Idea how to force it output domain.com/views/ on this page ?
Comments
Comment #1
damienmckennaIncluding a trailing slash is against Drupal's URL practices, which is why Nodewords does it. You'll need to use hook_nodewords_tags_alter() to customize that meta tag, check nodewords.api.php for details.