I'm using Yoast SEO plugin. I've got a custom post type that was initially setup as "news"... this was then changed to "blog". Even though the archive settings are set to be called "Blog", when posting the link in linkedin, the snippet still shows up as News.
Is there a way to explicitly set the Yoast title in the template?
open up your database and search for the table wp_posts
now look for the sql box that will have SELECT * FROM wp_posts
written in it, in the bottom right corner of that box you will see "Edit Inline" left-click on that and now edit the sql to look like this SELECT * FROM wp_posts WHERE post_title LIKE "%blog%"
If anything comes up then you need to change it to the new title
Please Note: Always backup your database before making any changes
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