Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2012 at 03:59 UTC
Updated:
4 Aug 2021 at 09:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damienmckennaThis should do it. It assigns global default values for canonical, shortlink and og:url.
Comment #3
damienmckennaThis should work.
Comment #4
damienmckennaI've committed this.
Comment #5
damienmckennaThe shortlink needs an override for the global:frontpage so it links to just the root page.
Comment #6
damienmckennaCommitted.
Comment #8
ACD commentedI created an order form using webform module. My form contains select box. Default value of select box depends on GET variable - supposed to be the last argument in the path. Also I created 3 path aliases for: node/22/opt1, node/22/opt2 ,node/22/opt3. So we have:
0. defaul form page - http://site.name/order (sys path - node/22)
1. form state for the 1st select option - http://site.name/order/opt1 (alias)
2. form state for the 2nd select option - http://site.name/order/opt2 (alias)
3. form state for the 3rd select option - http://site.name/order/opt3 (alias)
It works fine. But, the problem is that canonical link is absolute only on the default form page - /order.
On all other pages it appears like "/order" instead of "http://site.name/order".
The same situation with shortlink.
Any ideas?
Thanks in advance.
Comment #9
damienmckenna@ACD: Please open a new issue for this request. Thanks.
Comment #10
damienmckenna