Trying to figure out which plugin is causing error
-
Hey there. Just installed the plugin.
Getting all types of warnings on this post.Can you help me figure out which plugin(s) is causing the errors?
-
Could you cut-and-paste the errors? 😉
Thanks,
js.
Sure. Thanks in advance for the help!
WPSSO Warning:
Possible conflict detected – your theme or another plugin is adding a meta property=”og:site_name” HTML tag to the head section of this webpage.
WPSSO Warning:
Possible conflict detected – your theme or another plugin is adding a meta property=”og:title” HTML tag to the head section of this webpage.
WPSSO Warning:
Possible conflict detected – your theme or another plugin is adding a meta property=”og:url” HTML tag to the head section of this webpage.
WPSSO Warning:
Possible conflict detected – your theme or another plugin is adding a meta property=”og:description” HTML tag to the head section of this webpage.
WPSSO Warning:
Possible conflict detected – your theme or another plugin is adding a meta property=”og:type” HTML tag to the head section of this webpage.
WPSSO Warning:
Possible conflict detected – your theme or another plugin is adding a meta property=”og:locale” HTML tag to the head section of this webpage.
WPSSO Warning:
Possible conflict detected – your theme or another plugin is adding a meta property=”og:image” HTML tag to the head section of this webpage.
WPSSO Warning:
Possible conflict detected – your theme or another plugin is adding a meta property=”fb:app_id” HTML tag to the head section of this webpage.For some reason, it’s not allowing a full cut and paste to post.
Here are a few of the relevant parts.
your theme or another plugin is adding a meta property=”og:site_name” HTML tag to the head section of this webpage.
your theme or another plugin is adding a meta property=”og:title” HTML tag to the head section of this webpage.
your theme or another plugin is adding a meta property=”og:url” HTML tag to the head section of this webpage.
Then, the same message with:
meta property=”og:description”
meta property=”og:type”
meta property=”og:locale”
meta property=”og:image”
meta property=”fb:app_id”You need to remove / disable the following meta tags:
<meta property="og:site_name" content="The Matthew Filipowicz Show" /> <meta property="og:title" content="The Matthew Filipowicz Show 2.0 Launches Next Week!" /> <meta property="og:url" content="http://matthewf.net/2015/07/14/the-matthew-filipowicz-show-2-0-launches-next-week/" /> <meta property="og:description" content="Just wanted to give you all an update from The Matthew Filipowicz Show studio. After an amazing vacation in Europe, or "holiday" as Europeans like to say, we are very close to our launching of version 2.0 of The Matthew Filipowicz Show!" /> <meta property="og:type" content="article" />And:
<meta property="og:type" content="article" /> <meta property="og:url" content="http://matthewf.net/2015/07/14/the-matthew-filipowicz-show-2-0-launches-next-week/" /> <meta property="og:title" content="The Matthew Filipowicz Show 2.0 Launches Next Week!" /> <meta property="og:site_name" content="The Matthew Filipowicz Show" /> <meta property="og:locale" content="en_US" /> <meta property="og:description" content="Just wanted to give you all an update from The Matthew Filipowicz Show studio. After an amazing vacation in Europe, or "holiday" as Europeans like to say, we are very close to our launching of version 2.0 of The Matthew Filipowicz Show!" /> <meta property="og:image" content="http://matthewf.net/wp-content/uploads/2015/07/20150419_174001-150x150.jpg" /> <meta property="fb:app_id" content="265569840234536" />js.
Sorry, I’m a bit of a novice. How would I do that?
And what causes it? So I could prevent it from happening in a future post?
Thank you so much for the help!
You should disable each plugin one by one until those duplicates disappear. They’re easy to see if you do a “View Source” on an example post / page. You should start with any Facebook / Open Graph related plugins. 😉 You may want to check their settings as well, in case you can disable those duplicate meta tags, while still keeping the plugin for other functionality.
js.
The topic ‘Trying to figure out which plugin is causing error’ is closed to new replies.