El problema con los artículos instantaneos y blogger es que el rss de blogger y la api de facebook no se entienden muy bien... debes hacer tu instant article de forma manual, es decir, borrando lo que manda tu rss y escribir todo en el formato que te piden. yo uso esta "plantilla" para hacer mi IA porque tambien uso blogger y se de tu padecimiento :encouragement:
Los parrafos deben quedar entre <p></p>
Los títulos entre primarios entre <h1></h1> y los secundarios entre <h2></h2>
las imágenes es lo medio complicado pero una vez haces tus artículos te acostumbras
las imágenes en los posts se escriben así
Insertar CODE, HTML o PHP:
<figure>
<img src="http://example.images.com/1.jpg"/>
<figcaption class="op-vertical-below">
<h1>Image 1 Title</h1>
<cite>
Attribution Source
</cite>
</figcaption>
</figure>
Insertar CODE, HTML o PHP:
<html lang="en" prefix="op: http://media.facebook.com/op#">
<head>
<meta property="fb:use_automatic_ad_placement" content="true">
<meta charset="utf-8">
<link rel="canonical" href="http://forobeta.com/[COLOR="#FF0000"]http://blog.blogspot.com/2017/06/articulo.html[/COLOR]">
<link rel="stylesheet" title="default" href="http://forobeta.com/">
<title>[COLOR="#FF0000"]Nombre del articulo[/COLOR]</title>
</head>
<body>
<article>
<header>
<figure><img border="0" data-original-height="580" data-original-width="1021" src=[COLOR="#FF0000"]"https://4.bp.blogspot.com/-_GibwWFJiGk/WTMNPCuSUZI/AAAAAAAAFEE/6VzB6AsGSoYdHexa1WHKmoFFoAa8prHHACLcB/s1600/Una%2BChica%2BCristiana%2BArticulos.png[/COLOR]"></figure>
<!-- The title and subtitle shown in your article -->
<h1>[COLOR="#FF0000"]Nombre del articulo[/COLOR]</h1>
<!-- A kicker for your article -->
<h3 class="op-kicker">
[COLOR="#FF0000"]Introducion[/COLOR]
</h3>
<!-- The author of your article -->
<address>
[COLOR="#FF0000"]Nombre del autor[/COLOR]
</address>
<!-- The published and last modified time stamps -->
<time class="op-published" dateTime="2016-2-04T08:00">February 4th 2016, 8:00 AM</time>
<time class="op-modified" dateTime="2016-2-04T08:00">February 4th 2016, 8:00 AM</time>
</header>
<figure>
<h2>[COLOR="#FF0000"]Nombre del párrafo 1[/COLOR]</h2>
<p>[COLOR="#FF0000"]Contenido del párrafo 1[/COLOR]</p>
<a href="Link de las imagenes" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><figure>
<h2>[COLOR="#FF0000"]Nombre del párrafo 2[/COLOR]</h2>
<p>[COLOR="#FF0000"]Contenido del párrafo 2[/COLOR]</p>
<footer>
<!-- Copyright details for your article -->
<small>©[COLOR="#FF0000"]Nombre del blog[/COLOR]</small>
</footer>
</article>
</body>
</html>
Te deje en rojo lo que debes editar! suerte!