Active
Project:
Newswire
Version:
6.x-3.2
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 May 2009 at 19:53 UTC
Updated:
22 Jun 2009 at 22:01 UTC
The permalink links are not really permanent since they link to the actual URL alias. I would say the permalink option should use Drupal's internal paths (i.e /node/1, /node/2, etc...).
Currently if a user decides to change any of the paths URL structure, the permalink will break.
Comments
Comment #1
Jeff Burnz commentedYes, I know its not the permalink but I wonder if site owners really want the internal URL pointing back at their nodes, I was tending to think its better for SEO if the URL alias was used, unless the site has global redirect installed.
Thoughts? Get rid of it altogether maybe (thats my thinking).
Comment #2
bsherwood commentedMy thoughts on this are:
1. If your going to have a permalink in the theme, then it should at least be permanent.
2. Other sites (mostly blogs) have a permalink that points to an internal URL and not a SEO alias.
3. This feature should not rely on other contrib modules (e.g global redirect).
Other ideas?
Comment #3
Jeff Burnz commentedNot really, I think we should get rid of it in the next version.
Comment #4
JaclynMcKewan commentedI'd like to see the permalink gone as well. Is there a way I can get rid of it myself by editing one of the theme files? (Sorry, I'm still a bit new to Drupal.)
Comment #5
Jeff Burnz commentedYes, just remove it from node.tpl.php
Comment #6
bsherwood commentedThe code you should remove from node.tpl.php is:
Comment #7
JaclynMcKewan commentedThanks!