Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Google Rich Snippets (http://forum.bytesforall.com/showthread.php?t=18356)

fox-didl Sep 12, 2012 05:04 PM

Google Rich Snippets
 
I want to activated Rich Snippets in my blog. I've activated the plugin "Google Rich Snippets - Reviews" to do this but Google Webmaster Tools shows bugs. Do you know how to fix this in the theme? Any idea?

Warning: Missing required field "updated".
Warning: Missing required hCard "author".

juggledad Sep 12, 2012 05:35 PM

Have you asked the plugin's developer?

Freedombuilders Nov 18, 2012 01:54 PM

Quote:

Originally Posted by juggledad (Post 89596)
Have you asked the plugin's developer?

I too was looking for a solution, apparently it's tied to theme and not a plugin. I suppose somewhere there is a plugins that will straighten this out, but don't we have enough 'plugins' already?

Regards

Freedombuilders Nov 20, 2012 06:43 AM

One of the many articles I've found about this
http://technotes.khitrenovich.com/fi...-testing-tool/

strok Jan 17, 2014 06:57 AM

Thanks a lot for your link.

I use the Montezuma Theme with the newest updates.

I try to correct this, but it doesn´t work.

I add in the single.php "the entry title"

PHP Code:

<h1>
                <a href="<?php the_permalink(); ?>" title entry-title ="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
                <?php bfa_comments_number(); ?>
           
            </h1>

and in the postformat.php I added the author card:

PHP Code:

<h2>
        <span class="post-format"></span>
        <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
        <?php bfa_comments_popup_link'0''1''%' ); ?>
      <span class="vcard author">    
 <span class="fn"><?php the_author_posts_link(); ?></span>
</span>
      
    </h2>

and at the last I added the "date updated" in the postformat.php

PHP Code:

<div class="post-bodycopy cf">
    
        <div class="post-date date updated">        
            <p class="post-month"><?php the_time'M' ); ?></p>
            <p class="post-day"><?php the_time'j' ); ?></p>
            <p class="post-year"><?php the_time'Y' ); ?></p>    
        </div>

I´m sorry I´m not an expert in code.

Please help me.

juggledad Jan 17, 2014 07:37 AM

This thread is an Atahualpa thread. Why do you think a solution for Atahualpa would work for Montezuma? open a new one in the Montezuma forum


All times are GMT -6. The time now is 05:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.