Closed (fixed)
Project:
Metatag
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2010 at 15:55 UTC
Updated:
9 Sep 2011 at 16:41 UTC
Those two are somehow very important modules when it comes to SEO, and page_title is closely related to meta tags.
I wonder if any kind of merging with those module, or at least a planned integration might be worth to consider it on the design of this module?
Comments
Comment #1
dave reidPage title would likely stay a separate project. Would could maybe add support for page titles from within metatags so a separate joining module is not necessary.
Comment #2
dave reidAfter some time it almost makes sense to have some type of page title support. See also #948110: Page Title vs Metatags (D7).
Comment #3
nicholasthompsonI'd be happy to help maintain the Page Title aspect of this module. Makes much more sense to have one well maintained module with a team behind it rather than 2 modules with 2 smaller teams ;)
Comment #4
dave reidI just figured out how to get this working in an abstract and reliable fashion for the new code base.
The goods:
And our title tag controller is the following:
Using the API functions we can alter any variable in hook_preprocess_html() so that we don't need to mess with calling drupal_set_title() and we also do not have to special case title tag handling in metatag_preprocess_html(). Elegant solutions++
So architecturally this is solved, now we just need to have the UI for editing/loading/rendering the tags. :)
Comment #5
BenK commentedSubscribing
Comment #6
andypostsubscribe
Comment #7
dave reidThe unstable1 release already contains page title functionality.
Comment #8
Todd Young commentedPardon my ig'nance but I can't seem to find where you can set the page title of a Panels page in D7... In neither MetaTags nor Page Title modules?
Comment #9
dave reidBecause we haven't added Panels support yet: #1151938: Panels integration - meta discussion