Hi,
Meta description is always in header – header.php in your template.But if you add <meta> in your head it will be same in all yor page. If you like manage meta on your wordpress website install yoast widget then you can change all meta – title, description on each page
Best Regards
Michal
Well thank you very much Michal fo your answer. But, I don’t really get it.
Here is what I found in the header.php of my template:
…
<head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
…
Is this here that I have to change the Meta description?
Thanks!
Marie
yes you can add there <meta content=”default text” name=”description”>
@mariebrandwire – you should use a SEO plugin for this kind of thing –
http://ww.wp.xz.cn/plugins/search.php?q=seo
Modifying theme files isn’t a good idea as your changes will be lost when the theme is updated.