So, I wrote a post 32 minutes ago, see … (Google search was “international seo smart tips”)
Haven’t found the answer yet, but where or how is this info being grabbed for the description? ” International SEO - Smart Tips · Google Maps - User Generated Content *New · Google Trends & MSN’s …”
I do have a wordpress title plug in and a few other types, but did you know that the default for most WordPress themes is to NOT include a META description? Why you ask? I found this blog to help sort this out and I agree with what Malcolm says. If you have ever built your blog from scratch as I had, you could literally spend days or months building things into it. It was a lot of fun, and as an SEO you learn a lot from the server side, which is also important.
FYI:
Placing this code into your head section of the header bit of your wordpress template. Give it a try!
<meta name=”description” content=”<?php if(is_home()) {echo (’PUT YOUR HOME PAGE DESCRIPTION HERE’);} else {echo get_post_meta($post->ID, “Metadescription”, true);}?>”>

Recent Comments