Thanks for the message.
No, this is not caused by Shared Counts, but there is definitely something wrong on your site. Shared Counts does not add any open graph tags (what Facebook uses to specify site metadata) to your site. That is typically handled by an SEO plugin like Yoast SEO.
Either your theme or another plugin is adding incorrect open graph tags on your homepage. Here’s a screenshot. There are two ways I can imagine this happening:
1. The “open graph provider” (ie: theme or plugin that’s adding the tags) doesn’t know how to display correct tags on your blog homepage. I think this is unlikely.
2. Your theme or another plugin is overwriting the global query, making your WordPress site *think* its on that blog post rather than your homepage, at the time those tags are rendered. This is more likely.
I recommend you ask your host to create a staging environment where you can test changes to your site without them being visible on the live site (ex: testing.evrn.net ).
Switch to one of the default WordPress themes and view the source of your page (look for og:url). If the open graph URL shows your homepage, that means its an issue with your theme. If it still displays the blog post url, it’s an issue in one of your plugins.
Deactivate your plugins one-by-one and view the source again. Once you see the og:url change to the homepage, you’ll know what plugin is causing the issue.
Once you know if it’s a theme or plugin issue, you can decide if you want to remove that theme/plugin or try to fix the issue. You can then contact the theme/plugin creator for guidance.
Alternatively, you could hire someone on Codeable to help you through this process.
I hope that helps.
Yes, it helped tremendously. But what the problem actually was will remain a mystery as it wasn’t the theme, yet it was one of the plugins. Reactivating each one, it didn’t revert back to the improper metadata.
It’s like that old joke about restarting the computer to fix it.
Many thnaks