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.