I got the fatal errors to start to go away.
What I had to do what add
<!doctype html>
<html lang="en" prefix="op: https://media.facebook.com/op#">
Then, I went through and spread out the html tags. Easier to show rather than try to explain.
<!doctype html>
<html lang="en" prefix="op: https://media.facebook.com/op#">
<head>
<link rel="canonical" href="https://*.url/news/title/"/>
<meta charset="utf-8"/>
<meta property="op:generator" content="facebook-instant-articles-sdk-php"/>
<meta property="op:generator:version" content="1.0.6"/>
<meta property="op:generator:transformer" content="facebook-instant-articles-sdk-php"/>
<meta property="op:generator:transformer:version" content="1.0.6"/>
<meta property="op:markup_version" content="v1.0"/>
<meta property="fb:article_style" content="default"/>
</head>
<body>
<article>
<header>
<figure>
<img src="https://*.com/images/*.jpg"/>
</figure>
<h1>ELCA introduces initiative to address voting rights</h1>
<time class="op-published" datetime="2016-04-12T23:13:05-04:00">April 12th, 11:13pm</time>
<time class="op-modified" datetime="2016-04-20T14:02:09-04:00">April 20th, 2:02pm</time>
<address>
<a href="https://*.url">*.url</a>
</address>
</header>
<p><i><b>By Mr. So Andso</b></i></p>
<p>text</p>
<p>text</p>
<p>text</p>
</article>
</body>
</html>
Many times the plugin seems to minify the html and scrunch it together. Those almost always throw the fatals error.