The Open Graph og:title and og:description are not scraped by Social Medium platforms
0
Hi I am looking for an alternative solution to add specific content on the og:title and og:description that can be read by for example LinkedIn (https://www.linkedin.com/post-inspector/) Currently when I am adding the tags in the index.html like the following snippet it is being picked - but any other solution...javascript / react widgets ect it is changing the values in the DOM like suggested in a previous question.. but that's about it. <meta property="og:title" content="Sample title for Product X" /> <meta property="og:description" content="Long description of product X ......" /> /> For what I can tell the current marketplace of Mendix has a fix for this - when I inspect for example the link for the SAML page (https://marketplace.mendix.com/link/component/1174) the inspector is picking up the values that i am expecting. As you can see in the page below. However when I am inspecting the HTML source code I can't understand how they did this... HTML sniplet from the same URL