My global configuration works, but not the entity override.

It appears that OG title and description are pulling from the node title and body fields, and the Open Graph title and description fields, because I'm getting both pieces of content to display when I paste the page link into a Facebook post. I just want the OG content to display.

I'm using the Havasu theme, and have added " render($page['content']['metatags']); " to the "page.tpl.php" and "page--front.tpl.php" files because I didn't see it there.

Thank you.

P.S.
When I use the Facebook Object Debugger, I get Errors That Must Be Fixed

Bad Response Code: URL returned a bad HTTP response code.

-and

Open Graph Warnings That Should Be Fixed
Extraneous Property: Objects of this type do not allow properties named 'http://purl.org/dc/terms/title'.
Extraneous Property: Objects of this type do not allow properties named 'http://rdfs.org/sioc/ns#num_replies'.
og:image should be larger:Provided og:image is not big enough. Please use an image that's at least 200x200 px. Image 'http://www.runallenpark.org/sites/default/files/styles/large/public/fiel...' will be used instead.
Parser Mismatched Metadata: The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'http://purl.org/dc/terms/title, http://rdfs.org/sioc/ns#num_replies'

Comments

Joe Barczyk’s picture

Status: Active » Closed (fixed)

My problem was not understanding how tokens work. I was getting duplicate text when entering Open Graph Meta tags for an article. In the Open Graph title field I had entered the title name I wanted to use next to the already present [node:title] token. Since the title I entered was the same as the [node:title] token, I was getting what appeared to be a duplicate. I deleted the token to get the display I wanted.