I am getting the erro:
INFO: Page fetched successfully
WARN: No metatags found
My test page is http://www.palmeiras.com.br/twitter-summary-card-test.php
The metatags are all included but it is still not validating. Could be something related to CloudFlare’s CDN service?
<!DOCTYPE HTML>
<html>
<head>
<title>Twitter Summary Card Test Page</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- General -->
<meta name="description" content="This page has all the required meta-tags to render the Twitter Card.">
<meta name="author" content="Palmeiras.com.br">
<link rel="canonical" content="http://www.palmeiras.com.br/twitter-summary-card-test.php">
<!-- Twitter Summary Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Palmeiras">
<meta name="twitter:creator" content="@Palmeiras">
<meta name="twitter:title" content="Twitter Summary Card Test Page">
<meta name="twitter:description" content="This page has all the required meta-tags to render the Twitter Card.">
<meta name="twitter:image" content="http://www.palmeiras.com.br/public/upload/ckeditor/images/20170509_cgap_palmeiras_5902_16.jpg">
<meta name="twitter:url" content="http://www.palmeiras.com.br/twitter-summary-card-test.php">
</head>
<body>
<p>This page has all the required meta-tags to render the Twitter Card. Bellow is the image for the page:</p>
<img src="http://www.palmeiras.com.br/public/upload/ckeditor/images/20170509_cgap_palmeiras_5902_16.jpg" width="600" height="343">
</body>
</html>
**
I FOUND THE ERROR!
Solution:
** Posting here as the topic is already closed (today is may/29/2017). The error is that the site is using CloudFlare’s CDN. The default site configuration is locale PT-BR (Brazil). So for all international accesses (including USA), CloudFlare requests a reCaptcha authentication before redirecting to the site’s default page. The server sends a 403 Forbidden status message to the browser.