Closed (fixed)
Project:
Metatag
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
18 Sep 2011 at 22:57 UTC
Updated:
26 May 2025 at 08:52 UTC
Jump to comment: Most recent
Comments
Comment #1
agoradesign commentedI guess, your problem refers to the following core bug: http://drupal.org/node/1178580
There's also a patch included, which is made for D8, but the code is still the same as in D7, so you can apply it (there are only a few lines, so I changed the code lines manually instead of applying it via IDE - I'm not sure, if the line numbers are still the same)
Try it out, I had the same problem and now it works.
Comment #2
Anonymous (not verified) commentedI installed this patch when I installed Meta tags a few day's agoo. It is not the issue I am talking about.
The node description in the Meta tag "node type"(!!!) is not placed in the head of the page, also after install of this patch.
Comment #3
dave reidI recently just had this problem. I think you just have to clear your caches. Please confirm after clearing caches if this is still a problem.
Comment #4
Anonymous (not verified) commentedI updated from alpha1 to alpha2, uninstalled alpha1 complete and made a new alpha2 installation.
Cleared caches a lot of times: but did not help.
Global and Global frontpage works fine!!
On a node page I have the metatags (description, keywords and title) of the Metatag Global settings in the head, despite of the settings in admin/config/search/metatags/config/node or node/x/edit (the Metatag in the node edit form).
Take a look at the page sourcecode http://www.cmseasy.nl/drupal. Metatag settings (admin/config/search/metatags) are default (description: [node:summary], no keywords).
Or http://www.cmseasy.nl/civicrm, default setting in the admin, in de node edit form description tag: "CiviCRM is a Constituent Relationship Management system" and keywords: "CiviCRM,Constituent,Relationship,Management", title the text: "Hello"
The meta tags are not in the head of the sourcecode of this pages, the title tag is from Global.
Comment #5
dave reidYour node output doesn't seem to be typical core node output. What module are you using to display nodes or change the way nodes are displayed?
Typical node output:
Your node output:
Comment #6
Anonymous (not verified) commentedI am using Display Suite.
I made a test, by changing a nodetype page-view from Display Suite to default Drupal, and yes: the Metatags are present in the head!! (http://www.cmseasy.nl/service/bestaande-html-website-naar-cms-omzetten).
Conclusion: Metatag and Display suite don't work together.
I will make a new feature request for that. (http://drupal.org/node/1284852)
Comment #7
Anonymous (not verified) commentedSorry: accidentally changed the title
Please close this issue after reading, continued in the feauture request.
Comment #8
dave reid