• Resolved disfasia

    (@disfasia)


    I have installed RDFa Breadcrumb and put in this code in the first line of my single.php file.

    <?php if(function_exists(‘rdfa_breadcrumb’)){ rdfa_breadcrumb(); } ?>

    It is failing the rich snippets test…. saying this:

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

    Please help.

    thanks in advance.

    https://www.ads-software.com/extend/plugins/rdfa-breadcrumb/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter disfasia

    (@disfasia)

    This page does not contain authorship or rich snippet markup.

    this is the other error it shows

    Plugin Author Nitin Yawalkar

    (@yawalkarm)

    This plugin initially created to be used with categories. If you are using categories for your posts, this plugin will work fine. If you are testing the post page with google’s rich snippet testing and it shows the above errors, remember the following :

    The following warning messages came, because of your RSS Feed.

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

    and if you are seeing the following error,

    This page does not contain authorship or rich snippet markup.

    you need to install the plugin with some care. i.e.:
    Put
    <?php if(function_exists('rdfa_breadcrumb')){ rdfa_breadcrumb(); } ?>
    this code right before

    <?php while ( have_posts() ) : the_post(); ?>

    these lines.

    I hope this will solve your problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: RDFa Breadcrumb] Help with the installation’ is closed to new replies.