LearningLab / learninglab-theme

A WordPress theme for Learning Lab
6 stars 0 forks source link

og:url appears twice on a post #2

Open fmarvez opened 10 years ago

fmarvez commented 10 years ago

Nate G. reported that og:url is showing up twice on single/post pages and causing issues with social shares.

og:type is also duplicated.

<meta property="fb:app_id" content="134067973330252" />
        <meta property="og:type" content="article" />
        <meta property="og:title" content="Boot Camp Gives Students Individualized Attention For College Essays" />
        <meta property="og:site_name" content="Learning Lab" />
        <meta property="og:url" content="http://learninglab.wbur.org/2014/11/18/boot-camp-gives-students-individualized-attention-for-college-essays/" />
        <meta property="og:description" content="" />
        <link rel="canonical" href="http://learninglab.wbur.org/2014/11/18/boot-camp-gives-students-individualized-attention-for-college-essays/" />
        <meta property="og:image" content="http://s3.amazonaws.com/media.wbur.org/wordpress/102/files/2014/11/111714_bootcamp-771x513.jpg" />
        <meta name="twitter:card" content="summary">

        <meta name="twitter:site" content="@LearningLabMA">
                            <meta property="og:title" content="Boot Camp Gives Students Individualized Attention For College Essays" />
                    <meta property="og:type" content="article" />
                    <meta property="og:url" content="http://learninglab.wbur.org/2014/11/18/boot-camp-gives-students-individualized-attention-for-college-essays/"/>`
aschweigert commented 10 years ago

If I had to guess, I'd bet this is due to a plugin adding an extra set of OG tags. Do you have any SEO or social plugins active that might be doing something like that?