My website is a jobs website If I share a job at the moment the url could be for example
http://jobs.com/jobs/show-job/143/Jobit-flyers-put-up/Other/
But facebook with try to scrape http://jobs.com/jobs/show-job/ because that is the canonical url.
This really sucks when someone posts it on facebook because all the OpenGraph tags are empty so the link gets the wrong thumbnail and blank information. Who knows how to fix this?
Fixed!
Inside the header of the dynamic page you are creating simply user the meta og tag
<meta property="og:url" content="<?php get_current_url(); ?>" >
Canonical URL is the URL that represent your OpenGraph object and this is intended to work that way!
You can see the answer I gave to similar question for more details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With