[Plugin: WordPress SEO by Yoast] Double OG Tags
-
I’m about to explode from frustration. I’ve been having issues with the OG stuff on Facebook. That effing website refuses to grab meta information. I started using Yoast SEO fairly recently and it was pointed out to me (when they invalidated my effing bug report) that in the posts I’ve got two sets of OG tags. I have no idea where the second one is coming from. I’ve disabled everything and I can’t find it. I’m not a developer, I’m just a dude who wants to be able to share links on FB. Can someone please help me?
Here’s the header in question:
<!DOCTYPE html xmlns="https://www.w3.org/1999/xhtml"> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Megadeth - Th1rt3en Review</title> <link rel="stylesheet" href="https://www.angrymetalguy.com/wp-content/themes/elegant-grunge/style.css" type="text/css" media="screen" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="https://www.angrymetalguy.com/wp-content/themes/elegant-grunge/ie.css" /> <style type="text/css"> #footer #subscribe a { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.angrymetalguy.com/wp-content/themes/elegant-grunge/images/rss.png'); } </style> <![endif]--> <link rel="alternate" type="application/rss+xml" title="Angry Metal Guy RSS Feed" href="https://www.angrymetalguy.com/feed/" /> <link rel="pingback" href="https://www.angrymetalguy.com/xmlrpc.php" /> <!-- This site is optimized with the Yoast WordPress SEO plugin v1.0.3 - https://yoast.com/wordpress/seo/ --> <meta name='description' content='A review of Megadeth - Th1rt3en, which comes out from Roadrunner Records on the 1st of November in the USA and the 2nd in Europe.'/> <meta name='keywords' content='13, 2011, 3.0, 3.5, Alice Cooper, Annihilator, Anthrax, Chris Broderick, Dave Mustaine, Endgame, Fallout, Jag Panzer, Jon Schaffer, Megadeth, Metallica, Review, Roadrunner Records, Slayer, Th1rt3en, The Endgame Document, Thirteen, Thrash, Youthanasia'/> <link rel="canonical" href="https://www.angrymetalguy.com/megadeth-th1rt3en-review/" /> <meta property='fb:admins' content='angrymetalphil'/> <meta property='fb:page_id' content='angrymetalguy'/> <meta property='fb:app_id' content='121000041249610'/> <meta property='og:title' content='Megadeth - Th1rt3en Review'/> <meta property='og:description' content='A review of Megadeth - Th1rt3en, which comes out from Roadrunner Records on the 1st of November in the USA and the 2nd in Europe.'/> <meta property='og:url' content='https://www.angrymetalguy.com/megadeth-th1rt3en-review/'/> <meta property='og:site_name' content='Angry Metal Guy'/> <meta property='og:type' content='article'/> <meta property='og:image' content='https://www.angrymetalguy.com/wp-content/uploads/2011/11/Megadeth-Thirteen-150x150.png'/> <!-- / Yoast WordPress SEO plugin. --> <meta property="og:description" content="Megadeth - Th1rt3en Review" /> <script type="text/javascript">//<![CDATA[ // Google Analytics for WordPress by Yoast v4.2.2 | https://yoast.com/wordpress/google-analytics/ var _gaq = _gaq || []; _gaq.push(['_setAccount','UA-9127136-2']); _gaq.push(['_trackPageview'],['_trackPageLoadTime']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //]]></script> <link rel="alternate" type="application/rss+xml" title="Angry Metal Guy » Megadeth – Th1rt3en Review Comments Feed" href="https://www.angrymetalguy.com/megadeth-th1rt3en-review/feed/" /> <meta property="fb:admins" content="angrymetalphil"/><meta property="og:title" content="Megadeth – Th1rt3en Review"/><meta property="og:type" content="article"/><meta property="og:url" content="https://www.angrymetalguy.com/megadeth-th1rt3en-review/"/><meta property="og:site_name" content="Angry Metal Guy"/><meta property="og:image" content="https://www.angrymetalguy.com/wp-content/uploads/2011/11/Megadeth-Thirteen-300x298.png"/> <link rel='stylesheet' id='admin-bar-css' href='https://www.angrymetalguy.com/wp-includes/css/admin-bar.css?ver=20110622' type='text/css' media='all' /> <link rel='stylesheet' id='sharedaddy-css' href='https://www.angrymetalguy.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.css?ver=3.2.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.angrymetalguy.com/wp-includes/js/l10n.js?ver=20101110'></script> <script type='text/javascript' src='https://www.angrymetalguy.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script> <script type='text/javascript' src='https://www.angrymetalguy.com/wp-includes/js/json2.js?ver=2011-02-23'></script> <script type='text/javascript'> /* <![CDATA[ */ var live_blogging = { ajaxurl: "https://www.angrymetalguy.com/wp-admin/admin-ajax.php", update_effect: "top" }; /* ]]> */ </script> <script type='text/javascript' src='https://www.angrymetalguy.com/wp-content/plugins/live-blogging/live-blogging.js?ver=3.2.1'></script> <script type='text/javascript' src='https://www.angrymetalguy.com/wp-includes/js/comment-reply.js?ver=20090102'></script> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.angrymetalguy.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 3.2.1" /> <link rel='shortlink' href='https://wp.me/pxfk0-3oI' /> <script type="text/javascript"><!-- function addEvent(elm, evType, fn, useCapture) // addEvent and removeEvent // cross-browser event handling for IE5+, NS6 and Mozilla // By Scott Andrew { if (elm.addEventListener){ elm.addEventListener(evType, fn, useCapture); return true; } else if (elm.attachEvent){ var r = elm.attachEvent("on"+evType, fn); return r; } else { // alert("Handler could not be removed"); } } function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); var newwindows =0; for (var i=0; i<anchors.length; i++) { var anchor = anchors[i]; if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") { anchor.setAttribute("target","_blank"); newwindows++; } } } addEvent(window, "load", externalLinks); //--> </script> <script type="text/javascript"><!-- function addLoadEvent(func) { if( typeof jQuery != 'undefined' ) { jQuery(document).ready( func ); } else if( typeof Prototype != 'undefined' ) { Event.observe( window, 'load', func ); } else { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) oldonload(); func(); } } } } function wphc(){ var wphc_data = [1608593859,1390423505,1426011013,1407982534,1224357064,1202089152,1241194967,145697495,247166096,145714821,247166096,162492293,180059541,485647518,1608987858,1373644794,1509634517,481586573]; for (var i=0; i<wphc_data.length; i++){ wphc_data[i]=wphc_data[i]^1016022181; } var a = new Array(wphc_data.length); for (var i=0; i<wphc_data.length; i++) { a[i] = String.fromCharCode(wphc_data[i] & 0xFF, wphc_data[i]>>>8 & 0xFF, wphc_data[i]>>>16 & 0xFF, wphc_data[i]>>>24 & 0xFF); } return eval(a.join('')); } addLoadEvent(function(){var el=document.getElementById('wphc_value');if(el)el.value=wphc();}); //--></script> <style type="text/css" media="print">#wpadminbar { display:none; }</style> <style type="text/css" media="screen"> html { margin-top: 28px !important; } * html body { margin-top: 28px !important; } </style> <style type='text/css'> #wpadminbar .quicklinks li#wp-admin-bar-stats {height:28px} #wpadminbar .quicklinks li#wp-admin-bar-stats a {height:28px;padding:0} #wpadminbar .quicklinks li#wp-admin-bar-stats a img {padding:4px 11px} </style> </head>
Help? Please? I’m going to explode.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WordPress SEO by Yoast] Double OG Tags’ is closed to new replies.