skip to Main Content

I have created this site in WordPress (https://gs4mc.org/) and installed Yoast SEO Plugin.

I have properly implemented meta and OG tags, but when I am posting the above site URL on LinkedIn, the ‘Home_main_latest’ dummy title is showing.

1

2

Answers


  1. Chosen as BEST ANSWER

    Please use below URL to get updated title and description from your site in linked share:

    https://www.linkedin.com/post-inspector/

    you have another option apart from the above one: you can add '?latest' after your site URL

    Also, please don't forget to include below code in your header file:


  2. you can use theses meta tags for LinkedIn, you can even set the website title, description or image.

    <meta property='og:title' content='Title of the article'/>
    <meta property='og:image' content='//media.example.com/ 1234567.jpg'/>
    <meta property='og:description' content='Description that will show in the preview'/>
    <meta property='og:url' content='//www.example.com/URL of the article'/>
    

    here is the reference from LinkedIn website

    Also use wp-head wordpress hook to add this code in the website.

    Happy WordPress

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search