Yoast / wordpress-seo

Yoast SEO for WordPress
https://yoast.com/wordpress/plugins/seo/
Other
1.78k stars 894 forks source link

Rich Pins #5946

Closed slashedbeauty closed 8 years ago

slashedbeauty commented 8 years ago

My rich pins have suddenly been pulling the wrong information for the meta. It's supposed to pull the article name for the top of the image, and all of a sudden it's now pulling MY name.

This only happens when you pin directly from my site. If you copy and paste the url onto Pinterest.com, it works fine.

Wondering if this has to do with YOAST.

ex: https://www.pinterest.com/pin/77476056069888393/

Technical info

Rarst commented 8 years ago

You seem to have some extra meta output before that of our plugin:

...
<meta property="og:image" content="http://www.slashedbeauty.com/wp-content/uploads/2016/10/bridesmaidboxproposalideas.jpg" />
<meta name="author" content="Miranda Mendoza">
<link rel="icon" type="image/png" href="http://www.slashedbeauty.com/wp-content/uploads/2016/02/favicon.png">
<!-- This site is optimized with the Yoast SEO plugin v3.7.0 - https://yoast.com/wordpress/plugins/seo/ -->
...

That very well might be confusing Pinterest scraper, I would suggest to figure out where is that coming from and see if disabling it resolves the issue.