Posting to Google results in duplicate title
-
When I attempt to post a link from my blog (any, I have 3 that I update), the titles end up duplicating in Google+. Posting to Facebook, however, doesn’t have an issue like this.
All 3 blogs have the latest Jetpack (2.0) installed. Before this update, I never had an issue with this.
Blog url: http://www.timdehring.com/The blog I need help with is: (visible only to logged in users)
-
I’m not able to reproduce the title duplication. Could you please try viewing Google+ using the Chrome browser to see if that fixes the issue?
If the problem persists, please provide a screenshot of what you see on Google+ and indicate where the duplication is.
You can upload the screenshot to your WordPress.com site’s media library or send it to us by email.
-
-
Thank you for providing the screenshot – I can see what you mean. I have let our engineers know about this and I will get back to you as soon as I have more information.
-
-
The duplicate title is appearing because both Yoast’s SEO plugin and Jetpack are rendering open graph tags – and the first title is being appended to the second in Google+ instead of being overridden.
The problem can be solved by disabling open graph rendering for one or the other. Here’s the code for disabling Jetpack’s:
add_filter( 'jetpack_enable_open_graph', '__return_false' );Let me know if you have any more questions :).
-
-
- The topic ‘Posting to Google results in duplicate title’ is closed to new replies.
