WordPress SEO: Adicione a sua meta descrição tema
Publicado 15/08/2009 às 11:49 - 245 leitura(s) - Categoria(s): SEO -
Eu sempre perguntava por que meu tema do WordPress não exibia nenhuma meta descrição. Este código é uma ajuda para exibir uma breve meta descrição.
Abra o arquivo header.php. Cole o seguinte código em qualquer lugar dentro do <head> e </ head> tags:
< ?php if ( (is_home()) || (is_front_page()) ) { ?>
<meta name="description" content="Blog description goes here" />
< ?php } elseif (is_single()) { ?>
<meta name="description" content="<?php the_excerpt();?>"/>
< ?php } ?>
Bom trabalho! Seu tema agora tem meta descrição na página inicial.





The trick is good but has a little mistake, the use of: in this case you should use: because it strips out all formatting tags how:
yfor everything else is okKind Regards
P.D: I write in english because my portuguese is not good
Ola esteban, prodrias aver comentado en español jajajaja xD pero no pasa nada en ingles esta bien.
Gracias por el comentario !
Anybody knows a thing how to make my site to the top????