Optimize your Meta Description Tag
The Meta Description Tag (placed between the head and /head tags) is used by some search engines to create the snippets of text that you see right below the results on search queries. It does not carry any weight in the search algorithm of Google, but it does carry a certain weight for Yahoo and other smaller search engines so you should not neglect it altogether.
In order to optimize your Meta Description Tag you should make it
dynamic, making sure that it will include the first few lines of text of
every single page on your site. A very simple way to do this under the
WordPress platform is to make the Description tag equal to the post
excerpt, like the code below illustrates.
<meta name="description" content="<?php the_excerpt() ?>" />
Alternatively you can download a plugin called Head META Description. Just upload the plugin, activate it and insert the following line on your header:
<?php head_meta_desc(); ?>
The plugin will generate the Meta Description automatically, either by extracting the first words of your posts or by displaying the post excerpt (you can configure it).
0 comments:
Post a Comment