I am receiving the following error on the card validator “ERROR: Required meta tag missing (twitter:url)”. My actual card looks like the following (Please note i have replaced my actual URLs with “Test”):
<html>
<head>
<meta content="text/html; charset=UTF-8" name="Content-Type" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="www.test.com" />
<meta name="twitter:title" content="First Badge" />
<meta name="twitter:description" content="New Badges Earned!" />
<meta name="twitter:image" content="https://cdn.test.com/x.png" />
<meta name="twitter:url" content="www.test.com" />
</head>
<body>
TESTING
</body>
</html>
Any idea what is wrong?