<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: How to fix Google Structured Data Missing</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 13:13:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30379</guid>
					<title><![CDATA[How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30379</link>
					<pubDate>Thu, 17 Nov 2016 17:39:14 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there. In Google Webmaster Tools I can read that I’m having 204 items (posts) with errors.</p>
<p>Missing Author, entry title, missing updated.</p>
<p>These codes will generally fix the errors</p>
<pre><code>&lt;h2 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;

&lt;span class=&quot;vcard author post-author&quot;&gt;&lt;span class=&quot;fn&quot;&gt;&lt;?php the_author(); ?&gt;&lt;/span&gt;&lt;/span&gt;

&lt;span class=&quot;post-date updated&quot;&gt;&lt;?php the_date(); ?&gt;&lt;/span&gt;</code></pre>
<p>But I can’t seem to locate these codes or similar in the single.php file.</p>
<pre><code>&lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;
&lt;?php the_author(); ?&gt;
&lt;?php the_date(); ?&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30383</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30383</link>
					<pubDate>Fri, 18 Nov 2016 09:15:39 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You can find the tags in the single.php &#8230;</p>
<p>Title &#8211; <code>&lt;h1&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;</code><br />
Meta data &#8211; at the bottom:</p>
<pre><code>&lt;p class=&quot;post_meta&quot;&gt;
	&lt;span class=&quot;calendar&quot;&gt;&lt;?php printf(&#039;&lt;a href=&quot;%1$s&quot;&gt;%2$s&lt;/a&gt;&#039;, get_permalink(), get_the_date()); ?&gt;&lt;/span&gt;
	&lt;span class=&quot;author&quot;&gt;&lt;a href=&quot;&lt;?php echo get_author_posts_url(get_the_author_meta(&#039;ID&#039; )); ?&gt;&quot;&gt;&lt;?php echo __(&#039;By &#039;,&#039;Aqua&#039;);?&gt; &lt;?php the_author_meta(&#039;display_name&#039;); ?&gt;&lt;/a&gt;&lt;/span&gt;
	&lt;span class=&quot;comments&quot;&gt;&lt;?php  comments_popup_link( __(&#039;No comments yet&#039;,&#039;Aqua&#039;), __(&#039;1 comment&#039;,&#039;Aqua&#039;), __(&#039;% comments&#039;,&#039;Aqua&#039;), &#039;comments-link&#039;, __(&#039;Comments are Off&#039;,&#039;Aqua&#039;));?&gt;&lt;/span&gt;
	&lt;span class=&quot;tags&quot;&gt;&lt;?php the_category(&#039;, &#039;); ?&gt;&lt;/span&gt;
&lt;/p&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30387</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30387</link>
					<pubDate>Sat, 19 Nov 2016 15:50:01 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>uhm&#8230; I&#8217;m a real dummy&#8230; why I did not see? Too many beers, I think.<br />
Anyway, I spent the day trying to fix the issue, but I was not able to do fix one item.<br />
My English is not good, but I trust you can understand me&#8230;</p>
<p>I fixed &#8220;Missing Author&#8221; and &#8220;Missing updated&#8221;, but I&#8217;m not able to fix &#8220;entry title&#8221;, which does not appear within  <a href="https://search.google.com/structured-data/testing-tool." title="Google Structured Data Testing Tool." target="_blank" rel="nofollow">Google Structured Ddata Testing Tool</a>.</p>
<p>Please, see below how I edited the single.php:</p>
<pre><code>&lt;div class=&quot;sixteen columns&quot;&gt;
 &lt;?php boc_breadcrumbs(); ?&gt;
     &lt;div class=&quot;page_heading&quot;&gt;&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;&lt;/div&gt;
&lt;/div&gt;</code></pre>
<p>Regarding the meta, I edited in this way:</p>
<pre><code>&lt;p class=&quot;post_meta&quot;&gt;
&lt;span class=&quot;post-date updated&quot;&gt;&lt;?php printf(&#039;&lt;a href=&quot;%1$s&quot;&gt;%2$s&lt;/a&gt;&#039;, get_permalink(), get_the_date(), get_the_time()); ?&gt;&lt;/span&gt;
&lt;span class=&quot;vcard author post-author&quot;&gt;&lt;span class=&quot;fn&quot;&gt;&lt;?php echo __(&#039;By &#039;,&#039;Aqua&#039;);?&gt; &lt;?php the_author_meta(&#039;display_name&#039;); ?&gt;&lt;/a&gt;&lt;/span&gt;
&lt;span class=&quot;comments&quot; style=&quot;display:none&quot;&gt;&lt;?php  comments_popup_link( __(&#039;No comments yet&#039;,&#039;Aqua&#039;), __(&#039;1 comment&#039;,&#039;Aqua&#039;), __(&#039;% comments&#039;,&#039;Aqua&#039;), &#039;comments-link&#039;, __(&#039;Comments are Off&#039;,&#039;Aqua&#039;));?&gt;&lt;/span&gt;
&lt;span class=&quot;tags&quot;&gt;&lt;?php the_category(&#039;, &#039;); ?&gt;&lt;/span&gt;
&lt;/p&gt;</code></pre>
<p>It broken a little bit the layout, but it seems to work well.</p>
<p>Please, may you help me to fix the &#8220;Title&#8221;?<br />
Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30400</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30400</link>
					<pubDate>Mon, 21 Nov 2016 09:17:08 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure, what&#8217;s wrong with it? May I see your URL to see the current structure you set up?<br />
I hope you also are using a child theme, that way a theme update won&#8217;t erase your updates.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30413</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30413</link>
					<pubDate>Mon, 21 Nov 2016 13:38:36 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks. I try to explain using my poor English&#8230;</p>
<p>I was checking my website in Google Webmaster Tool and I noticed that all my posts had three errors: &#8220;Missing: author&#8221;, &#8220;Missing: entry title&#8221;, &#8220;Missing: updated&#8221; (see this screenshot<img src="http://www.rifugioducadaosta.com/before-edit-single.php.png" alt="Before edit single.php.png" />).</p>
<p>I investigated a little bit and I found this resource: <a href="https://wpcolt.com/fix-hentry-errors-wordpress/" title="How to fix hentry errors" target="_blank" rel="nofollow">https://wpcolt.com/fix-hentry-errors-wordpress/</a>.</p>
<p>After editing the single.php file I resolved &#8220;Missing: author&#8221; and &#8220;Missing: updated&#8221; issues,but &#8220;Missing: entry title&#8221; error is still there (see this screenshot<img src="http://www.rifugioducadaosta.com/after-edit-single.php.png" alt="Before edit single.php.png" />).</p>
<p>I&#8217;m using a child theme, sure.<br />
This is the URL of one of my post: <a href="https://www.guidedolomiti.com/news/arrampicata/torre-dei-sabbioni-via-magic-fox/29931/" title="Torre dei Sabbioni - Via Magic Fox" target="_blank" rel="nofollow">https://www.guidedolomiti.com/news/arrampicata/torre-dei-sabbioni-via-magic-fox/29931/</a></p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30419</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30419</link>
					<pubDate>Tue, 22 Nov 2016 07:45:05 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>How in the world would you be missing the title? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p><code>&lt;div class=&quot;page_heading&quot;&gt;&lt;h1&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;&lt;/div&gt;</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30424</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30424</link>
					<pubDate>Tue, 22 Nov 2016 08:30:45 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m sorry, I&#8217;m tooooo dummy&#8230;<br />
The &#8220;entry-title&#8221; CSS class is missing&#8230;</p>
<p>How to edit this:</p>
<pre><code>&lt;div class=&quot;sixteen columns&quot;&gt;
 &lt;?php boc_breadcrumbs(); ?&gt;
     &lt;div class=&quot;page_heading&quot;&gt;&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;&lt;/div&gt;</code></pre>
<p>Google says:<br />
Missing title: which means that the item (page/post) missing the “entry-title” CSS class.<br />
For this, you need to look for your post/page title and add class=”entry-title” for example: <code>&lt;h1 class=&quot;entry-title&quot;&gt;The title&lt;/h1&gt;</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30430</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30430</link>
					<pubDate>Wed, 23 Nov 2016 07:12:51 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, so you got it then &#8211; this seems legit:</p>
<p><code>&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30436</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30436</link>
					<pubDate>Wed, 23 Nov 2016 07:51:20 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>It seems ok, but if you try to check the URL of any of my posts (e.g. <a href="https://www.guidedolomiti.com/news/ferrate/storia-della-scala-del-minighel/29774/" rel="nofollow">https://www.guidedolomiti.com/news/ferrate/storia-della-scala-del-minighel/29774/</a>)  within <a href="https://search.google.com/structured-data/testing-tool" title="Google Testing Tool" target="_blank" rel="nofollow">https://search.google.com/structured-data/testing-tool</a> there is not &#8220;Title&#8221; within &#8220;hentry&#8221;.<br />
So, it seems that the following code is not correct:</p>
<pre><code>&lt;div class=&quot;sixteen columns&quot;&gt;
 &lt;?php boc_breadcrumbs(); ?&gt;
     &lt;div class=&quot;page_heading&quot;&gt;&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;&lt;/div&gt;</code></pre>
<p>Thanks for your patience <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_sad.gif" alt=":-(" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30439</guid>
					<title><![CDATA[Reply To: How to fix Google Structured Data Missing]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/how-to-fix-google-structured-data-missing/#post-30439</link>
					<pubDate>Wed, 23 Nov 2016 09:56:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>What is this hentry?<br />
Isn&#8217;t this what you needed to add : class=&#8221;entry-title&#8221; ?<br />
It is there&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

