I noticed my published page was not showing up correctly in LinkedIn previews. When I checked the post inspector it showed why. Bootstrap Studio was saving the meta tags like this:
<meta property=“og:title” content=“Your Offensive Security Experts”>
<meta property=“og:image” content=“assets/img/ECR_OG.png”>
LinkedIn wants to see the tags like this:
<meta name=“title” property=“og:title” content=“Your Offensive Security Experts”>
<meta name=“image” property=“og:image” content=“assets/img/ECR_OG.png”>
Thank you for the report! According to their docs, the format we’re using is correct. Can you send a link to where your suggested version is mentioned?
I first discovered the issue on my website, www.ecrsecurity.com however the linked in post inspector I linked to above shows what it views as the correct format for og tags for any website you input into it.