Posted by nedjo on June 15, 2010 at 8:14pm
4 followers
Jump to:
| Project: | Persistent URL |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
I'm working on a patch for Spaces to allow a node to be part of multiple spaces. If that's the case, a PURL may be part of a set in which one is canonical, and there's a need to designate that canonical URL to e.g. avoid duplicate content issues. Attached small patch enables this. Doing this in hook_preprocess_page() partly to avoid conflict with nodewords, which can be used to add a canonical URL.
| Attachment | Size |
|---|---|
| purl-canonical-url.patch | 1.71 KB |
Comments
#1
Subscribing.
Have you created an issue yet for the node to multiple spaces patch?
#2
Yep, just posted it here: #828416: Enable multiple spaces per item--spaces_taxonomy implementation.
#3
This patch applied fine for me with the latest release of PURL and works great with the patch over at:
#828416: Enable multiple spaces per item--spaces_taxonomy implementation.