Closed (duplicate)
Project:
Metatag
Version:
7.x-1.0-alpha6
Component:
Open Graph
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2012 at 20:44 UTC
Updated:
15 Oct 2012 at 16:07 UTC
In the OpenGraph section of the module's configuration, there's a drop-down menu for the og:type meta tag which lists a bunch of og:type options. When I select any of those options and save, my choice saves properly and displays again on re-load, but on any page load where the meta tag is supposed to be, og:type is always listed as "article". I've uninstalled/reinstalled the module, and disabled it to verify that nothing else is overriding the tag.
Comments
Comment #1
nick_schuch commentedI have just downloaded and install the latest build and it seems to be working well for me.
I tested by changing the og:type to "government".
Any chance you could test this out again?
Comment #2
Laurens commentedI tested this on a clean Drupal 7.15 install together with version 7.x-1.0-alpha8 of the metatag module and I couldn't reproduce this either. I changed the og:type of the front page to 'song' (gotta choose something) and it showed up like that on the front page source. Are you sure you modified the correct type (Global, Global: Front page, Node, etc) so that it is not overridden by other meta tags?
Comment #3
brunorios1 commentedcheck if the og:type in Global settings is defined as "article"...
if yes, set to "none".
Comment #4
TonyxTony commentedThanks brunorios1, I set global to none and it is working. I wonder why it is not overriding.
Comment #5
damienmckennaPlease test to see if #1784896: Overriding meta tags fall back to parent default tag value resolves the problem for you. Thanks.
Comment #6
damienmckennaSounds like this was a duplicate of #1784896: Overriding meta tags fall back to parent default tag value.