• Resolved hurra03

    (@hurra03)


    alteregovoices.com
    Hi – I am getting these two erros when I submit my web-ite to the Google Structure4d Data Testing Tool (https://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Falteregovoices.com%2F)

    Is it something needing to be changed in functions.php?

    hatom-feed
    hatom-entry:
    entry-title: British Female Voice-Over Artist
    entry-content: Looking for the Perfect Voice-Over? Cromerty York is a professional, qualified voice-over talent, with world-wide experience, a cutting-edge studio and super-quick turn-around time, offering…

    Error: Missing required field “updated”.
    Error: Missing required hCard “author”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Please open page-templates/full-width.php

    add codes <!--Add this codes--> ... <!--Add this codes end-->

    <div class="entry page">
    	<div id="post-<?php the_ID(); ?>" <?php raindrops_post_class(); ?>>
    		<?php
    		raindrops_entry_title();
    		?>
    		<!--Add this codes-->
    		<div class="entry-meta-default page">
    			<?php
    			raindrops_posted_on();
    			?>
    		</div>
    		<!--Add this codes end-->
    		<div class="entry-content">

    add below page last at style.css

    .page-template-page-templatesfull-width-php .entry-meta-default{
        display:none;
    }

    thank you

    Thread Starter hurra03

    (@hurra03)

    Excellent – thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google Rich Snippets Error’ is closed to new replies.