what meta text should i add in my webpage for instagram dm
I’m adding meta description to a website. I have added html meta, og meta and twitter meta to the head of the website. it all works good, but when I’m trying to send the URL through Instagram dm, it shows lorem ipsum text as the description of the website.image
Which meta tags should I add to it for it to show proper description
you can view sources through inspect on http://redflik.com
<!-- Primary Meta Tags --> <title>Redflik</title> <meta name="title" content="Redflik"> <meta name="description" content="Design solutions for individuals and businesses"> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content="http://redflik.com/"> <meta property="og:title" content="Redflik"> <meta property="og:description" content="Design solutions for individuals and businesses"> <meta property="og:image" content="sftp://[email protected]/home/techbssi/public_html/redflik.com/img/redflik%20square%20logo.jpg"> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:url" content="http://redflik.com/"> <meta property="twitter:title" content="Redflik"> <meta property="twitter:description" content="Design solutions for individuals and businesses"> <meta property="twitter:image" content="sftp://[email protected]/home/techbssi/public_html/redflik.com/img/redflik%20square%20logo.jpg">