When searching for an answer to a problem today, I was surprised to find one of my posts in the "top 10" on Google. I had just posted the entry today, so while I was pretty happy about that, I was a little bummed to discover that the description used for the entry was:

Mac only CSS hack. Posted on October 17, 2011 by admin. If you know CSS, you know that the above just seems to good to be true. Well, it is! You really can't

So, my little brain put two and two together and realized that this is what Google is actually seeing on the page.

I proceeded to move the entry date block down below the post, in single.php (or loop-single.php).

<div class="entry-meta">
    <?php twentyten_posted_on(); ?>
</div><!-- .entry-meta -->

Ahhh, much better.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *